Skip navigation links
Tibco ActiveSpaces
A B C D E F G H I J K L M N O P Q R S T U V W X Y 

A

AbstractArgumentDelimiter() - Constructor for class com.tibco.as.jline.ArgumentCompletor.AbstractArgumentDelimiter
 
Action - Interface in com.tibco.as.space.persistence
 
ActionResult - Class in com.tibco.as.space.persistence
 
ActionResult() - Constructor for class com.tibco.as.space.persistence.ActionResult
 
ADD - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that
addCandidateString(String) - Method in class com.tibco.as.jline.SimpleCompletor
 
addCompletor(Completor) - Method in class com.tibco.as.jline.ConsoleReader
Add the specified Completor to the list of handlers for tab-completion.
addError(String) - Method in exception com.tibco.as.admin.AdminException
Adds new error message
addIndexDef(IndexDef) - Method in class com.tibco.as.space.SpaceDef
Adds indexDef to SpaceDef, overwrites if an IndexDef by that name already exists
addRemoteSite(RemoteSiteDef) - Method in class com.tibco.as.space.Metaspace
Adds the remote site for metaspace router in suspended mode
addRemoteSite(RemoteSiteDef, boolean) - Method in class com.tibco.as.space.Metaspace
Adds the remote site for metaspace router in online mode
addToHistory(String) - Method in class com.tibco.as.jline.History
Add the specified buffer to the end of the history.
addTriggeredAction(char, ActionListener) - Method in class com.tibco.as.jline.ConsoleReader
Adding a triggered Action allows to give another curse of action if a character passed the preprocessing.
Admin - Class in com.tibco.as.admin
Allows execution of ActiveSpaces Admin language commands on the Metaspace.
Admin() - Constructor for class com.tibco.as.admin.Admin
 
AdminException - Exception in com.tibco.as.admin
Admin exception
AdminException(String) - Constructor for exception com.tibco.as.admin.AdminException
 
AdminException(Throwable) - Constructor for exception com.tibco.as.admin.AdminException
 
AdminException(String, Throwable) - Constructor for exception com.tibco.as.admin.AdminException
 
AdminException() - Constructor for exception com.tibco.as.admin.AdminException
 
Advisory - Interface in com.tibco.as.space.advisory
 
Advisory.Category - Enum in com.tibco.as.space.advisory
Advisory category
Advisory.Level - Enum in com.tibco.as.space.advisory
Advisory level
afterReadLine(ConsoleReader, String, Character) - Method in class com.tibco.as.jline.Terminal
Invokes after the console reads a line with the prompt and mask.
afterReadLine(ConsoleReader, String, Character) - Method in class com.tibco.as.jline.UnsupportedTerminal
 
AlterAction - Interface in com.tibco.as.space.persistence
 
alterSite(LocalSiteDef) - Method in class com.tibco.as.space.Metaspace
Alter the local site def object
alterSpace(SpaceDef) - Method in class com.tibco.as.space.Metaspace
Alters a user Space definition.
ANSIBuffer - Class in com.tibco.as.jline
A buffer that can contain ANSI text.
ANSIBuffer() - Constructor for class com.tibco.as.jline.ANSIBuffer
 
ANSIBuffer(String) - Constructor for class com.tibco.as.jline.ANSIBuffer
 
ANSIBuffer.ANSICodes - Class in com.tibco.as.jline
 
append(String) - Method in class com.tibco.as.jline.ANSIBuffer
 
append(CharSequence) - Method in interface com.tibco.as.jline.JLineBuffer
 
append(CharSequence) - Method in class com.tibco.as.jline.JLineStringBuilder
 
append(char) - Method in class com.tibco.as.jline.JLineStringBuilder
 
append(CharSequence, int, int) - Method in class com.tibco.as.jline.JLineStringBuilder
 
ArgumentCompletor - Class in com.tibco.as.jline
A Completor implementation that invokes a child completor using the appropriate separator argument.
ArgumentCompletor(Completor) - Constructor for class com.tibco.as.jline.ArgumentCompletor
Constuctor: create a new completor with the default argument separator of " ".
ArgumentCompletor(List) - Constructor for class com.tibco.as.jline.ArgumentCompletor
Constuctor: create a new completor with the default argument separator of " ".
ArgumentCompletor(Completor[]) - Constructor for class com.tibco.as.jline.ArgumentCompletor
Constuctor: create a new completor with the default argument separator of " ".
ArgumentCompletor(Completor, ArgumentCompletor.ArgumentDelimiter) - Constructor for class com.tibco.as.jline.ArgumentCompletor
Constuctor: create a new completor with the specified argument delimiter.
ArgumentCompletor(Completor[], ArgumentCompletor.ArgumentDelimiter) - Constructor for class com.tibco.as.jline.ArgumentCompletor
Constuctor: create a new completor with the specified argument delimiter.
ArgumentCompletor.AbstractArgumentDelimiter - Class in com.tibco.as.jline
Abstract implementation of a delimiter that uses the ArgumentCompletor.AbstractArgumentDelimiter.isDelimiter(java.lang.String, int) method to determine if a particular character should be used as a delimiter.
ArgumentCompletor.ArgumentDelimiter - Interface in com.tibco.as.jline
The ArgumentCompletor.ArgumentDelimiter allows custom breaking up of a String into individual arguments in order to dispatch the arguments to the nested Completor.
ArgumentCompletor.ArgumentList - Class in com.tibco.as.jline
The result of a delimited buffer.
ArgumentCompletor.WhitespaceArgumentDelimiter - Class in com.tibco.as.jline
ArgumentCompletor.ArgumentDelimiter implementation that counts all whitespace (as reported by Character.isWhitespace(char)) as being a delimiter.
ArgumentList(String[], int, int, int) - Constructor for class com.tibco.as.jline.ArgumentCompletor.ArgumentList
 
ARROW_DOWN - Static variable in class com.tibco.as.jline.UnixTerminal
 
ARROW_LEFT - Static variable in class com.tibco.as.jline.UnixTerminal
 
ARROW_PREFIX - Static variable in class com.tibco.as.jline.UnixTerminal
 
ARROW_RIGHT - Static variable in class com.tibco.as.jline.UnixTerminal
 
ARROW_START - Static variable in class com.tibco.as.jline.UnixTerminal
 
ARROW_UP - Static variable in class com.tibco.as.jline.UnixTerminal
 
ASCommon - Class in com.tibco.as.space
 
ASCommon() - Constructor for class com.tibco.as.space.ASCommon
 
ASException - Exception in com.tibco.as.space
ASException is the wrapper for all exceptions that can be thrown within ActiveSpaces.
ASException(ASStatus, String) - Constructor for exception com.tibco.as.space.ASException
Constructor with error message
ASException(ASStatus, Throwable) - Constructor for exception com.tibco.as.space.ASException
Constructor with status, and cause
ASException(ASStatus, String, Throwable) - Constructor for exception com.tibco.as.space.ASException
Constructor with status, and cause
ASException(ASStatus, boolean, String, Throwable) - Constructor for exception com.tibco.as.space.ASException
Constructor with status, message and cause
ASPersistenceException - Exception in com.tibco.as.space
 
ASPersistenceException(ASStatus, Throwable) - Constructor for exception com.tibco.as.space.ASPersistenceException
 
ASPersistenceException(ASStatus, String) - Constructor for exception com.tibco.as.space.ASPersistenceException
 
ASRemoteException - Exception in com.tibco.as.space
 
ASRemoteException(ASStatus, Throwable) - Constructor for exception com.tibco.as.space.ASRemoteException
 
ASRemoteException(ASStatus, String) - Constructor for exception com.tibco.as.space.ASRemoteException
 
ASRouterException - Exception in com.tibco.as.space
Created with IntelliJ IDEA.
ASRouterException(ASStatus, Throwable) - Constructor for exception com.tibco.as.space.ASRouterException
 
ASRouterException(ASStatus, String) - Constructor for exception com.tibco.as.space.ASRouterException
 
ASSecurityException - Exception in com.tibco.as.space.security
 
ASSecurityException(String) - Constructor for exception com.tibco.as.space.security.ASSecurityException
 
ASSecurityException(Throwable) - Constructor for exception com.tibco.as.space.security.ASSecurityException
 
ASSecurityException(ASStatus, String) - Constructor for exception com.tibco.as.space.security.ASSecurityException
 
ASSecurityException(ASStatus, Throwable) - Constructor for exception com.tibco.as.space.security.ASSecurityException
 
ASSecurityException(ASStatus, boolean, String, Throwable) - Constructor for exception com.tibco.as.space.security.ASSecurityException
 
ASStatus - Enum in com.tibco.as.space
Representation of internal error codes as status code
attrib(int) - Static method in class com.tibco.as.jline.ANSIBuffer.ANSICodes
Sets the character attribute.
attrib(String, int) - Method in class com.tibco.as.jline.ANSIBuffer
 
authenticateUser(String, String, String) - Method in class com.tibco.as.space.Metaspace
 
AuthenticationCallback - Interface in com.tibco.as.space.security
Interface for the customizable authentication implementation.
AuthenticationInfo - Class in com.tibco.as.space.security
The authentication information, provided by the system, based on the configuration of the applicable security policy.
AuthenticationInfo.Method - Enum in com.tibco.as.space.security
The authentication method to be used.

B

BACKSPACE - Static variable in interface com.tibco.as.jline.ConsoleOperations
 
backspace() - Method in class com.tibco.as.jline.ConsoleReader
Issue a backspace.
backspace() - Static method in class com.tibco.as.jline.CustomPrintWriter
 
beep() - Method in class com.tibco.as.jline.ConsoleReader
Issue an audible keyboard bell, if ConsoleReader.getBellEnabled() return true.
beforeReadLine(ConsoleReader, String, Character) - Method in class com.tibco.as.jline.Terminal
Invokes before the console reads a line with the prompt and mask.
beforeReadLine(ConsoleReader, String, Character) - Method in class com.tibco.as.jline.UnsupportedTerminal
 
beginTransaction() - Method in class com.tibco.as.space.Metaspace
beginTransaction starts a transaction.
black(String) - Method in class com.tibco.as.jline.ANSIBuffer
 
blink(String) - Method in class com.tibco.as.jline.ANSIBuffer
 
blue(String) - Method in class com.tibco.as.jline.ANSIBuffer
 
bold(String) - Method in class com.tibco.as.jline.ANSIBuffer
 
browse(String, BrowserDef.BrowserType) - Method in class com.tibco.as.space.Metaspace
Returns a browser to iterate over the entries in the Space.
browse(String, BrowserDef.BrowserType, BrowserDef) - Method in class com.tibco.as.space.Metaspace
Returns a browser to iterate over the entries in the Space.
browse(String, BrowserDef.BrowserType, BrowserDef, String) - Method in class com.tibco.as.space.Metaspace
Returns a browser to iterate over the entries in the Space that match the specified filter.
browse(BrowserDef.BrowserType) - Method in interface com.tibco.as.space.Space
Creates a Browser object which can be used to perform operations on multiple entries in a Space.
browse(BrowserDef.BrowserType, BrowserDef) - Method in interface com.tibco.as.space.Space
Creates a Browser object which can be used to perform operations on multiple entries in a Space.
browse(BrowserDef.BrowserType, BrowserDef, String) - Method in interface com.tibco.as.space.Space
Creates a Browser object which can be used to perform operations on multiple entries in a Space which match the specified filter.
browseEvents(String, EventBrowserDef) - Method in class com.tibco.as.space.Metaspace
Returns a browser to iterate over the events generated by changes in Space.
browseEvents(String, EventBrowserDef, String) - Method in class com.tibco.as.space.Metaspace
Returns a browser to iterate over the events generated by changes in Space for tuples that match the specified filter.
browseEvents(EventBrowserDef) - Method in interface com.tibco.as.space.Space
Creates an EventBrowser object which can be used to retrieve and iterate over events that occur in a Space.
browseEvents(EventBrowserDef, String) - Method in interface com.tibco.as.space.Space
Creates an EventBrowser object which can be used to retrieve and iterate over the events that occur in a Space and that match the specified filter.
Browser - Interface in com.tibco.as.space.browser
A Browser is used to iterate over the entries in a Space as opposed to an EventBrowser which is used to iterate over events associated with the entries in a Space (e.g.
BrowserDef - Class in com.tibco.as.space.browser
The BrowserDef object is used to define the characteristics of a Browser.
BrowserDef() - Constructor for class com.tibco.as.space.browser.BrowserDef
 
BrowserDef.BrowserType - Enum in com.tibco.as.space.browser
Enumeration of the different Browser types possible.
BrowserDef.DistributionScope - Enum in com.tibco.as.space.browser
Enumeration of the possible ways to browse for entries in a Space based upon where entries are stored in the space.
BrowserDef.TimeScope - Enum in com.tibco.as.space.browser
Enumeration of the possible ways to browse for entries in a Space based upon the time at which entries were stored in the space relative to the Browser creation time.

C

CandidateCycleCompletionHandler - Class in com.tibco.as.jline
A CompletionHandler that deals with multiple distinct completions by cycling through each one every time tab is pressed.
CandidateCycleCompletionHandler() - Constructor for class com.tibco.as.jline.CandidateCycleCompletionHandler
 
CandidateListCompletionHandler - Class in com.tibco.as.jline
A CompletionHandler that deals with multiple distinct completions by outputting the complete list of possibilities to the console.
CandidateListCompletionHandler() - Constructor for class com.tibco.as.jline.CandidateListCompletionHandler
 
CHANGE_CASE - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that toggles between uppercase and lowercase.
CHANGE_META - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that
charAt(int) - Method in class com.tibco.as.jline.JLineStringBuilder
 
checkBackspace() - Method in class com.tibco.as.jline.UnixTerminal
 
clear() - Method in class com.tibco.as.jline.History
Clear the history buffer
clear(String) - Method in interface com.tibco.as.space.Space
Deletes from the Space the tuples that match the specified filter on a "best effort" basis.
clear() - Method in interface com.tibco.as.space.Space
Deletes all tuples in the Space.
clear() - Method in class com.tibco.as.space.Tuple
Removes all the fields in the Tuple
CLEAR_LINE - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that clears whatever text is on the current line.
CLEAR_SCREEN - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that clears the screen.
clearBuffer() - Method in class com.tibco.as.jline.CursorBuffer
 
clearScreen() - Method in class com.tibco.as.jline.ConsoleReader
Clear the screen by issuing the ANSI "clear screen" code.
clone() - Method in class com.tibco.as.jline.SimpleCompletor
 
clone() - Method in class com.tibco.as.space.LockOptions
Method to create a clone of this LockOptions object.
clone() - Method in class com.tibco.as.space.PutOptions
Method to create a clone of this PutOptions object.
clone() - Method in class com.tibco.as.space.TakeOptions
Method to create a clone of this TakeOptions object.
clone() - Method in class com.tibco.as.space.Tuple
/**
clone() - Method in class com.tibco.as.space.UnlockOptions
Method to create a clone of this PutOptions object.
close() - Method in class com.tibco.as.admin.Admin
Invalidates this Admin reference.
close() - Method in class com.tibco.as.space.Metaspace
Frees resources used by the Metaspace object.
close() - Method in class com.tibco.as.space.SNFileReader
Close the shared-nothing file
close() - Method in interface com.tibco.as.space.Space
Invalidates this Space reference with the distribution role it initialized with.
CloseAction - Interface in com.tibco.as.space.persistence
 
closeAll() - Method in class com.tibco.as.space.Metaspace
Frees resources used by the Metaspace object.
closeAll() - Method in interface com.tibco.as.space.Space
Forcefully leaves the Space and stops and invalidates any existing listeners and browsers created on the Space.
clreol() - Static method in class com.tibco.as.jline.ANSIBuffer.ANSICodes
Removes all characters from the current cursor position until the end of the line.
clrscr() - Static method in class com.tibco.as.jline.ANSIBuffer.ANSICodes
Clears the screen and moves the cursor to the home postition.
com.tibco.as.admin - package com.tibco.as.admin
 
com.tibco.as.jline - package com.tibco.as.jline
 
com.tibco.as.space - package com.tibco.as.space
 
com.tibco.as.space.advisory - package com.tibco.as.space.advisory
 
com.tibco.as.space.browser - package com.tibco.as.space.browser
 
com.tibco.as.space.event - package com.tibco.as.space.event
 
com.tibco.as.space.filter - package com.tibco.as.space.filter
 
com.tibco.as.space.listener - package com.tibco.as.space.listener
 
com.tibco.as.space.persistence - package com.tibco.as.space.persistence
 
com.tibco.as.space.remote - package com.tibco.as.space.remote
 
com.tibco.as.space.router - package com.tibco.as.space.router
 
com.tibco.as.space.security - package com.tibco.as.space.security
 
commitTransaction() - Method in class com.tibco.as.space.Metaspace
Commits all of the Space operations invoked in this thread since beginTransaction was called.
compareAndPut(Tuple, Tuple) - Method in interface com.tibco.as.space.Space
Used to replace an the values of an existing entry with new values as long as the existing entry has not been modified and still matches the values in oldTuple.
compareAndPut(Tuple, Tuple, PutOptions) - Method in interface com.tibco.as.space.Space
Same as Space.compareAndPut(com.tibco.as.space.Tuple, com.tibco.as.space.Tuple) with PutOptions to specify custom lock wait, lock/unlock options.
compareAndPutAll(Collection<Tuple>, Collection<Tuple>) - Method in interface com.tibco.as.space.Space
Batch compareAndPut operation.
compareAndPutAll(Collection<Tuple>, Collection<Tuple>, PutOptions) - Method in interface com.tibco.as.space.Space
Batch compareAndPut operation with PutOptions.
compareAndPutAll(Collection<Tuple>, Collection<Tuple>, Collection<PutOptions>) - Method in interface com.tibco.as.space.Space
Batch compareAndPut operation with a collection of PutOptions
compareAndTake(Tuple) - Method in interface com.tibco.as.space.Space
Removes the entry from the Space which matches the Tuple passed into the method.
compareAndTake(Tuple, TakeOptions) - Method in interface com.tibco.as.space.Space
Removes the entry from the Space which matches the Tuple passed into the method.
compareAndTakeAll(Collection<Tuple>) - Method in interface com.tibco.as.space.Space
Batch compareAndTake operation.
compareAndTakeAll(Collection<Tuple>, TakeOptions) - Method in interface com.tibco.as.space.Space
Batch compareAndTake operation with TakeOptions.
complete(String, int, List, int) - Method in class com.tibco.as.jline.ArgumentCompletor
 
complete(ConsoleReader, List, int) - Method in class com.tibco.as.jline.CandidateCycleCompletionHandler
 
complete(ConsoleReader, List, int) - Method in class com.tibco.as.jline.CandidateListCompletionHandler
 
complete(ConsoleReader, List, int) - Method in interface com.tibco.as.jline.CompletionHandler
 
complete(String, int, List, int) - Method in interface com.tibco.as.jline.Completor
Populates candidates with a list of possible completions for the buffer.
COMPLETE - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that performs completion operation on the current word.
complete(String, int, List, int) - Method in class com.tibco.as.jline.MultiCompletor
 
complete(String, int, List, int) - Method in class com.tibco.as.jline.NullCompletor
Returns -1 always, indicating that the the buffer is never handled.
complete(String, int, List, int) - Method in class com.tibco.as.jline.SimpleCompletor
 
CompletionHandler - Interface in com.tibco.as.jline
Handler for dealing with candidates for tab-completion.
Completor - Interface in com.tibco.as.jline
A Completor is the mechanism by which tab-completion candidates will be resolved.
connect(String) - Method in class com.tibco.as.admin.Admin
 
connect() - Static method in class com.tibco.as.space.Metaspace
Establishes a default connection to a Metaspace using "ms" as the metaspace name and default MemberDef attributes.
connect(String, MemberDef) - Static method in class com.tibco.as.space.Metaspace
Establishes connection to metaspace using the metaspace name and MemberDef specified.
connect(String, MemberDef, LocalSiteDef) - Static method in class com.tibco.as.space.Metaspace
 
connectMetaspace(String, MemberDef) - Static method in class com.tibco.as.space.ASCommon
 
connectMetaspace(String, MemberDef, LocalSiteDef) - Static method in class com.tibco.as.space.ASCommon
 
ConsoleOperations - Interface in com.tibco.as.jline
Symbolic constants for Console operations and virtual key bindings.
ConsoleReader - Class in com.tibco.as.jline
A reader for console applications.
ConsoleReader() - Constructor for class com.tibco.as.jline.ConsoleReader
Create a new reader using FileDescriptor.in for input and System.out for output.
ConsoleReader(InputStream, Writer) - Constructor for class com.tibco.as.jline.ConsoleReader
Create a new reader using the specified InputStream for input and the specific writer for output, using the default keybindings resource.
ConsoleReader(InputStream, Writer, InputStream) - Constructor for class com.tibco.as.jline.ConsoleReader
 
ConsoleReader(InputStream, Writer, InputStream, Terminal) - Constructor for class com.tibco.as.jline.ConsoleReader
Create a new reader.
ConsoleReaderInputStream - Class in com.tibco.as.jline
An InputStream implementation that wraps a ConsoleReader.
ConsoleReaderInputStream(ConsoleReader) - Constructor for class com.tibco.as.jline.ConsoleReaderInputStream
 
ConsoleRunner - Class in com.tibco.as.jline
A pass-through application that sets the system input stream to a ConsoleReader and invokes the specified main method.
ConsoleRunner() - Constructor for class com.tibco.as.jline.ConsoleRunner
 
Context - Interface in com.tibco.as.space
 
CR - Static variable in interface com.tibco.as.jline.ConsoleOperations
 
CR - Static variable in class com.tibco.as.jline.ConsoleReader
 
create() - Static method in class com.tibco.as.admin.Admin
 
create() - Static method in class com.tibco.as.space.browser.BrowserDef
Instantiate a new BrowserDef instance.
create(long) - Static method in class com.tibco.as.space.browser.BrowserDef
Instantiate a new BrowserDef instance with the specified timeout.
create(long, BrowserDef.TimeScope) - Static method in class com.tibco.as.space.browser.BrowserDef
Instantiate a new BrowserDef instance with the specified timeout and time scope settings.
create(long, BrowserDef.TimeScope, BrowserDef.DistributionScope) - Static method in class com.tibco.as.space.browser.BrowserDef
Instantiate a new BrowserDef instance with the specified timeout, time scope, and distribution scope settings.
create() - Static method in class com.tibco.as.space.browser.EventBrowserDef
Instantiate a new EventBrowserDef instance.
create(long) - Static method in class com.tibco.as.space.browser.EventBrowserDef
Instantiate a new EventBrowserDef instance with the specified timeout.
create(long, EventBrowserDef.TimeScope) - Static method in class com.tibco.as.space.browser.EventBrowserDef
Instantiate a new EventBrowserDef instance with the specified timeout and time scope settings.
create(long, EventBrowserDef.TimeScope, EventBrowserDef.DistributionScope) - Static method in class com.tibco.as.space.browser.EventBrowserDef
Instantiate a new EventBrowserDef instance with the specified timeout, time scope, and distribution scope settings.
create() - Static method in class com.tibco.as.space.DateTime
Creates DateTime object using System.currentTimeMillis()
create(long) - Static method in class com.tibco.as.space.DateTime
Creates DateTime object using milliseconds
create(Calendar) - Static method in class com.tibco.as.space.DateTime
Creates DateTime object using Calendar object
create(String, FieldDef.FieldType) - Static method in class com.tibco.as.space.FieldDef
Returns a new FieldDef instance
create() - Static method in class com.tibco.as.space.FileLogOptions
 
create(String) - Static method in class com.tibco.as.space.filter.Filter
Returns a new filter with the specified filter string
create() - Static method in class com.tibco.as.space.GetOptions
 
create(String) - Static method in class com.tibco.as.space.IndexDef
 
create() - Static method in class com.tibco.as.space.InvokeOptions
Create default invoke options
create() - Static method in class com.tibco.as.space.KeyDef
 
create() - Static method in class com.tibco.as.space.listener.ListenerDef
Returns a new ListenerDef instance.
create(ListenerDef.TimeScope) - Static method in class com.tibco.as.space.listener.ListenerDef
Returns a new ListenerDef instance.
create(ListenerDef.TimeScope, ListenerDef.DistributionScope) - Static method in class com.tibco.as.space.listener.ListenerDef
Returns a new ListenerDef instance.
create() - Static method in class com.tibco.as.space.LocalSiteDef
Returns a new LocalSiteDef instance with default settings.
create() - Static method in class com.tibco.as.space.LockOptions
Method used to instantiate an instance of a LockOptions object.
create() - Static method in class com.tibco.as.space.MemberDef
Returns a new MemberDef instance with default settings.
create(String, String, String) - Static method in class com.tibco.as.space.MemberDef
Returns a new MemberDef instance with the given attribute values.
create() - Static method in class com.tibco.as.space.persistence.ActionResult
 
create(Tuple) - Static method in class com.tibco.as.space.persistence.ActionResult
 
create() - Static method in class com.tibco.as.space.PutOptions
Method used to instantiate an instance of a PutOptions object.
create() - Static method in class com.tibco.as.space.RecoveryOptions
 
create() - Static method in class com.tibco.as.space.RemoteSiteDef
Returns a new RemoteSiteDef instance with default settings.
create(byte[]) - Static method in class com.tibco.as.space.router.RouterAction
 
create() - Static method in class com.tibco.as.space.router.RouterActionResult
 
create(byte[]) - Static method in class com.tibco.as.space.router.RouterActionResult
 
create(RouterWriteAction, String) - Static method in class com.tibco.as.space.router.RouterActionResult
 
create(Tuple) - Static method in class com.tibco.as.space.router.RouterActionResult
 
create() - Static method in class com.tibco.as.space.SpaceDef
Returns a new SpaceDef instance.
create(String) - Static method in class com.tibco.as.space.SpaceDef
Returns a new SpaceDef instance.
create(String, int, List<FieldDef>) - Static method in class com.tibco.as.space.SpaceDef
Takes space name, replication count and list of field defs and returns a new SpaceDef instance.
create() - Static method in class com.tibco.as.space.SpaceMemberDef
Deprecated.
 
create() - Static method in class com.tibco.as.space.TakeOptions
Method used to instantiate an instance of a TakeOptions object.
create() - Static method in class com.tibco.as.space.Tuple
Returns a new empty Tuple instance.
create(int) - Static method in class com.tibco.as.space.Tuple
 
create() - Static method in class com.tibco.as.space.UnlockOptions
Method used to instantiate an instance of an UnlockOptions object.
createUserCredential(AuthenticationInfo) - Method in interface com.tibco.as.space.security.AuthenticationCallback
Callback method to provide the user credential for the requested authentication type.
Credential - Class in com.tibco.as.space.security
 
Credential() - Constructor for class com.tibco.as.space.security.Credential
 
CTRL_A - Static variable in interface com.tibco.as.jline.ConsoleOperations
 
CTRL_B - Static variable in interface com.tibco.as.jline.ConsoleOperations
 
CTRL_C - Static variable in interface com.tibco.as.jline.ConsoleOperations
 
CTRL_D - Static variable in interface com.tibco.as.jline.ConsoleOperations
 
CTRL_E - Static variable in interface com.tibco.as.jline.ConsoleOperations
 
CTRL_F - Static variable in interface com.tibco.as.jline.ConsoleOperations
 
CTRL_K - Static variable in interface com.tibco.as.jline.ConsoleOperations
 
CTRL_L - Static variable in interface com.tibco.as.jline.ConsoleOperations
 
CTRL_N - Static variable in interface com.tibco.as.jline.ConsoleOperations
 
CTRL_OB - Static variable in interface com.tibco.as.jline.ConsoleOperations
 
CTRL_P - Static variable in interface com.tibco.as.jline.ConsoleOperations
 
CTRL_QM - Static variable in interface com.tibco.as.jline.ConsoleOperations
 
current() - Method in class com.tibco.as.jline.CursorBuffer
 
current() - Method in class com.tibco.as.jline.History
Return the content of the current buffer.
cursor - Variable in class com.tibco.as.jline.CursorBuffer
 
CursorBuffer - Class in com.tibco.as.jline
A CursorBuffer is a holder for a StringBuffer that also contains the current cursor position.
CursorBuffer() - Constructor for class com.tibco.as.jline.CursorBuffer
 
CustomPrintWriter - Class in com.tibco.as.jline
Created by IntelliJ IDEA.
CustomPrintWriter(PrintStream) - Constructor for class com.tibco.as.jline.CustomPrintWriter
 
cyan(String) - Method in class com.tibco.as.jline.ANSIBuffer
 

D

DateTime - Class in com.tibco.as.space
 
DateTime() - Constructor for class com.tibco.as.space.DateTime
 
debug(String) - Static method in class com.tibco.as.jline.ConsoleReader
debug.
DEFAULT_ENTRY_TTL - Static variable in class com.tibco.as.space.SpaceDef
Default timeout value of TTL_FOREVER for entry TTL.
DEFAULT_LOCK_TTL - Static variable in class com.tibco.as.space.SpaceDef
Default timeout value of TTL_FOREVER milliseconds for Lock TTL.
DEFAULT_LOCK_WAIT - Static variable in class com.tibco.as.space.SpaceDef
Default timeout value of NO_WAIT for Lock Wait.
defineSpace(SpaceDef) - Method in class com.tibco.as.space.Metaspace
Defines a user Space.
DEL_SECOND - Static variable in class com.tibco.as.jline.UnixTerminal
 
DEL_THIRD - Static variable in class com.tibco.as.jline.UnixTerminal
 
DELETE - Static variable in interface com.tibco.as.jline.ConsoleOperations
 
delete() - Method in class com.tibco.as.jline.ConsoleReader
Issue a remove.
delete(int, int) - Method in interface com.tibco.as.jline.JLineBuffer
 
delete(int, int) - Method in class com.tibco.as.jline.JLineStringBuilder
 
DELETE_KEY - Static variable in class com.tibco.as.jline.WindowsTerminal
When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR this character indicates that the remove key was pressed.
DELETE_META - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that
DELETE_NEXT_CHAR - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that deletes the previous character.
DELETE_PREV_CHAR - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that
DELETE_PREV_WORD - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that deletes the previous word in the buffer.
deleteCharAt(int) - Method in interface com.tibco.as.jline.JLineBuffer
 
deleteCharAt(int) - Method in class com.tibco.as.jline.JLineStringBuilder
 
delimit(String, int) - Method in class com.tibco.as.jline.ArgumentCompletor.AbstractArgumentDelimiter
 
delimit(String, int) - Method in interface com.tibco.as.jline.ArgumentCompletor.ArgumentDelimiter
Break the specified buffer into individual tokens that can be completed on their own.
deserialize(byte[]) - Method in class com.tibco.as.space.router.RouterActionResult
 
deserialize(byte[]) - Method in class com.tibco.as.space.Tuple
Deserialize the serialized version of tuple.
disableEcho() - Method in class com.tibco.as.jline.Terminal
Disable character echoing.
disableEcho() - Method in class com.tibco.as.jline.UnixTerminal
 
disableEcho() - Method in class com.tibco.as.jline.UnsupportedTerminal
 
disableEcho() - Method in class com.tibco.as.jline.WindowsTerminal
 
disconnect(Metaspace) - Method in class com.tibco.as.admin.Admin
Command to execute to disconnect from a metaspace
disconnect() - Method in class com.tibco.as.space.Metaspace
Deprecated.
This method is deprecated and calls Metaspace.closeAll()
down(int) - Static method in class com.tibco.as.jline.ANSIBuffer.ANSICodes
Moves the cursor n rows down.
DOWN_ARROW_KEY - Static variable in class com.tibco.as.jline.WindowsTerminal
When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR this character indicates an down arrow key press.
drawLine() - Method in class com.tibco.as.jline.ConsoleReader
Output put the prompt + the current buffer
dropSpace(String) - Method in class com.tibco.as.space.Metaspace
Deletes the Space Definitions only if no Members are joined to the space.
dropSpace(String, boolean) - Method in class com.tibco.as.space.Metaspace
Deletes the Space Definitions only if no Members are joined to the space.

E

enableEcho() - Method in class com.tibco.as.jline.Terminal
Enable character echoing.
enableEcho() - Method in class com.tibco.as.jline.UnixTerminal
 
enableEcho() - Method in class com.tibco.as.jline.UnsupportedTerminal
 
enableEcho() - Method in class com.tibco.as.jline.WindowsTerminal
 
END_CODE - Static variable in class com.tibco.as.jline.UnixTerminal
 
END_KEY - Static variable in class com.tibco.as.jline.WindowsTerminal
When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR this character indicates that the end key was pressed.
END_OF_HISTORY - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that moves the current History to the end.
END_WORD - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that
equals(Object) - Method in class com.tibco.as.space.Tuple
 
ESCAPE_KEY - Static variable in class com.tibco.as.jline.WindowsTerminal
When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR, this character indicates that the escape key was pressed.
eval(Tuple) - Method in class com.tibco.as.space.filter.Filter
Evaluates tuple based on the filter string
EventBrowser - Interface in com.tibco.as.space.browser
An EventBrowser is used to iterate through the events which occur for the entries in a Space (e.g.
EventBrowserDef - Class in com.tibco.as.space.browser
The EventBrowserDef object is used to define the characteristics of an EventBrowser.
EventBrowserDef() - Constructor for class com.tibco.as.space.browser.EventBrowserDef
 
EventBrowserDef.DistributionScope - Enum in com.tibco.as.space.browser
Enumeration of the possible ways to browse for events in a Space based upon where entries are stored in the space.
EventBrowserDef.TimeScope - Enum in com.tibco.as.space.browser
Enumeration of the possible ways to browse for events in a Space based upon the time at which the entries, for which the events occur, were stored in the Space relative to the EventBrowser creation time.
EvictEvent - Interface in com.tibco.as.space.event
Contains members and methods specific to evict event.
EvictListener - Interface in com.tibco.as.space.listener
Evict listener interface provides a method for being notified regarding entries that are evicted from Space
execute(Metaspace, String) - Method in class com.tibco.as.admin.Admin
Executes ActiveSpaces Admin language commands on the Metasapce.
exists(String) - Method in class com.tibco.as.space.Tuple
Given a field name, returns whether the field exists (is not null) or not.
EXIT - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that exits the command prompt.
ExpireEvent - Interface in com.tibco.as.space.event
Contains members and methods specific to expire event.
ExpireListener - Interface in com.tibco.as.space.listener
Expire listener interface provides a method for being notified of regarding entries that expired in a Space
explainQuery(String) - Method in interface com.tibco.as.space.Space
Returns A string that describes the cost of the query execution in each seeder

F

FieldDef - Class in com.tibco.as.space
Describes the attributes of the fields that a Tuple stored inside a Space should conform to.
FieldDef() - Constructor for class com.tibco.as.space.FieldDef
 
FieldDef.FieldType - Enum in com.tibco.as.space
 
FileLogOptions - Class in com.tibco.as.space
 
FileLogOptions() - Constructor for class com.tibco.as.space.FileLogOptions
 
filter(String) - Method in class com.tibco.as.jline.SimpleCompletor.NoOpFilter
 
filter(String) - Method in interface com.tibco.as.jline.SimpleCompletor.SimpleCompletorFilter
Filter the specified Str.
Filter - Class in com.tibco.as.space.filter
Allows evaluation of a Tuple based on a filter string
Filter() - Constructor for class com.tibco.as.space.filter.Filter
 
flushBuffer() - Method in class com.tibco.as.jline.History
Flush the entire history buffer to the output PrintWriter.
flushConsole() - Method in class com.tibco.as.jline.ConsoleReader
Flush the console output stream.
free() - Method in class com.tibco.as.space.filter.Filter
Free the Filter object

G

get(Tuple) - Method in interface com.tibco.as.space.Space
Retrieve the entry stored in the Space with the key specified in the given Tuple.
get(Tuple, GetOptions) - Method in interface com.tibco.as.space.Space
 
get(String) - Method in class com.tibco.as.space.Tuple
Convenience function: given a name, returns the value as Object stored in the field with that name.
getAll(Collection<Tuple>) - Method in interface com.tibco.as.space.Space
Batch get operation.
getAll(Collection<Tuple>, GetOptions) - Method in interface com.tibco.as.space.Space
Batch get operation.
getAll(Collection<Tuple>, Collection<GetOptions>) - Method in interface com.tibco.as.space.Space
Batch get operation.
getAnsiBuffer() - Method in class com.tibco.as.jline.ANSIBuffer
 
getAnsiEnabled() - Method in class com.tibco.as.jline.ANSIBuffer
 
getArgumentPosition() - Method in class com.tibco.as.jline.ArgumentCompletor.ArgumentList
 
getArguments() - Method in class com.tibco.as.jline.ArgumentCompletor.ArgumentList
 
getASFields() - Method in class com.tibco.as.space.GetOptions
 
getAuthenticationCallback() - Method in class com.tibco.as.space.MemberDef
Returns the security AuthenticationCallback instance.
getAuthenticationMethod() - Method in class com.tibco.as.space.security.AuthenticationInfo
Get the effective authentication method for the metaspace, which the application is joining.
getAutoprintThreshhold() - Method in class com.tibco.as.jline.ConsoleReader
 
getBellEnabled() - Method in class com.tibco.as.jline.ConsoleReader
 
getBitSet() - Method in class com.tibco.as.space.SNFileReader
Returns the bitmap representing free and used blocks in the file
getBlob(String) - Method in class com.tibco.as.space.Tuple
Given a name, returns the blob value stored in the field with that name.
getBoolean(String) - Method in class com.tibco.as.space.Tuple
Given a name, returns the boolean value stored in the field with that name.
getBuffer() - Method in class com.tibco.as.jline.CursorBuffer
 
getBufferPosition() - Method in class com.tibco.as.jline.ArgumentCompletor.ArgumentList
 
getCachePolicy() - Method in class com.tibco.as.space.SpaceDef
returns cache policy used
getCandidates() - Method in class com.tibco.as.jline.SimpleCompletor
 
getCapacity() - Method in class com.tibco.as.space.SpaceDef
Returns the capacity of the space (in maximum number of entries per seeder)
getCategory() - Method in interface com.tibco.as.space.advisory.Advisory
 
getChar(String) - Method in class com.tibco.as.space.Tuple
Given a name, returns the char value stored in the field with that name.
getClientTimeout() - Method in class com.tibco.as.space.MemberDef
Returns the MemberDef setting for how much time (in milliseconds) to wait for a client to reconnect.
getClosure() - Method in class com.tibco.as.space.router.RouterWriteAction
 
getClosure() - Method in interface com.tibco.as.space.SpaceOptions
 
getClusterSuspendThreshold() - Method in class com.tibco.as.space.MemberDef
Returns the MemberDef setting for how many lost host connections will be allowed before membership operations are suspended.
getCompletionHandler() - Method in class com.tibco.as.jline.ConsoleReader
 
getCompletors() - Method in class com.tibco.as.jline.ConsoleReader
Returns an unmodifiable list of all the completors.
getCompletors() - Method in class com.tibco.as.jline.MultiCompletor
 
getConnectTimeout() - Method in class com.tibco.as.space.MemberDef
 
getContext() - Method in interface com.tibco.as.space.advisory.Advisory
 
getContext() - Method in class com.tibco.as.space.InvokeOptions
Returns context tuple passed in
getContext() - Method in interface com.tibco.as.space.Member
Returns context tuple if it is provided through MemberDef during connect
getContext() - Method in class com.tibco.as.space.MemberDef
Returns the context tuple of the MemberDef instance.
getContext() - Method in interface com.tibco.as.space.remote.InvokeResult
Context tuple given during invoke call
getContext() - Method in class com.tibco.as.space.SpaceDef
Retrieve the user specific attributes in SpaceDef
getCurrentIndex() - Method in class com.tibco.as.jline.History
Returns the current history index.
getCursorArgument() - Method in class com.tibco.as.jline.ArgumentCompletor.ArgumentList
 
getCursorArgumentIndex() - Method in class com.tibco.as.jline.ArgumentCompletor.ArgumentList
 
getCursorBuffer() - Method in class com.tibco.as.jline.ConsoleReader
 
getDataStore() - Method in class com.tibco.as.space.MemberDef
Returns the data store location for shared-nothing persistence.
getDataStore() - Method in class com.tibco.as.space.SpaceMemberDef
Deprecated.
 
getDateTime(String) - Method in class com.tibco.as.space.Tuple
Given a name, returns the datetime value stored in the field with that name.
getDefaultBindings() - Method in class com.tibco.as.jline.Terminal
 
getDefaultBindings() - Method in class com.tibco.as.jline.WindowsTerminal
 
getDefaultPrompt() - Method in class com.tibco.as.jline.ConsoleReader
The default prompt that will be issued.
getDelimiter() - Method in class com.tibco.as.jline.SimpleCompletor
 
getDirectConsole() - Method in class com.tibco.as.jline.WindowsTerminal
Whether or not to allow the use of the JNI console interaction.
getDiscovery() - Method in class com.tibco.as.space.MemberDef
Returns the discovery URL attribute value of the MemberDef instance.
getDistributionFields() - Method in class com.tibco.as.space.SpaceDef
 
getDistributionPolicy() - Method in class com.tibco.as.space.SpaceDef
Returns the distribution policy.
getDistributionRole(String) - Method in interface com.tibco.as.space.Member
Returns the distribution role for the space
getDistributionRole() - Method in class com.tibco.as.space.SpaceMemberDef
Deprecated.
 
getDistributionScope() - Method in class com.tibco.as.space.browser.BrowserDef
Retrieve the distribution scope setting of the Browser.
getDistributionScope() - Method in class com.tibco.as.space.browser.EventBrowserDef
Retrieve the distribution scope setting of the EventBrowser.
getDistributionScope() - Method in class com.tibco.as.space.listener.ListenerDef
Returns the distribution scope of the listener.
getDomain() - Method in class com.tibco.as.space.security.UserPwdCredential
Get the domain.
getDouble(String) - Method in class com.tibco.as.space.Tuple
Given a name, returns the double value stored in the field with that name.
getEcho() - Method in class com.tibco.as.jline.Terminal
Returns true if the terminal will echo all characters type.
getEcho() - Method in class com.tibco.as.jline.UnixTerminal
 
getEcho() - Method in class com.tibco.as.jline.UnsupportedTerminal
 
getEcho() - Method in class com.tibco.as.jline.WindowsTerminal
 
getEchoCharacter() - Method in class com.tibco.as.jline.ConsoleReader
Returns the echo character.
getError() - Method in interface com.tibco.as.space.Result
 
getError(int) - Method in interface com.tibco.as.space.ResultList
 
getErrors() - Method in exception com.tibco.as.admin.AdminException
Returns list of errors
getEscapeChars() - Method in class com.tibco.as.jline.ArgumentCompletor.AbstractArgumentDelimiter
 
getEvictionPolicy() - Method in class com.tibco.as.space.SpaceDef
Returns the eviction policy of the space definition
getFieldDef(String) - Method in class com.tibco.as.space.SpaceDef
Get the Field Definition for the field name provided.
getFieldDefs() - Method in class com.tibco.as.space.SpaceDef
Returns a collection of Field Definitions associated with Space Definition.
getFieldNames() - Method in class com.tibco.as.space.IndexDef
Returns a collection of field names that make up the index in the order provided
getFieldNames() - Method in class com.tibco.as.space.KeyDef
Returns a collection of field names that make up the index in the order provided
getFieldNames() - Method in class com.tibco.as.space.Tuple
Returns a collection of names of fields inside the Tuple.
getFields() - Method in class com.tibco.as.space.GetOptions
Retrieve the fields that are returned in the result
getFields() - Method in class com.tibco.as.space.SNFileReader
Returns the list of fields from the space definition found in the file
getFieldType(String) - Static method in enum com.tibco.as.space.FieldDef.FieldType
 
getFieldType(String) - Method in class com.tibco.as.space.Tuple
Return the type of the field given a name.
getFile() - Method in class com.tibco.as.space.FileLogOptions
 
getFileCount() - Method in class com.tibco.as.space.FileLogOptions
 
getFileSyncInterval() - Method in class com.tibco.as.space.SpaceDef
Retrieve the file synchronization interval Shared-nothing persistence only.
getFilter() - Method in class com.tibco.as.space.GetOptions
Retrieve the filter that needs to be matched for the get to succeed
getFilter() - Method in class com.tibco.as.space.LockOptions
Retrieve the filter that needs to be matched for the lock to succeed
getFilter() - Method in class com.tibco.as.space.PutOptions
Retrieve the filter that needs to be matched for the put to succeed
getFilter() - Method in class com.tibco.as.space.TakeOptions
Retrieve the filter that needs to be matched for the take to succeed
getFloat(String) - Method in class com.tibco.as.space.Tuple
Given a name, returns the float value stored in the field with that name.
getHint() - Method in class com.tibco.as.space.security.AuthenticationInfo
Get the authentication hint as configured for the security domain, to which the metaspace belongs.
getHistory() - Method in class com.tibco.as.jline.ConsoleReader
 
getHistoryList() - Method in class com.tibco.as.jline.History
Returns an immutable list of the history buffer.
getHostAddress() - Method in interface com.tibco.as.space.Member
Returns the IP address string in textual presentation.
getId() - Method in interface com.tibco.as.space.Member
Returns a globally unique id of the member
getIdentityPassword() - Method in class com.tibco.as.space.MemberDef
Get the identity password.
getIndexDef(String) - Method in class com.tibco.as.space.SpaceDef
 
getIndexDefList() - Method in class com.tibco.as.space.SpaceDef
Returns a collection of Index definitions associated with the Space definition
getIndexType() - Method in class com.tibco.as.space.IndexDef
 
getIndexType(String) - Static method in enum com.tibco.as.space.IndexDef.IndexType
 
getIndexType() - Method in class com.tibco.as.space.KeyDef
Returns index type
getInput() - Method in class com.tibco.as.jline.ConsoleReader
Returns the stream used for console input.
getInt(String) - Method in class com.tibco.as.space.Tuple
Given a name, returns the int value stored in the field with that name.
getInvocable() - Method in class com.tibco.as.space.InvokeOptions
Deprecated. 
getInvocableAliases() - Static method in class com.tibco.as.space.ASCommon
 
getJoinTime() - Method in interface com.tibco.as.space.Member
The time member has joined to metaspace
getKeyDef() - Method in class com.tibco.as.space.SpaceDef
Key definition of a space
getKeyFile() - Method in class com.tibco.as.space.security.X509V3Credential
Get the location of the PKCS12 key file.
getLeeches() - Method in interface com.tibco.as.space.Space
Returns the collection of @Member of the space with leech role
getLen() - Method in enum com.tibco.as.space.FieldDef.FieldType
 
getLevel() - Method in interface com.tibco.as.space.advisory.Advisory
 
getLimit() - Method in class com.tibco.as.space.FileLogOptions
 
getListen() - Method in class com.tibco.as.space.MemberDef
Returns the listen URL attribute value of the MemberDef instance.
getLocalSiteDef() - Method in class com.tibco.as.space.Metaspace
 
getLockScope() - Method in class com.tibco.as.space.SpaceDef
 
getLockTTL() - Method in class com.tibco.as.space.SpaceDef
Returns the time to live of locks on entries in the Space.
getLockWait() - Method in class com.tibco.as.space.LockOptions
Retrieve the current setting for the amount of time to wait to acquire the lock for a currently locked tuple.
getLockWait() - Method in class com.tibco.as.space.PutOptions
Retrieve the current setting for the amount of time to wait for the lock on the key of an existing tuple.
getLockWait() - Method in class com.tibco.as.space.SpaceDef
Returns the amount of time a put, update, take/remove or lock operations will wait for the lock to be cleared if the entry is currently locked.
getLockWait() - Method in class com.tibco.as.space.TakeOptions
Retrieve the current setting for the amount of time a take operation should wait for the lock to be cleared on an existing locked tuple.
getLockWait() - Method in class com.tibco.as.space.UnlockOptions
Retrieves the current setting for the amount of time to wait for a lock to clear.
getLogLevel() - Static method in class com.tibco.as.space.ASCommon
Returns log level.
getLogLevel() - Method in class com.tibco.as.space.FileLogOptions
 
getLogNum() - Method in class com.tibco.as.space.router.RouterActionResult
 
getLogNum() - Method in class com.tibco.as.space.router.RouterWriteAction
 
getLong(String) - Method in class com.tibco.as.space.Tuple
Given a name, returns the long value stored in the field with that name.
getManagementRole() - Method in interface com.tibco.as.space.Member
Returns the Metaspace management role of the member
getMaxSize() - Method in class com.tibco.as.jline.History
Get the maximum size that the history buffer will store.
getMember(String) - Method in class com.tibco.as.space.Metaspace
Get member object through member id or name
getMember() - Method in interface com.tibco.as.space.remote.InvokeResult
Retrieve the Member which executed the remote invocation.
getMemberDef() - Method in class com.tibco.as.space.Metaspace
Returns the metaspace connection definition attributes
getMemberInvocableAliases() - Static method in class com.tibco.as.space.ASCommon
 
getMemberName() - Method in class com.tibco.as.space.MemberDef
Returns the member name attribute value of the MemberDef instance.
getMembers() - Method in interface com.tibco.as.space.Space
Returns the collection of @Member of the space
getMemberTimeout() - Method in class com.tibco.as.space.MemberDef
Returns the MemberDef setting for how much time (in milliseconds) to wait for a member to reconnect.
getMessage() - Method in exception com.tibco.as.admin.AdminException
Returns the error message related to the Exception.
getMessageCode() - Method in interface com.tibco.as.space.advisory.Advisory
 
getMessageDetail() - Method in interface com.tibco.as.space.advisory.Advisory
 
getMessageId() - Method in interface com.tibco.as.space.advisory.Advisory
 
getMetaspace(String) - Static method in class com.tibco.as.space.ASCommon
 
getMetaspace() - Method in interface com.tibco.as.space.Space
Retrieve the Metaspace object the Space belongs to.
getMetaspaceMembers() - Method in class com.tibco.as.space.Metaspace
Returns the collection of @Member of the metaspace
getMetaspaceName() - Method in interface com.tibco.as.space.persistence.Action
 
getMetaspaceName() - Method in class com.tibco.as.space.router.RouterAction
 
getMetaspaceName() - Method in class com.tibco.as.space.security.AuthenticationInfo
Get the metaspace name, which the authenticating application is joining.
getMetaspaceName() - Method in interface com.tibco.as.space.Space
Retrieve the name of the Metaspace that the Space belongs to.
getMetaspaceNames() - Static method in class com.tibco.as.space.ASCommon
Returns the collection of names of the metaspace the process is currently connected to
getMetaspaceRemoteMembers() - Method in class com.tibco.as.space.Metaspace
Returns the collection of @Member of the metaspace that are connected using remote discovery
getMinSeederCount() - Method in class com.tibco.as.space.SpaceDef
Returns the minimum number of seeders before persistence interface calls onLoad
getName() - Method in class com.tibco.as.space.FieldDef
Returns the field name.
getName() - Method in class com.tibco.as.space.IndexDef
Returns the name of the index
getName() - Method in class com.tibco.as.space.LocalSiteDef
Returns the site name attribute value of the LocalSiteDef instance.
getName() - Method in interface com.tibco.as.space.Member
Returns a globally unique name of the member
getName() - Method in class com.tibco.as.space.Metaspace
Returns metaspace name
getName() - Method in class com.tibco.as.space.RemoteSiteDef
Returns the site name attribute value of the RemoteSiteDef instance.
getName() - Method in interface com.tibco.as.space.Space
Returns the name of the Space.
getName() - Method in class com.tibco.as.space.SpaceDef
Returns the space name of the space.
getNumFieldDefs() - Method in class com.tibco.as.space.SpaceDef
Returns number of fields associated with Space Definition.
getOldSpaceDef() - Method in interface com.tibco.as.space.persistence.AlterAction
Old space definition
getOldSpaceDef() - Method in class com.tibco.as.space.router.RouterAlterAction
Old space definition
getOldTuple() - Method in interface com.tibco.as.space.event.PutEvent
 
getOldTuple() - Method in class com.tibco.as.space.persistence.PutOp
 
getOldTuple() - Method in interface com.tibco.as.space.router.RouterPutOp
 
getOps() - Method in interface com.tibco.as.space.persistence.WriteAction
 
getOps() - Method in class com.tibco.as.space.router.RouterWriteAction
 
GetOptions - Class in com.tibco.as.space
 
GetOptions() - Constructor for class com.tibco.as.space.GetOptions
 
getOutput() - Method in class com.tibco.as.jline.History
Returns the PrintWriter that is used to store history elements.
getPassword() - Method in class com.tibco.as.space.security.UserPwdCredential
Get the password.
getPassword() - Method in class com.tibco.as.space.security.X509V3Credential
Get the password of the PKCS12 key file.
getPersistenceDistributionPolicy() - Method in class com.tibco.as.space.SpaceDef
Returns the distribution policy for persistence.
getPersistencePolicy() - Method in class com.tibco.as.space.SpaceDef
Returns PersistencePolicy of the space
getPersistenceType() - Method in class com.tibco.as.space.SpaceDef
Returns the persistence type
getPhaseCount() - Method in class com.tibco.as.space.SpaceDef
Deprecated. 
getPhaseInterval() - Method in class com.tibco.as.space.SpaceDef
Deprecated. 
getPhaseRatio() - Method in class com.tibco.as.space.SpaceDef
Deprecated. 
getPlainBuffer() - Method in class com.tibco.as.jline.ANSIBuffer
 
getPort() - Method in interface com.tibco.as.space.Member
The listen port of the member
getPrefetch() - Method in class com.tibco.as.space.browser.BrowserDef
Retrieve the prefetch setting of the Browser.
getProcessId() - Method in interface com.tibco.as.space.Member
Return the Process ID
getProcessName() - Method in interface com.tibco.as.space.Member
Returns the Process name
getProcessName() - Method in class com.tibco.as.space.MemberDef
Returns the member name attribute value of the MemberDef instance.
getProxies() - Method in interface com.tibco.as.space.Member
The list of proxies for this member (for remote client members only)
getQueryLimit() - Method in class com.tibco.as.space.browser.BrowserDef
Retrieve the query limit setting of the Browser.
getQueryLimit() - Method in class com.tibco.as.space.browser.EventBrowserDef
Retrieve the query limit setting of the event browser.
getQueryLimit() - Method in class com.tibco.as.space.listener.ListenerDef
Retrieve the limit setting of the Listener.
getQueryLimit() - Method in class com.tibco.as.space.SpaceDef
Retrieve the prefetch setting of the Browser.
getQueryLogs() - Method in interface com.tibco.as.space.browser.Browser
Deprecated. 
getQueryTimeout() - Method in class com.tibco.as.space.SpaceDef
 
getQuorum() - Method in class com.tibco.as.space.RecoveryOptions
 
getQuoteChars() - Method in class com.tibco.as.jline.ArgumentCompletor.AbstractArgumentDelimiter
 
getReadTimeout() - Method in class com.tibco.as.space.SpaceDef
 
getRecoveryPolicy() - Method in class com.tibco.as.space.RecoveryOptions
 
getRemoteDiscovery() - Method in class com.tibco.as.space.MemberDef
Returns the remote discovery URL attribute value of the MemberDef instance.
getRemoteDiscovery() - Method in class com.tibco.as.space.RemoteSiteDef
getRemoteListen() - Method in class com.tibco.as.space.MemberDef
Returns the remote listen URL attribute value of the MemberDef instance.
getRemoteMembers() - Method in interface com.tibco.as.space.Space
Returns the collection of @Member of the space connected using remote client
getRemoteSiteDef(String) - Method in class com.tibco.as.space.Metaspace
Get remote site def object
getRemoteSiteRemoteState(String) - Method in class com.tibco.as.space.Metaspace
Get remote state of remote site
getRemoteSiteState(String) - Method in class com.tibco.as.space.Metaspace
Get state of remote site
getReplicationCount() - Method in class com.tibco.as.space.SpaceDef
Returns the replication count.
getReplicationFailurePolicy() - Method in class com.tibco.as.space.LocalSiteDef
 
getReplicationPolicy() - Method in class com.tibco.as.space.LocalSiteDef
 
getReplicationPolicy() - Method in class com.tibco.as.space.SpaceDef
Returns replication policy
getRequestId() - Method in class com.tibco.as.space.router.RouterAction
 
getRequestId() - Method in class com.tibco.as.space.router.RouterActionResult
 
getResultHandler() - Method in interface com.tibco.as.space.SpaceOptions
 
getReturn() - Method in interface com.tibco.as.space.remote.InvokeResult
Retrieve the Tuple returned as a result of the remote invocation.
getReturn(int) - Method in interface com.tibco.as.space.remote.InvokeResultList
The getReturn method returns the result Tuple associated with the specified index from the list of remote invocation results.
getReturns() - Method in interface com.tibco.as.space.remote.InvokeResultList
The getReturns method returns a collection of Tuple objects that were returned as the result of successful remote invocations.
getRouterDiscovery() - Method in class com.tibco.as.space.RemoteSiteDef
Returns the router discovery URL attribute value of the RemoteSiteDef instance.
getRouterListen() - Method in class com.tibco.as.space.MemberDef
Returns the site router listen URL attribute value of the MemberDef instance.
getRouterType() - Method in class com.tibco.as.space.LocalSiteDef
 
getRouteTimeout() - Method in class com.tibco.as.space.SpaceDef
 
getRxBufferSize() - Method in class com.tibco.as.space.MemberDef
 
getSecurityLogLevel() - Static method in class com.tibco.as.space.ASCommon
 
getSecurityPolicyFile() - Method in class com.tibco.as.space.MemberDef
Returns the member's security policy file location.
getSecurityTokenFile() - Method in class com.tibco.as.space.MemberDef
Returns the security token file location.
getSeeders() - Method in interface com.tibco.as.space.Space
Returns the collection of @Member of the space with seeder role
getSelfMember() - Method in class com.tibco.as.space.Metaspace
Returns the Member for this Metaspace connection.
getShort(String) - Method in class com.tibco.as.space.Tuple
Given a name, returns the short value stored in the field with that name.
getSourceSiteName() - Method in class com.tibco.as.space.router.RouterActionResult
 
getSourceSiteName() - Method in class com.tibco.as.space.router.RouterWriteAction
 
getSpace(String, SpaceMemberDef) - Method in class com.tibco.as.space.Metaspace
Deprecated.
Use other methods to retrieve Space reference. DataStore can be provided using MemberDef while connecting to metaspace.
getSpace(String, Member.DistributionRole) - Method in class com.tibco.as.space.Metaspace
Returns the space after joining it, if it is not already joined.
getSpace(String) - Method in class com.tibco.as.space.Metaspace
Returns the space after joining it with role LEECH, if it is not already joined.
getSpaceDef(String) - Method in class com.tibco.as.space.Metaspace
Gets space definition for the given Space name.
getSpaceDef() - Method in interface com.tibco.as.space.persistence.AlterAction
New space definition
getSpaceDef() - Method in class com.tibco.as.space.router.RouterAlterAction
New space definition
getSpaceDef() - Method in class com.tibco.as.space.SNFileReader
Returns the space definition found in the file
getSpaceDef() - Method in interface com.tibco.as.space.Space
Retrieve the attributes used to create the Space.
getSpaceMembers(String) - Method in class com.tibco.as.space.Metaspace
Returns the collection of @Member of the space
getSpaceName() - Method in interface com.tibco.as.space.event.SpaceEvent
Returns the space name the event belongs to
getSpaceName() - Method in interface com.tibco.as.space.persistence.Action
 
getSpaceName() - Method in class com.tibco.as.space.router.RouterAction
 
getSpaceName() - Method in interface com.tibco.as.space.router.RouterWriteOp
 
getSpaceRemoteMembers(String) - Method in class com.tibco.as.space.Metaspace
Returns the collection of @Member of the space that are connected using remote discovery
getSpaceState(String) - Method in class com.tibco.as.space.Metaspace
Returns the space state of the specified space name
getSpaceState() - Method in interface com.tibco.as.space.Space
Retrieve the state of the Space.
getSpaceWait() - Method in class com.tibco.as.space.SpaceDef
Returns the amount of time space operations will wait for space to become READY
getStackTraceAsString() - Method in exception com.tibco.as.space.ASPersistenceException
 
getStackTraceAsString() - Method in exception com.tibco.as.space.ASRemoteException
 
getStackTraceAsString() - Method in exception com.tibco.as.space.ASRouterException
 
getStatus() - Method in exception com.tibco.as.space.ASException
Returns status of exception
getStatus() - Method in enum com.tibco.as.space.ASStatus
Returns internal representation of the status code
getStatus() - Method in interface com.tibco.as.space.Result
 
getStatus(int) - Method in interface com.tibco.as.space.ResultList
 
getStatus() - Method in exception com.tibco.as.space.RuntimeASException
Returns the status related to the Exception.
getStrict() - Method in class com.tibco.as.jline.ArgumentCompletor
Returns whether a completion at argument index N will succees if all the completions from arguments 0-(N-1) also succeed.
getString(String) - Method in class com.tibco.as.space.Tuple
Given a name, returns the String value stored in the field with that name.
getSttyCommand() - Static method in class com.tibco.as.jline.UnixTerminal
The command to use to set the terminal options.
getTargetSiteNames() - Method in class com.tibco.as.space.router.RouterWriteAction
 
getTermheight() - Method in class com.tibco.as.jline.ConsoleReader
Query the terminal to find the current width;
getTerminal() - Method in class com.tibco.as.jline.ConsoleReader
 
getTerminal() - Static method in class com.tibco.as.jline.Terminal
 
getTerminalHeight() - Method in class com.tibco.as.jline.Terminal
Returns the current height of the terminal (in lines)
getTerminalHeight() - Method in class com.tibco.as.jline.UnixTerminal
Returns the value of "stty size" height param.
getTerminalHeight() - Method in class com.tibco.as.jline.UnsupportedTerminal
Always returng 24, since we can't access this info on Windows.
getTerminalHeight() - Method in class com.tibco.as.jline.WindowsTerminal
Unsupported; return the default.
getTerminalWidth() - Method in class com.tibco.as.jline.Terminal
Returns the current width of the terminal (in characters)
getTerminalWidth() - Method in class com.tibco.as.jline.UnixTerminal
Returns the value of "stty size" width param.
getTerminalWidth() - Method in class com.tibco.as.jline.UnsupportedTerminal
Always returng 80, since we can't access this info on Windows.
getTerminalWidth() - Method in class com.tibco.as.jline.WindowsTerminal
Unsupported; return the default.
getTermwidth() - Method in class com.tibco.as.jline.ConsoleReader
Query the terminal to find the current width;
getThreadCount() - Method in class com.tibco.as.space.RecoveryOptions
 
getTime() - Method in class com.tibco.as.space.DateTime
Returns Calendar instance
getTimeInMillis() - Method in class com.tibco.as.space.DateTime
returns Datetime object's time in milliseconds
getTimeout() - Method in class com.tibco.as.space.browser.BrowserDef
Retrieve the timeout setting of the Browser.
getTimeout() - Method in class com.tibco.as.space.browser.EventBrowserDef
Retrieve the timeout setting of the EventBrowser.
getTimeout() - Method in class com.tibco.as.space.InvokeOptions
Timeout for invoke operation.
getTimeout() - Method in class com.tibco.as.space.MemberDef
Deprecated.
getTimeScope() - Method in class com.tibco.as.space.browser.BrowserDef
Retrieve the time scope setting of the Browser.
getTimeScope() - Method in class com.tibco.as.space.browser.EventBrowserDef
Retrieve the time scope setting of the EventBrowser.
getTimeScope() - Method in class com.tibco.as.space.listener.ListenerDef
Returns the time scope of the listener.
getTransactionId() - Method in class com.tibco.as.space.router.RouterWriteAction
 
getTransportThreadCount() - Method in class com.tibco.as.space.MemberDef
Returns the number of threads which can be used to service transport requests.
getTTL() - Method in class com.tibco.as.space.PutOptions
Retrieve the current setting for the number of milliseconds to use as an entry's time to live.
getTtl() - Method in interface com.tibco.as.space.router.RouterPutOp
 
getTTL() - Method in class com.tibco.as.space.SpaceDef
Returns the TTL for the entries in the Space.
getTuple() - Method in interface com.tibco.as.space.event.SpaceEvent
 
getTuple() - Method in class com.tibco.as.space.persistence.ActionResult
 
getTuple() - Method in interface com.tibco.as.space.persistence.ReadAction
 
getTuple() - Method in interface com.tibco.as.space.persistence.WriteOp
 
getTuple() - Method in class com.tibco.as.space.router.RouterActionResult
 
getTuple() - Method in interface com.tibco.as.space.router.RouterWriteOp
 
getTuple() - Method in interface com.tibco.as.space.SpaceResult
 
getTuple(int) - Method in interface com.tibco.as.space.SpaceResultList
 
getTuples() - Method in interface com.tibco.as.space.SpaceResultList
SpaceResult objects that include exceptions will not be included.
getType() - Method in interface com.tibco.as.space.browser.Browser
Retrieve the type of the Browser.
getType() - Method in interface com.tibco.as.space.event.SpaceEvent
Returns the event type that caused the callback.
getType() - Method in class com.tibco.as.space.FieldDef
Returns the field type.
getType() - Method in interface com.tibco.as.space.persistence.WriteOp
 
getType() - Method in interface com.tibco.as.space.router.RouterWriteOp
 
getUpdateTransport() - Method in class com.tibco.as.space.SpaceDef
Returns the transport used for udpate messages
getUseHistory() - Method in class com.tibco.as.jline.ConsoleReader
Whether or not to add new commands to the history buffer.
getUsePagination() - Method in class com.tibco.as.jline.ConsoleReader
Whether to use pagination when the number of rows of candidates exceeds the height of the temrinal.
getUserCredential() - Method in class com.tibco.as.space.security.AuthenticationInfo
Get the empty credential object, which must be updated based on the effective authentication type.
getUserName() - Method in class com.tibco.as.space.security.UserPwdCredential
Get the username.
getUserSpaceNames() - Method in class com.tibco.as.space.Metaspace
Returns the user space names
getValue() - Method in enum com.tibco.as.space.advisory.Advisory.Category
 
getValue() - Method in enum com.tibco.as.space.advisory.Advisory.Level
 
getValue() - Method in enum com.tibco.as.space.browser.BrowserDef.BrowserType
 
getValue() - Method in enum com.tibco.as.space.browser.BrowserDef.DistributionScope
 
getValue() - Method in enum com.tibco.as.space.browser.BrowserDef.TimeScope
 
getValue() - Method in enum com.tibco.as.space.browser.EventBrowserDef.DistributionScope
 
getValue() - Method in enum com.tibco.as.space.browser.EventBrowserDef.TimeScope
 
getValue() - Method in enum com.tibco.as.space.event.SpaceEvent.EventType
 
getValue() - Method in enum com.tibco.as.space.FieldDef.FieldType
 
getValue() - Method in enum com.tibco.as.space.IndexDef.IndexType
 
getValue() - Method in enum com.tibco.as.space.listener.ListenerDef.DistributionScope
 
getValue() - Method in enum com.tibco.as.space.listener.ListenerDef.TimeScope
 
getValue() - Method in enum com.tibco.as.space.LocalSiteDef.ReplicationFailurePolicy
 
getValue() - Method in enum com.tibco.as.space.LocalSiteDef.ReplicationPolicy
 
getValue() - Method in enum com.tibco.as.space.LocalSiteDef.RouterType
 
getValue() - Method in enum com.tibco.as.space.LogLevel
 
getValue() - Method in enum com.tibco.as.space.Member.DistributionRole
 
getValue() - Method in enum com.tibco.as.space.Member.ManagementRole
 
getValue() - Method in enum com.tibco.as.space.persistence.WriteOp.OpType
 
getValue() - Method in enum com.tibco.as.space.RecoveryOptions.RecoveryPolicy
 
getValue() - Method in enum com.tibco.as.space.RemoteSiteDef.SiteRemoteState
 
getValue() - Method in enum com.tibco.as.space.RemoteSiteDef.SiteState
 
getValue() - Method in enum com.tibco.as.space.router.RouterWriteOp.OpType
 
getValue() - Method in enum com.tibco.as.space.SpaceDef.CachePolicy
 
getValue() - Method in enum com.tibco.as.space.SpaceDef.DistributionPolicy
 
getValue() - Method in enum com.tibco.as.space.SpaceDef.EvictionPolicy
 
getValue() - Method in enum com.tibco.as.space.SpaceDef.LockScope
 
getValue() - Method in enum com.tibco.as.space.SpaceDef.PersistencePolicy
 
getValue() - Method in enum com.tibco.as.space.SpaceDef.PersistenceType
 
getValue() - Method in enum com.tibco.as.space.SpaceDef.PersisterState
 
getValue() - Method in enum com.tibco.as.space.SpaceDef.ReplicationPolicy
 
getValue() - Method in enum com.tibco.as.space.SpaceDef.SpaceState
 
getValue() - Method in enum com.tibco.as.space.SpaceDef.UpdateTransport
 
getVirtualNodeCount() - Method in class com.tibco.as.space.SpaceDef
 
getWorkerThreadCount() - Method in class com.tibco.as.space.MemberDef
Returns the number of threads which can be used to service remote invocations.
getWriteTimeout() - Method in class com.tibco.as.space.SpaceDef
 
gotoxy(int, int) - Static method in class com.tibco.as.jline.ANSIBuffer.ANSICodes
 
green(String) - Method in class com.tibco.as.jline.ANSIBuffer
 

H

handleAction(RouterAction) - Method in class com.tibco.as.space.router.MetaspaceReceiver
 
handleResult(RouterActionResult) - Method in class com.tibco.as.space.router.MetaspaceRouter
Invoke upon receiving the RouterActionResult from remote site
hasError() - Method in interface com.tibco.as.space.Result
 
hasError() - Method in interface com.tibco.as.space.ResultList
 
hashCode() - Method in class com.tibco.as.space.Tuple
 
hasOldTuple() - Method in interface com.tibco.as.space.event.PutEvent
 
hasOldTuple() - Method in class com.tibco.as.space.persistence.PutOp
 
hasOldTuple() - Method in interface com.tibco.as.space.router.RouterPutOp
 
help() - Method in class com.tibco.as.admin.Admin
Returns all help strings
History - Class in com.tibco.as.jline
A command history buffer.
History() - Constructor for class com.tibco.as.jline.History
Construstor: initialize a blank history.
History(File) - Constructor for class com.tibco.as.jline.History
Construstor: initialize History object the the specified File for storage.
HOME_CODE - Static variable in class com.tibco.as.jline.UnixTerminal
 
HOME_KEY - Static variable in class com.tibco.as.jline.WindowsTerminal
When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR this character indicates that the home key was pressed.

I

IndexDef - Class in com.tibco.as.space
Representation of the Index Definition
IndexDef() - Constructor for class com.tibco.as.space.IndexDef
 
IndexDef.IndexType - Enum in com.tibco.as.space
 
initializeTerminal() - Method in class com.tibco.as.jline.Terminal
Initialize any system settings that are required for the console to be able to handle input correctly, such as setting tabtop, buffered input, and character echo.
initializeTerminal() - Method in class com.tibco.as.jline.UnixTerminal
Remove line-buffered input by invoking "stty -icanon min 1" against the current terminal.
initializeTerminal() - Method in class com.tibco.as.jline.UnsupportedTerminal
 
initializeTerminal() - Method in class com.tibco.as.jline.WindowsTerminal
 
INSERT - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that toggles insert/overtype
insert(int, char) - Method in interface com.tibco.as.jline.JLineBuffer
 
insert(int, CharSequence) - Method in interface com.tibco.as.jline.JLineBuffer
 
insert(int, char) - Method in class com.tibco.as.jline.JLineStringBuilder
 
insert(int, CharSequence) - Method in class com.tibco.as.jline.JLineStringBuilder
 
INSERT_KEY - Static variable in class com.tibco.as.jline.WindowsTerminal
When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR this character indicates that the insert key was pressed.
Invocable - Interface in com.tibco.as.space.remote
The Invocable interface allows applications to define custom code to be executed on the members of a space.
invoke(Space, Tuple, Tuple) - Method in interface com.tibco.as.space.remote.Invocable
The invoke method is executed on the space member where the entry associated with the key specified in the tuple parameter is stored.
invoke(Space, Tuple) - Method in interface com.tibco.as.space.remote.MemberInvocable
The invoke method is executed by certain members of a space or all members of a space.
invoke(Tuple, String, InvokeOptions) - Method in interface com.tibco.as.space.Space
Causes execution of the invoke method from the specified class on the Member of the Space where the entry associated with the key specified in tuple is stored.
invoke(Tuple, InvokeOptions) - Method in interface com.tibco.as.space.Space
invoke(Tuple, String, Tuple) - Method in interface com.tibco.as.space.Space
Deprecated.
invoke(Tuple, Class<? extends Invocable>, Tuple) - Method in interface com.tibco.as.space.Space
Deprecated.
invokeLeeches(String, InvokeOptions) - Method in interface com.tibco.as.space.Space
Invokes in parallel the appropriate invoke method of the specified class on all of the members of the Space which have a distribution role of leech.
invokeLeeches(InvokeOptions) - Method in interface com.tibco.as.space.Space
Deprecated.
invokeMember(Member, String, InvokeOptions) - Method in interface com.tibco.as.space.Space
Causes execution of the invoke method of the specified class on the specific Member of the Space passed as an argument.
invokeMember(Member, InvokeOptions) - Method in interface com.tibco.as.space.Space
Deprecated.
invokeMember(Member, String, Tuple) - Method in interface com.tibco.as.space.Space
Deprecated.
invokeMember(Member, Class<? extends MemberInvocable>, Tuple) - Method in interface com.tibco.as.space.Space
Deprecated.
invokeMembers(Collection<Member>, String, InvokeOptions) - Method in interface com.tibco.as.space.Space
 
invokeMembers(Collection<Member>, InvokeOptions) - Method in interface com.tibco.as.space.Space
Deprecated.
invokeMembers(String, InvokeOptions) - Method in interface com.tibco.as.space.Space
Invokes in parallel the appropriate invoke method of the specified class on all of the members of the Space.
invokeMembers(InvokeOptions) - Method in interface com.tibco.as.space.Space
Deprecated.
invokeMembers(Collection<Member>, String, Tuple) - Method in interface com.tibco.as.space.Space
Deprecated.
invokeMembers(Collection<Member>, Class<? extends MemberInvocable>, Tuple) - Method in interface com.tibco.as.space.Space
Deprecated.
invokeMembers(String, Tuple) - Method in interface com.tibco.as.space.Space
Deprecated.
invokeMembers(Class<? extends MemberInvocable>, Tuple) - Method in interface com.tibco.as.space.Space
Deprecated.
InvokeOptions - Class in com.tibco.as.space
InvokeOptions allows you to specify various options for performing remote invocation operations.
InvokeOptions() - Constructor for class com.tibco.as.space.InvokeOptions
 
invokeRemoteMembers(String, InvokeOptions) - Method in interface com.tibco.as.space.Space
Invokes in parallel the appropriate invoke method of the specified class on all of the remote members of the Space.
invokeRemoteMembers(InvokeOptions) - Method in interface com.tibco.as.space.Space
Deprecated.
InvokeResult - Interface in com.tibco.as.space.remote
The InvokeResult interface contains methods used to retrieve information about the result of a remote invocation on a single member of a space.
InvokeResultHandler - Interface in com.tibco.as.space.remote
 
InvokeResultList - Interface in com.tibco.as.space.remote
The InvokeResultList interface contains methods used to retrieve information about the result of remote invocations on multiple members of a space.
InvokeResultListHandler - Interface in com.tibco.as.space.remote
 
invokeSeeders(String, InvokeOptions) - Method in interface com.tibco.as.space.Space
Invokes in parallel the appropriate invoke method of the specified class on all of the members of the Space which have a distribution role of seeder.
invokeSeeders(InvokeOptions) - Method in interface com.tibco.as.space.Space
Deprecated.
invokeSeeders(String, Tuple) - Method in interface com.tibco.as.space.Space
Deprecated.
invokeSeeders(Class<? extends MemberInvocable>, Tuple) - Method in interface com.tibco.as.space.Space
Deprecated.
isANSISupported() - Method in class com.tibco.as.jline.Terminal
Returns true if the current console supports ANSI codes.
isANSISupported() - Method in class com.tibco.as.jline.WindowsTerminal
Windows doesn't support ANSI codes by default; disable them.
isAppend() - Method in class com.tibco.as.space.FileLogOptions
 
isDefault() - Method in class com.tibco.as.space.LocalSiteDef
 
isDelimiter(String, int) - Method in class com.tibco.as.jline.ArgumentCompletor.AbstractArgumentDelimiter
Returns true if the specified character is a whitespace parameter.
isDelimiter(String, int) - Method in interface com.tibco.as.jline.ArgumentCompletor.ArgumentDelimiter
Returns true if the specified character is a whitespace parameter.
isDelimiterChar(String, int) - Method in class com.tibco.as.jline.ArgumentCompletor.AbstractArgumentDelimiter
Returns true if the character at the specified position if a delimiter.
isDelimiterChar(String, int) - Method in class com.tibco.as.jline.ArgumentCompletor.WhitespaceArgumentDelimiter
The character is a delimiter if it is whitespace, and the preceeding character is not an escape character.
isEchoEnabled() - Method in class com.tibco.as.jline.Terminal
Returns false if character echoing is disabled.
isEchoEnabled() - Method in class com.tibco.as.jline.UnixTerminal
 
isEchoEnabled() - Method in class com.tibco.as.jline.UnsupportedTerminal
 
isEchoEnabled() - Method in class com.tibco.as.jline.WindowsTerminal
 
isEnablePerformanceMonitor() - Static method in class com.tibco.as.space.ASCommon
Check the status of the performance monitor.
isEncrypted() - Method in class com.tibco.as.space.FieldDef
Returns true if the field's value is stored encrypted in memory (optional)
isEscaped(String, int) - Method in class com.tibco.as.jline.ArgumentCompletor.AbstractArgumentDelimiter
 
isForget() - Method in class com.tibco.as.space.LockOptions
Retrieve the current setting for whether or not to return the tuple being locked.
isForget() - Method in class com.tibco.as.space.PutOptions
Retrieve whether tuples, which already exist in a space, should be returned as the return values of put operations, or whether the existing tuples should be "forgotten" and not returned.
isForget() - Method in interface com.tibco.as.space.router.RouterPutOp
 
isForget() - Method in class com.tibco.as.space.TakeOptions
Retrieve the current setting for whether or not to return the tuple taken from a space using this TakeOptions object.
isForgetOldValue() - Method in class com.tibco.as.space.SpaceDef
returns if old values are ignored
isHostAwareReplication() - Method in class com.tibco.as.space.SpaceDef
Deprecated. 
isJoin() - Method in class com.tibco.as.space.browser.BrowserDef
 
isKeepFiles() - Method in class com.tibco.as.space.RecoveryOptions
Returns boolean indicating if recovery should delete files or not after completion
isLoadWithData() - Method in class com.tibco.as.space.RecoveryOptions
Returns boolean indicating if recovery should be done with load data or not
isLock() - Method in class com.tibco.as.space.PutOptions
Retrieve whether or not to lock the key of a tuple after it is stored into the space.
isLock() - Method in class com.tibco.as.space.TakeOptions
Retrieve the current setting for whether or not to lock the key of a tuple after it is removed from a space.
isLogOnReceive() - Method in class com.tibco.as.space.LocalSiteDef
 
isNull(String) - Method in class com.tibco.as.space.Tuple
Given a field name, returns whether the field is null (does not exist) or not.
isNullable() - Method in class com.tibco.as.space.FieldDef
Returns true if the field is nullable (optional).
isOvertyping() - Method in class com.tibco.as.jline.CursorBuffer
 
isPartialResult() - Method in interface com.tibco.as.space.browser.Browser
Indicates whether the results are incomplete due to query limit.
isQueryCache() - Method in class com.tibco.as.space.SpaceDef
Return the query cache setting for this space.
isQuoted(String, int) - Method in class com.tibco.as.jline.ArgumentCompletor.AbstractArgumentDelimiter
 
isReady() - Method in interface com.tibco.as.space.Space
Check whether the Space is ready for operations.
isRemote() - Method in interface com.tibco.as.space.Member
Returns true if member is a remote client
isReplay() - Method in class com.tibco.as.space.router.RouterWriteAction
 
isRoute() - Method in class com.tibco.as.space.browser.BrowserDef
 
isRoute() - Method in class com.tibco.as.space.PutOptions
Retrieve whether the put operation is routed.
isRoute() - Method in class com.tibco.as.space.TakeOptions
Retrieve whether the take operation is routed.
isRouted() - Method in class com.tibco.as.space.LocalSiteDef
returns true if routing is enabled for the metaspace
isRouted() - Method in class com.tibco.as.space.SpaceDef
returns true if routing is enabled for the space
isSupported() - Method in class com.tibco.as.jline.Terminal
Returns true if this terminal is capable of initializing the terminal to use jline.
isSupported() - Method in class com.tibco.as.jline.UnixTerminal
 
isSupported() - Method in class com.tibco.as.jline.UnsupportedTerminal
 
isSupported() - Method in class com.tibco.as.jline.WindowsTerminal
 
isSystemSeeder() - Method in class com.tibco.as.space.MemberDef
 
isSystemSiteRouter() - Method in class com.tibco.as.space.MemberDef
 
isUnlock() - Method in class com.tibco.as.space.PutOptions
Retrieve whether or not to unlock the key of a tuple after it is stored into a space.
isUnlock() - Method in class com.tibco.as.space.TakeOptions
Retrieve the current setting for whether or not to unlock the key of a tuple after it is removed from a space.
isValid() - Method in interface com.tibco.as.space.Space
Deprecated.

J

JLineBuffer - Interface in com.tibco.as.jline
 
JLineStringBuilder - Class in com.tibco.as.jline
 
JLineStringBuilder() - Constructor for class com.tibco.as.jline.JLineStringBuilder
 

K

KEYBOARD_BELL - Static variable in interface com.tibco.as.jline.ConsoleOperations
 
KeyDef - Class in com.tibco.as.space
 
KeyDef() - Constructor for class com.tibco.as.space.KeyDef
 
KEYMAP_NAMES - Static variable in class com.tibco.as.jline.ConsoleReader
Map that contains the operation name to keymay operation mapping.
KILL_LINE - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that deletes the buffer from the current character to the end.
KILL_LINE_PREV - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that deletes the buffer from the cursor to the beginning.
killLine() - Method in class com.tibco.as.jline.ConsoleReader
Kill the buffer ahead of the current cursor position.

L

leave() - Method in interface com.tibco.as.space.Space
Deprecated.
This method is deprecated and calls Space.close()
left(int) - Static method in class com.tibco.as.jline.ANSIBuffer.ANSICodes
Moves the cursor n positions to the left.
LEFT_ARROW_KEY - Static variable in class com.tibco.as.jline.WindowsTerminal
When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR, this character indicates an left arrow key press.
length() - Method in class com.tibco.as.jline.CursorBuffer
 
length() - Method in class com.tibco.as.jline.JLineStringBuilder
 
listen(String, Listener) - Method in class com.tibco.as.space.Metaspace
Returns a listener on a space for receiving event notifications.
listen(String, Listener, ListenerDef) - Method in class com.tibco.as.space.Metaspace
Returns a listener on a space for receiving event notifications.
listen(String, Listener, String) - Method in class com.tibco.as.space.Metaspace
Returns a listener on a space for receiving event notifications.
listen(String, Listener, ListenerDef, String) - Method in class com.tibco.as.space.Metaspace
Returns a listener on a space for receiving event notifications.
listen(Listener) - Method in interface com.tibco.as.space.Space
Attaches a Listener object to a Space for receiving event notifications.
listen(Listener, ListenerDef) - Method in interface com.tibco.as.space.Space
Attaches a Listener object to a Space for receiving event notifications.
listen(Listener, String) - Method in interface com.tibco.as.space.Space
Attaches a Listener object to a Space for receiving event notifications that match the specified filter.
listen(Listener, ListenerDef, String) - Method in interface com.tibco.as.space.Space
Attaches a Listener object to a Space for receiving event notifications that match the specified filter.
Listener - Interface in com.tibco.as.space.listener
Space listener interface provides a base class for Event Listeners Space.
ListenerDef - Class in com.tibco.as.space.listener
Configuration properties for Listeners.
ListenerDef() - Constructor for class com.tibco.as.space.listener.ListenerDef
 
ListenerDef.DistributionScope - Enum in com.tibco.as.space.listener
Listener distribution scope
ListenerDef.TimeScope - Enum in com.tibco.as.space.listener
Listener time scope
listenMetaspaceMembers(MetaspaceMemberListener) - Method in class com.tibco.as.space.Metaspace
Listen to metaspace membership events
listenMetaspaceRemoteMembers(MetaspaceRemoteMemberListener) - Method in class com.tibco.as.space.Metaspace
Listen to remote metaspace membership events
listenRemoteSiteState(SiteStateListener) - Method in class com.tibco.as.space.Metaspace
Listen to site state updates for all remote sites.
listenRemoteSiteState(String, SiteStateListener) - Method in class com.tibco.as.space.Metaspace
Listen to site state updates for a remote site.
listenSiteDefs(SiteDefListener) - Method in class com.tibco.as.space.Metaspace
Listen to site definitions.
listenSpaceDefs(SpaceDefListener) - Method in class com.tibco.as.space.Metaspace
Listen to space definitions.
listenSpaceMembers(SpaceMemberListener) - Method in class com.tibco.as.space.Metaspace
Listen to space membership events
listenSpaceMembers(String, SpaceMemberListener) - Method in class com.tibco.as.space.Metaspace
Listen to space membership events
listenSpaceRemoteMembers(SpaceRemoteMemberListener) - Method in class com.tibco.as.space.Metaspace
Listen to remote space membership events
listenSpaceRemoteMembers(String, SpaceRemoteMemberListener) - Method in class com.tibco.as.space.Metaspace
Listen to remote space membership events
listenSpaceState(SpaceStateListener) - Method in class com.tibco.as.space.Metaspace
Listen to space state updates for all spaces.
listenSpaceState(String, SpaceStateListener) - Method in class com.tibco.as.space.Metaspace
Listen to space state updates for specified space name.
load(InputStream) - Method in class com.tibco.as.jline.History
Load the history buffer from the specified InputStream.
load(Reader) - Method in class com.tibco.as.jline.History
Load the history buffer from the specified Reader.
load(Tuple) - Method in interface com.tibco.as.space.Space
This function is typically used in an implementation of the Persister.onLoad(com.tibco.as.space.persistence.LoadAction) function to load the space.
LoadAction - Interface in com.tibco.as.space.persistence
 
loadAll(Collection<Tuple>) - Method in interface com.tibco.as.space.Space
Batch load operation.
LocalSiteDef - Class in com.tibco.as.space
 
LocalSiteDef() - Constructor for class com.tibco.as.space.LocalSiteDef
 
LocalSiteDef.ReplicationFailurePolicy - Enum in com.tibco.as.space
Site Replication Failure policy
LocalSiteDef.ReplicationPolicy - Enum in com.tibco.as.space
Site Replication policy
LocalSiteDef.RouterType - Enum in com.tibco.as.space
Site Router type
lock(Tuple) - Method in interface com.tibco.as.space.Space
Locks the entry stored in the Space which has the key specified in the given Tuple.
lock(Tuple, LockOptions) - Method in interface com.tibco.as.space.Space
Locks the entry stored in the Space which has the key specified in the given Tuple.
lockAll(Collection<Tuple>) - Method in interface com.tibco.as.space.Space
Batch lock operation.
lockAll(Collection<Tuple>, LockOptions) - Method in interface com.tibco.as.space.Space
Batch lock operation with LockOptions.
LockOptions - Class in com.tibco.as.space
LockOptions implements the interface SpaceOptions and is used as a parameter to the following methods of Space: Space.lock(Tuple, LockOptions) Space.lockAll(java.util.Collection, LockOptions) LockOptions can be used to specify a ResultHandler object or closure object when asynchronously setting a lock on a tuple, or collection of tuples, in a space.
LockOptions() - Constructor for class com.tibco.as.space.LockOptions
 
LogLevel - Enum in com.tibco.as.space
Log levels

M

magenta(String) - Method in class com.tibco.as.jline.ANSIBuffer
 
main(String[]) - Static method in class com.tibco.as.jline.ANSIBuffer
 
main(String[]) - Static method in class com.tibco.as.jline.ConsoleRunner
 
max(String) - Method in interface com.tibco.as.space.Space
 
Member - Interface in com.tibco.as.space
Any ActiveSpaces Application or Agent which connects to a Metaspace or joins a Space is referred to as a member.
Member.DistributionRole - Enum in com.tibco.as.space
Distribution role of a Space member
Member.ManagementRole - Enum in com.tibco.as.space
Metaspace management role of the member
MemberAdvisory - Interface in com.tibco.as.space.advisory
 
MemberDef - Class in com.tibco.as.space
MemberDef represents how ActiveSpaces makes member connections to a metaspace.
MemberDef() - Constructor for class com.tibco.as.space.MemberDef
 
MemberInvocable - Interface in com.tibco.as.space.remote
The MemberInvocable interface allows applications to define custom code to be executed on the members of a space.
Metaspace - Class in com.tibco.as.space
Metaspace represents both an administrative collection of Space (system and user spaces) and the collection of Member (ActiveSpaces applications and Agents) working collaboratively to implement those Spaces.
Metaspace() - Constructor for class com.tibco.as.space.Metaspace
 
MetaspaceAdvisory - Interface in com.tibco.as.space.advisory
 
MetaspaceAdvisoryListener - Interface in com.tibco.as.space.listener
Metaspace advisory listener interface provides a method for being notified on creation and expiration of advisory entries at Metaspace category
MetaspaceMemberListener - Interface in com.tibco.as.space.listener
 
MetaspaceReceiver - Class in com.tibco.as.space.router
 
MetaspaceReceiver() - Constructor for class com.tibco.as.space.router.MetaspaceReceiver
 
MetaspaceRemoteMemberListener - Interface in com.tibco.as.space.listener
 
MetaspaceRouter - Class in com.tibco.as.space.router
 
MetaspaceRouter() - Constructor for class com.tibco.as.space.router.MetaspaceRouter
 
min(String) - Method in interface com.tibco.as.space.Space
 
MOVE_TO_BEG - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that moves to the beginning of the buffer.
MOVE_TO_END - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that moves to the end of the buffer.
moveCursor(int) - Method in class com.tibco.as.jline.ConsoleReader
Move the cursor where characters.
moveToEnd() - Method in class com.tibco.as.jline.History
Move to the end of the history buffer.
moveToFirstEntry() - Method in class com.tibco.as.jline.History
Moves the history index to the first entry.
moveToLastEntry() - Method in class com.tibco.as.jline.History
This moves the history to the last entry.
MultiCompletor - Class in com.tibco.as.jline
A completor that contains multiple embedded completors.
MultiCompletor() - Constructor for class com.tibco.as.jline.MultiCompletor
Construct a MultiCompletor with no embedded completors.
MultiCompletor(List) - Constructor for class com.tibco.as.jline.MultiCompletor
Construct a MultiCompletor with the specified list of Completor instances.
MultiCompletor(Completor[]) - Constructor for class com.tibco.as.jline.MultiCompletor
Construct a MultiCompletor with the specified Completor instances.

N

nativeClearConsole() - Method in class com.tibco.as.jline.WindowsTerminal
 
NEWLINE - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that issues a newline.
next() - Method in class com.tibco.as.jline.History
Move the pointer to the next element in the buffer.
next() - Method in interface com.tibco.as.space.browser.Browser
Retrieve the next entry from the Space.
next() - Method in interface com.tibco.as.space.browser.EventBrowser
Retrieve the next event of the Space.
next() - Method in class com.tibco.as.space.SNFileReader
Returns the next tuple
NEXT_CHAR - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that moves to the next character in the buffer.
NEXT_HISTORY - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that sets the buffer to the next history item.
NEXT_SPACE_WORD - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that
NEXT_WORD - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that moved to the next word.
NO_CAPACITY - Static variable in class com.tibco.as.space.SpaceDef
Capacity of the space
NO_LIMIT - Static variable in class com.tibco.as.space.SpaceDef
Default query result limit
NO_WAIT - Static variable in class com.tibco.as.space.browser.BrowserDef
Calls to the Browser's next() method will return immediately if no entries are left to iterate over.
NO_WAIT - Static variable in class com.tibco.as.space.browser.EventBrowserDef
Calls to the EventBrowser's next() method will return immediately if no events are left to iterate over.
NO_WAIT - Static variable in class com.tibco.as.space.SpaceDef
Timeout value for TTL or locks.
NoOpFilter() - Constructor for class com.tibco.as.jline.SimpleCompletor.NoOpFilter
 
NullCompletor - Class in com.tibco.as.jline
A completor that does nothing.
NullCompletor() - Constructor for class com.tibco.as.jline.NullCompletor
 
NUMPAD_KEY_INDICATOR - Static variable in class com.tibco.as.jline.WindowsTerminal
On windows terminals, this character indicates that a special key on the number pad has been pressed.

O

O_PREFIX - Static variable in class com.tibco.as.jline.UnixTerminal
 
onActionResult(RouterActionResult) - Method in class com.tibco.as.space.router.MetaspaceRouter
Invoked when a router write action is sent on MetaspaceRouter.sendAction(RouterWriteAction) and the action result returns after processed by the MetaspaceReceiver.onReceive(RouterWriteAction)
onAlter(SpaceDef, SpaceDef) - Method in interface com.tibco.as.space.listener.SpaceDefListener
Notified when user alters the space definition
onAlter(AlterAction) - Method in interface com.tibco.as.space.persistence.Persister
Invoked when space definition is modified
onAlter(RouterAlterAction) - Method in class com.tibco.as.space.router.MetaspaceRouter
Invoked when space definition is modified
onAlter(RouterAlterAction) - Method in interface com.tibco.as.space.router.Router
Invoked when space definition is modified
onCleanup() - Method in interface com.tibco.as.space.security.AuthenticationCallback
Perform any custom cleanup after the authentication process completes.
onClose(CloseAction) - Method in interface com.tibco.as.space.persistence.Persister
Invoked when the Persister is stopped
onClose(RouterCloseAction) - Method in class com.tibco.as.space.router.MetaspaceRouter
Invoked when the Metaspace Router is stopped
onClose(RouterCloseAction) - Method in interface com.tibco.as.space.router.Router
Invoked when the Router is stopped
onComplete(InvokeResult, Object) - Method in interface com.tibco.as.space.remote.InvokeResultHandler
 
onComplete(InvokeResultList, Object) - Method in interface com.tibco.as.space.remote.InvokeResultListHandler
Callback method once invocation on members complete
onComplete(RouterActionResult) - Method in class com.tibco.as.space.router.MetaspaceReceiver
 
onComplete(SpaceResult, Object, SpaceResult.OperationType) - Method in interface com.tibco.as.space.SpaceResultHandler
 
onComplete(SpaceResultList, Object, SpaceResult.OperationType) - Method in interface com.tibco.as.space.SpaceResultListHandler
Callback method once space opeation on members complete
onCreate(Member, MetaspaceAdvisory) - Method in interface com.tibco.as.space.listener.MetaspaceAdvisoryListener
Invoked when an Advisory is created
onCreate(String, Member, SpaceAdvisory) - Method in interface com.tibco.as.space.listener.SpaceAdvisoryListener
Invoked when an Advisory is created
onDefine(SpaceDef) - Method in interface com.tibco.as.space.listener.SpaceDefListener
Notifies user when new user space is defined
onDrop(SpaceDef) - Method in interface com.tibco.as.space.listener.SpaceDefListener
Notified user when a user space is dropped
onEvict(EvictEvent) - Method in interface com.tibco.as.space.listener.EvictListener
Invoked whenever a Tuple is evicted from space.
onExpire(ExpireEvent) - Method in interface com.tibco.as.space.listener.ExpireListener
Invoked whenever a Tuple in the Space has reached its time to live (TTL) and has expired.
onExpire(Member, MetaspaceAdvisory) - Method in interface com.tibco.as.space.listener.MetaspaceAdvisoryListener
Invoked when an Advisory has expired.
onExpire(String, Member, SpaceAdvisory) - Method in interface com.tibco.as.space.listener.SpaceAdvisoryListener
Invoked when an Advisory has expired.
onJoin(Member, Member.ManagementRole) - Method in interface com.tibco.as.space.listener.MetaspaceMemberListener
 
onJoin(Member, Member) - Method in interface com.tibco.as.space.listener.MetaspaceRemoteMemberListener
 
onJoin(String, Member, Member.DistributionRole) - Method in interface com.tibco.as.space.listener.SpaceMemberListener
 
onJoin(String, Member, Member) - Method in interface com.tibco.as.space.listener.SpaceRemoteMemberListener
 
onLeave(Member) - Method in interface com.tibco.as.space.listener.MetaspaceMemberListener
 
onLeave(Member, Member) - Method in interface com.tibco.as.space.listener.MetaspaceRemoteMemberListener
 
onLeave(String, Member) - Method in interface com.tibco.as.space.listener.SpaceMemberListener
 
onLeave(String, Member, Member) - Method in interface com.tibco.as.space.listener.SpaceRemoteMemberListener
 
onLoad(LoadAction) - Method in interface com.tibco.as.space.persistence.Persister
Invoked when the space is defined and has reached the minimum nummber of seeder members as specified in it's definition
onLocalSiteAlter(LocalSiteDef, LocalSiteDef) - Method in interface com.tibco.as.space.listener.SiteDefListener
Notifies when the local site definition is altered
onLocalSiteDefine(LocalSiteDef) - Method in interface com.tibco.as.space.listener.SiteDefListener
Notifies when the local site is defined
onOpen(OpenAction) - Method in interface com.tibco.as.space.persistence.Persister
Invoked when the Persister is registered
onOpen(RouterOpenAction) - Method in class com.tibco.as.space.router.MetaspaceRouter
Invoked when the Metaspace Router is registered
onOpen(RouterOpenAction) - Method in interface com.tibco.as.space.router.Router
Invoked when the Router is registered
onPut(PutEvent) - Method in interface com.tibco.as.space.listener.PutListener
Invoked whenever a Tuple is inserted/updated/overwritten in the space.
onRead(ReadAction) - Method in interface com.tibco.as.space.persistence.Persister
Invoked if the space has a capacity and an eviction policy of LRU and there is currently no entry stored in the space for the key
onReceive(RouterWriteAction) - Method in class com.tibco.as.space.router.MetaspaceReceiver
 
onRemoteSiteDefine(RemoteSiteDef) - Method in interface com.tibco.as.space.listener.SiteDefListener
Notifies when a new remote site is defined
onRemoteSiteDrop(RemoteSiteDef) - Method in interface com.tibco.as.space.listener.SiteDefListener
Notifies when a remote site definition is dropped
onRemoteStateChange(String, RemoteSiteDef.SiteRemoteState) - Method in interface com.tibco.as.space.listener.SiteStateListener
Notifies when the state of a remote site is changed at the remote site
onSeed(SeedEvent) - Method in interface com.tibco.as.space.listener.SeedListener
Invoked whenever there is redistribution after a seeder join/leave, and now localnode is seeding or unseeding
onStateChange(String, RemoteSiteDef.SiteState) - Method in interface com.tibco.as.space.listener.SiteStateListener
Notifies when the state of a remote site is changed
onStateChange(String, SpaceDef.SpaceState) - Method in interface com.tibco.as.space.listener.SpaceStateListener
 
onTake(TakeEvent) - Method in interface com.tibco.as.space.listener.TakeListener
Invoked whenever a tuple is removed from the Space.
onUnseed(UnseedEvent) - Method in interface com.tibco.as.space.listener.UnseedListener
Invoked whenever there is redistribution after a seeder join/leave, and now localnode is seeding or unseeding
onUpdate(Member, Member.ManagementRole) - Method in interface com.tibco.as.space.listener.MetaspaceMemberListener
 
onUpdate(String, Member, Member.DistributionRole) - Method in interface com.tibco.as.space.listener.SpaceMemberListener
 
onWrite(WriteAction) - Method in interface com.tibco.as.space.persistence.Persister
Invoked when a put take or update operation in executed on the space
onWrite(RouterWriteAction) - Method in class com.tibco.as.space.router.MetaspaceRouter
Invoked when a put take/update operation or a committed transaction is executed on the metaspace
onWrite(RouterWriteAction) - Method in interface com.tibco.as.space.router.Router
Invoked when a put take or update operation in executed on the space
open(File, String, String, String) - Static method in class com.tibco.as.space.SNFileReader
Opens the given shared-nothing file to browse {@code (e.g.
OpenAction - Interface in com.tibco.as.space.persistence
 

P

PAGE_DOWN_KEY - Static variable in class com.tibco.as.jline.WindowsTerminal
When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR this character indicates that the page down key was pressed.
PAGE_UP_KEY - Static variable in class com.tibco.as.jline.WindowsTerminal
When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR this character indicates that the page up key was pressed.
PASTE - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that pastes the contents of the clipboard into the line
paste() - Method in class com.tibco.as.jline.ConsoleReader
Paste the contents of the clipboard into the console buffer
PASTE_NEXT - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that
PASTE_PREV - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that
Persister - Interface in com.tibco.as.space.persistence
 
PREFETCH_ALL - Static variable in class com.tibco.as.space.browser.BrowserDef
Prefetch all of the entries available in the Space.
PREV_CHAR - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that moved to the previous character in the buffer.
PREV_HISTORY - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that sets the buffer to the previous history item.
PREV_SPACE_WORD - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that moved to the previous whitespace.
PREV_WORD - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that
previous() - Method in class com.tibco.as.jline.History
Move the pointer to the previous element in the buffer.
printCandidates(ConsoleReader, Collection, boolean) - Static method in class com.tibco.as.jline.CandidateListCompletionHandler
Print out the candidates.
printColumns(Collection) - Method in class com.tibco.as.jline.ConsoleReader
Output the specified Collection in proper columns.
printNewline() - Method in class com.tibco.as.jline.ConsoleReader
Output a platform-dependant newline.
printString(String) - Method in class com.tibco.as.jline.ConsoleReader
Output the specified string to the output stream (but not the buffer).
property - Static variable in class com.tibco.as.jline.ConsoleRunner
 
put(Tuple) - Method in interface com.tibco.as.space.Space
Stores a Tuple into the Space and returns any entry already stored in the Space with the same key.
put(Tuple, PutOptions) - Method in interface com.tibco.as.space.Space
Stores a Tuple into the Space and returns any entry already stored in the Space with the same key.
put(String, boolean) - Method in class com.tibco.as.space.Tuple
Given a name, stores the boolean value in the field with that name.
put(String, char) - Method in class com.tibco.as.space.Tuple
Given a name, stores the char value in the field with that name.
put(String, short) - Method in class com.tibco.as.space.Tuple
Given a name, stores the short value in the field with that name.
put(String, int) - Method in class com.tibco.as.space.Tuple
Given a name, stores the int value in the field with that name.
put(String, long) - Method in class com.tibco.as.space.Tuple
Given a name, stores the long value in the field with that name.
put(String, float) - Method in class com.tibco.as.space.Tuple
Given a name, stores the float value in the field with that name.
put(String, double) - Method in class com.tibco.as.space.Tuple
Given a name, stores the double value in the field with that name.
put(String, String) - Method in class com.tibco.as.space.Tuple
Given a name, stores the String value in the field with that name.
put(String, DateTime) - Method in class com.tibco.as.space.Tuple
Given a name, stores the datetime value in the field with that name.
put(String, byte[]) - Method in class com.tibco.as.space.Tuple
Given a name, stores the blob value in the field with that name.
putAll(Collection<Tuple>) - Method in interface com.tibco.as.space.Space
Batch put operation.
putAll(Collection<Tuple>, PutOptions) - Method in interface com.tibco.as.space.Space
Batch put operation with PutOptions.
putAll(Collection<Tuple>, Collection<PutOptions>) - Method in interface com.tibco.as.space.Space
Batch put operation with collection of PutOptions.
putAll(Tuple) - Method in class com.tibco.as.space.Tuple
Puts a collection of fields into the tuple.
putBlob(String, byte[]) - Method in class com.tibco.as.space.Tuple
Given a name, stores the blob value in the field with that name.
putBoolean(String, boolean) - Method in class com.tibco.as.space.Tuple
Given a name, stores the boolean value in the field with that name.
putChar(String, char) - Method in class com.tibco.as.space.Tuple
Given a name, stores the char value in the field with that name.
putDateTime(String, DateTime) - Method in class com.tibco.as.space.Tuple
Given a name, stores the datetime value in the field with that name.
putDouble(String, double) - Method in class com.tibco.as.space.Tuple
Given a name, stores the double value in the field with that name.
PutEvent - Interface in com.tibco.as.space.event
Contains members and methods specific to put event.
putFieldDef(FieldDef) - Method in class com.tibco.as.space.SpaceDef
Associates a field definition to the space definition.
putFloat(String, float) - Method in class com.tibco.as.space.Tuple
Given a name, stores the float value in the field with that name.
putInt(String, int) - Method in class com.tibco.as.space.Tuple
Given a name, stores the int value in the field with that name.
PutListener - Interface in com.tibco.as.space.listener
Put listener interface provides a method for being notified regarding entries that are added/updated in a Space
putLong(String, long) - Method in class com.tibco.as.space.Tuple
Given a name, stores the long value in the field with that name.
PutOp - Class in com.tibco.as.space.persistence
 
PutOp() - Constructor for class com.tibco.as.space.persistence.PutOp
 
PutOptions - Class in com.tibco.as.space
PutOptions allows you to specify custom lock wait/lock/unlock/forget/ttl options for performing put operations.
PutOptions() - Constructor for class com.tibco.as.space.PutOptions
 
putShort(String, short) - Method in class com.tibco.as.space.Tuple
Given a name, stores the short value in the field with that name.
putString(String) - Method in class com.tibco.as.jline.ConsoleReader
Write out the specified string to the buffer and the output stream.
putString(String, String) - Method in class com.tibco.as.space.Tuple
Given a name, stores the String value in the field with that name.

Q

query(String) - Method in interface com.tibco.as.space.browser.Browser
 
QUESTION_MARK - Static variable in interface com.tibco.as.jline.ConsoleOperations
Context sensitive help.

R

ReadAction - Interface in com.tibco.as.space.persistence
 
readCharacter(char[]) - Method in class com.tibco.as.jline.ConsoleReader
 
readCharacter(InputStream) - Method in class com.tibco.as.jline.Terminal
Read a single character from the input stream.
readCharacter(InputStream) - Method in class com.tibco.as.jline.WindowsTerminal
 
readLine() - Method in class com.tibco.as.jline.ConsoleReader
Read the next line and return the contents of the buffer.
readLine(Character) - Method in class com.tibco.as.jline.ConsoleReader
Read the next line with the specified character mask.
readLine(String) - Method in class com.tibco.as.jline.ConsoleReader
 
readLine(String, Character) - Method in class com.tibco.as.jline.ConsoleReader
Read a line from the in InputStream, and return the line (without any trailing newlines).
readVirtualKey() - Method in class com.tibco.as.jline.ConsoleReader
Read a character from the console.
readVirtualKey(InputStream) - Method in class com.tibco.as.jline.Terminal
Reads a virtual key from the console.
readVirtualKey(InputStream) - Method in class com.tibco.as.jline.UnixTerminal
 
readVirtualKey(InputStream) - Method in class com.tibco.as.jline.WindowsTerminal
 
recover() - Method in class com.tibco.as.space.Metaspace
 
recover(RecoveryOptions) - Method in class com.tibco.as.space.Metaspace
If quorum size is specified in RecoveryOptions this method would be blocking until quorum size is met.
recoverSpace(String) - Method in class com.tibco.as.space.Metaspace
 
recoverSpace(String, RecoveryOptions) - Method in class com.tibco.as.space.Metaspace
If quorum size is specified in RecoveryOptions this method would be blocking until quorum size is met.
RecoveryOptions - Class in com.tibco.as.space
 
RecoveryOptions() - Constructor for class com.tibco.as.space.RecoveryOptions
 
RecoveryOptions.RecoveryPolicy - Enum in com.tibco.as.space
 
red(String) - Method in class com.tibco.as.jline.ANSIBuffer
 
REDISPLAY - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that redisplays the current buffer.
redrawLine() - Method in class com.tibco.as.jline.ConsoleReader
Clear the line and redraw it.
releaseContext() - Method in class com.tibco.as.space.Metaspace
releaseContext is used to release the Context object from one thread so that it can be transferred to another thread.
releaseTransaction() - Method in class com.tibco.as.space.Metaspace
Deprecated.
RemoteSiteDef - Class in com.tibco.as.space
 
RemoteSiteDef() - Constructor for class com.tibco.as.space.RemoteSiteDef
 
RemoteSiteDef.SiteRemoteState - Enum in com.tibco.as.space
State of the remote site at the remote site
RemoteSiteDef.SiteState - Enum in com.tibco.as.space
State of the remote site
remove(String) - Method in class com.tibco.as.space.Tuple
Removes the value corresponding to the field name from Tuple.
removeCompletor(Completor) - Method in class com.tibco.as.jline.ConsoleReader
Remove the specified Completor from the list of handlers for tab-completion.
removeIndexDef(String) - Method in class com.tibco.as.space.SpaceDef
Remove index from Space, removes the index from space if exists
removeInvocableAlias(String) - Static method in class com.tibco.as.space.ASCommon
Remove alias from invocation mapping
removeMemberInvocableAlias(String) - Static method in class com.tibco.as.space.ASCommon
Remove alias from invocation mapping
removeRemoteSite(String) - Method in class com.tibco.as.space.Metaspace
Removes a remote site by name
REPEAT_NEXT_CHAR - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that repeats the character.
REPEAT_PREV_CHAR - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that moves to the previous character in the buffer.
REPEAT_SEARCH_NEXT - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that
REPEAT_SEARCH_PREV - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that
replace(int, String) - Method in class com.tibco.as.jline.ConsoleReader
 
replace(int, int, String) - Method in interface com.tibco.as.jline.JLineBuffer
 
replace(int, int, String) - Method in class com.tibco.as.jline.JLineStringBuilder
 
REPLACE_CHAR - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that
REPLACE_MODE - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that
REPLICATE_ALL - Static variable in class com.tibco.as.space.SpaceDef
Sets the replication count to 'replicate on all nodes'.
reset() - Method in interface com.tibco.as.space.browser.Browser
 
RESET_LINE - Static variable in interface com.tibco.as.jline.ConsoleOperations
 
resetmode(int) - Static method in class com.tibco.as.jline.ANSIBuffer.ANSICodes
Same as setmode () except for mode = 7, which disables line wrapping (useful for writing the right-most column without scrolling to the next line).
resetStats() - Method in interface com.tibco.as.space.Space
Reset the statistics of all Space Members of the Space.
resetTerminal() - Static method in class com.tibco.as.jline.Terminal
Reset the current terminal to null.
restore() - Static method in class com.tibco.as.jline.ANSIBuffer.ANSICodes
Restores the saved cursor position.
restoreIn() - Static method in class com.tibco.as.jline.ConsoleReaderInputStream
Restore the original System.in input stream.
restoreTerminal() - Method in class com.tibco.as.jline.UnixTerminal
Restore the original terminal configuration, which can be used when shutting down the console reader.
Result - Interface in com.tibco.as.space
 
ResultHandler - Interface in com.tibco.as.space
 
ResultList<T> - Interface in com.tibco.as.space
 
resume() - Method in class com.tibco.as.space.Metaspace
 
resumeRouting(String) - Method in class com.tibco.as.space.Metaspace
Resume routing
resumeSpace(String) - Method in class com.tibco.as.space.Metaspace
 
reverse(String) - Method in class com.tibco.as.jline.ANSIBuffer
 
right(int) - Static method in class com.tibco.as.jline.ANSIBuffer.ANSICodes
Moves the cursor n positions to the right.
RIGHT_ARROW_KEY - Static variable in class com.tibco.as.jline.WindowsTerminal
When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR this character indicates an right arrow key press.
rollbackTransaction() - Method in class com.tibco.as.space.Metaspace
Reverses all of the Space operations invoked in this thread since beginTransaction was called.
Router - Interface in com.tibco.as.space.router
 
RouterAction - Class in com.tibco.as.space.router
 
RouterAction() - Constructor for class com.tibco.as.space.router.RouterAction
 
RouterActionResult - Class in com.tibco.as.space.router
 
RouterActionResult() - Constructor for class com.tibco.as.space.router.RouterActionResult
 
RouterAlterAction - Class in com.tibco.as.space.router
 
RouterAlterAction() - Constructor for class com.tibco.as.space.router.RouterAlterAction
 
RouterCloseAction - Class in com.tibco.as.space.router
 
RouterCloseAction() - Constructor for class com.tibco.as.space.router.RouterCloseAction
 
RouterOpenAction - Class in com.tibco.as.space.router
 
RouterOpenAction() - Constructor for class com.tibco.as.space.router.RouterOpenAction
 
RouterPutOp - Interface in com.tibco.as.space.router
 
RouterTakeOp - Interface in com.tibco.as.space.router
 
RouterWriteAction - Class in com.tibco.as.space.router
 
RouterWriteAction() - Constructor for class com.tibco.as.space.router.RouterWriteAction
 
RouterWriteOp - Interface in com.tibco.as.space.router
 
RouterWriteOp.OpType - Enum in com.tibco.as.space.router
 
RuntimeASException - Exception in com.tibco.as.space
Unchecked exception
RuntimeASException(ASStatus, String) - Constructor for exception com.tibco.as.space.RuntimeASException
Constructor
RuntimeASException(ASStatus, Throwable) - Constructor for exception com.tibco.as.space.RuntimeASException
Constructor

S

save() - Static method in class com.tibco.as.jline.ANSIBuffer.ANSICodes
Saves the current cursor position.
SEARCH_NEXT - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that searches forward in the command history.
SEARCH_PREV - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that searches backwards in the command history.
SeedEvent - Interface in com.tibco.as.space.event
Contains members and methods specific to seed event.
SeedListener - Interface in com.tibco.as.space.listener
Seed listener interface provides a method for being notified of changes to entries that node is seeding in a Space.
sendAction(RouterWriteAction) - Method in class com.tibco.as.space.router.MetaspaceRouter
Invoke on receiving the RouterWriteAction from local site
serialize() - Method in class com.tibco.as.space.router.RouterAction
Serialize action
serialize() - Method in class com.tibco.as.space.router.RouterActionResult
Serialize the RouteActionResult
serialize() - Method in class com.tibco.as.space.Tuple
Serializes the tuple.
setAlwaysIncludeNewline(boolean) - Method in class com.tibco.as.jline.CandidateListCompletionHandler
 
setAnsiEnabled(boolean) - Method in class com.tibco.as.jline.ANSIBuffer
 
setAppend(boolean) - Method in class com.tibco.as.space.FileLogOptions
Append to existing file or not
setArgumentPosition(int) - Method in class com.tibco.as.jline.ArgumentCompletor.ArgumentList
 
setArguments(String[]) - Method in class com.tibco.as.jline.ArgumentCompletor.ArgumentList
 
setAuthenticationCallback(AuthenticationCallback) - Method in class com.tibco.as.space.MemberDef
Sets the security authentication callback method for the member.
setAutoprintThreshhold(int) - Method in class com.tibco.as.jline.ConsoleReader
 
setBellEnabled(boolean) - Method in class com.tibco.as.jline.ConsoleReader
 
setBuffer(ConsoleReader, String, int) - Static method in class com.tibco.as.jline.CandidateListCompletionHandler
 
setBuffer(JLineBuffer) - Method in class com.tibco.as.jline.CursorBuffer
 
setBufferPosition(int) - Method in class com.tibco.as.jline.ArgumentCompletor.ArgumentList
 
setCachePolicy(SpaceDef.CachePolicy) - Method in class com.tibco.as.space.SpaceDef
sets cache policy
setCandidates(SortedSet) - Method in class com.tibco.as.jline.SimpleCompletor
 
setCandidateStrings(String[]) - Method in class com.tibco.as.jline.SimpleCompletor
 
setCapacity(long) - Method in class com.tibco.as.space.SpaceDef
 
setClientTimeout(long) - Method in class com.tibco.as.space.MemberDef
Sets the amount of time (in milliseconds) to wait for a client to reconnect.
setClosure(Tuple) - Method in class com.tibco.as.space.router.RouterWriteAction
 
setClosure(Object) - Method in interface com.tibco.as.space.SpaceOptions
 
setClusterSuspendThreshold(int) - Method in class com.tibco.as.space.MemberDef
Sets the number of host connections which can be lost after which membership operations are suspended.
setCompletionHandler(CompletionHandler) - Method in class com.tibco.as.jline.ConsoleReader
 
setCompletors(Completor[]) - Method in class com.tibco.as.jline.MultiCompletor
 
setConnectTimeout(long) - Method in class com.tibco.as.space.MemberDef
Connect timeout helps to unnblock the connect call.
setContext(Tuple) - Method in class com.tibco.as.space.InvokeOptions
 
setContext(Tuple) - Method in class com.tibco.as.space.MemberDef
Sets the context tuple of the MemberDef instance.
setContext(Tuple) - Method in class com.tibco.as.space.SpaceDef
Container user specific attributes in SpaceDef
setCursorArgumentIndex(int) - Method in class com.tibco.as.jline.ArgumentCompletor.ArgumentList
 
setCursorPosition(int) - Method in class com.tibco.as.jline.ConsoleReader
Move the cursor position to the specified absolute index.
setDataStore(String) - Method in class com.tibco.as.space.MemberDef
Sets the data store location for shared-nothing persistence.
setDataStore(String) - Method in class com.tibco.as.space.SpaceMemberDef
setDebug(PrintWriter) - Method in class com.tibco.as.jline.ConsoleReader
Set the stream for debugging.
setDefault(boolean) - Method in class com.tibco.as.space.LocalSiteDef
 
setDefaultPrompt(String) - Method in class com.tibco.as.jline.ConsoleReader
The default prompt that will be issued.
setDelimiter(String) - Method in class com.tibco.as.jline.SimpleCompletor
 
setDirectConsole(Boolean) - Method in class com.tibco.as.jline.WindowsTerminal
Whether or not to allow the use of the JNI console interaction.
setDiscovery(String) - Method in class com.tibco.as.space.MemberDef
Sets the discovery URL attribute of the MemberDef instance.
setDistributionFields(String...) - Method in class com.tibco.as.space.SpaceDef
Set distribution key field names, must be a subset of key field names
setDistributionPolicy(SpaceDef.DistributionPolicy) - Method in class com.tibco.as.space.SpaceDef
Sets the Space distribution policy.
setDistributionRole(Member.DistributionRole) - Method in interface com.tibco.as.space.Space
Sets the distribution role of the calling Member of the Space.
setDistributionRole(Member.DistributionRole) - Method in class com.tibco.as.space.SpaceMemberDef
setDistributionScope(BrowserDef.DistributionScope) - Method in class com.tibco.as.space.browser.BrowserDef
Sets the distribution scope associated with the Browser.
setDistributionScope(EventBrowserDef.DistributionScope) - Method in class com.tibco.as.space.browser.EventBrowserDef
Sets the distribution scope associated with the EventBrowser.
setDistributionScope(ListenerDef.DistributionScope) - Method in class com.tibco.as.space.listener.ListenerDef
Sets the distribution scope of the listener.
setDomain(String) - Method in class com.tibco.as.space.security.UserPwdCredential
Set the domain if applicable.
setEchoCharacter(Character) - Method in class com.tibco.as.jline.ConsoleReader
Set the echo character.
setEnablePerformanceMonitor(boolean) - Static method in class com.tibco.as.space.ASCommon
Enable or disable the performance monitor.
setEncrypted(boolean) - Method in class com.tibco.as.space.FieldDef
Marks the field as encrypted in memory (optional).
setEscapeChars(char[]) - Method in class com.tibco.as.jline.ArgumentCompletor.AbstractArgumentDelimiter
 
setEventLogging(String, LogLevel) - Static method in class com.tibco.as.space.ASCommon
 
setEventLogging(File, String, LogLevel) - Static method in class com.tibco.as.space.ASCommon
 
setEvictionPolicy(SpaceDef.EvictionPolicy) - Method in class com.tibco.as.space.SpaceDef
Sets the eviction policy of space definition
setFailed() - Method in class com.tibco.as.space.persistence.ActionResult
Indicate that Action failed
setFailed(ASException) - Method in class com.tibco.as.space.persistence.ActionResult
Indicate that Action failed
setFailed() - Method in class com.tibco.as.space.router.RouterActionResult
Indicate that Action failed
setFailed(ASException) - Method in class com.tibco.as.space.router.RouterActionResult
Set the exception of the failure
setFieldNames(String...) - Method in class com.tibco.as.space.IndexDef
List of the names of the fields that make up the index
setFieldNames(String...) - Method in class com.tibco.as.space.KeyDef
List of the names of the fields that make up the index
setFields(Collection<String>) - Method in class com.tibco.as.space.GetOptions
Update the field list that are returned in the result
setFields(String...) - Method in class com.tibco.as.space.GetOptions
Update the field list that are returned in the result
setFile(File) - Method in class com.tibco.as.space.FileLogOptions
Set file to be used
setFileCount(int) - Method in class com.tibco.as.space.FileLogOptions
Set total number of rolling log files
setFileLogging(LogLevel) - Static method in class com.tibco.as.space.ASCommon
setFileLogging(String, LogLevel) - Static method in class com.tibco.as.space.ASCommon
setFileLogging(String, String, LogLevel) - Static method in class com.tibco.as.space.ASCommon
setFileLogging(File, String, LogLevel) - Static method in class com.tibco.as.space.ASCommon
setFileLogging(FileLogOptions) - Static method in class com.tibco.as.space.ASCommon
 
setFileSyncInterval(long) - Method in class com.tibco.as.space.SpaceDef
 
setFilter(String) - Method in class com.tibco.as.space.GetOptions
Update the filter that would be matched for the get to succeed.
setFilter(String) - Method in class com.tibco.as.space.LockOptions
Update the filter that would be matched for the lock to succeed.
setFilter(String) - Method in class com.tibco.as.space.PutOptions
Update the filter that would be matched for the put to succeed.
setFilter(String) - Method in class com.tibco.as.space.TakeOptions
Update the filter that would be matched for the take to succeed.
setForget(boolean) - Method in class com.tibco.as.space.LockOptions
Specify whether or not to return the tuple being locked.
setForget(boolean) - Method in class com.tibco.as.space.PutOptions
Specifies whether a tuple, which already exists in the space, should be returned as the return value of a put operation.
setForget(boolean) - Method in interface com.tibco.as.space.router.RouterPutOp
 
setForget(boolean) - Method in class com.tibco.as.space.TakeOptions
Specify whether or not to return the tuple taken from a space using this TakeOptions object.
setForgetOldValue(boolean) - Method in class com.tibco.as.space.SpaceDef
Set if old values should be ignored in a space
setHistory(History) - Method in class com.tibco.as.jline.ConsoleReader
 
setHistoryFile(File) - Method in class com.tibco.as.jline.History
 
setHostAwareReplication(boolean) - Method in class com.tibco.as.space.SpaceDef
Deprecated. 
setIdentityPassword(char[]) - Method in class com.tibco.as.space.MemberDef
Set the identity password for a token or a policy's security domain if the identity is encrypted.
setIn() - Static method in class com.tibco.as.jline.ConsoleReaderInputStream
 
setIn(ConsoleReader) - Static method in class com.tibco.as.jline.ConsoleReaderInputStream
 
setIndexType(IndexDef.IndexType) - Method in class com.tibco.as.space.IndexDef
 
setIndexType(IndexDef.IndexType) - Method in class com.tibco.as.space.KeyDef
Set index type
setInput(InputStream) - Method in class com.tibco.as.jline.ConsoleReader
Set the stream to be used for console input.
setInvocable(String) - Method in class com.tibco.as.space.InvokeOptions
Deprecated. 
setInvocableAlias(String, String) - Static method in class com.tibco.as.space.ASCommon
Add alias to invocables
setInvocableAlias(String, Invocable) - Static method in class com.tibco.as.space.ASCommon
Sets the invocable object instance to be used for invocations on this alias name.
setJoin(boolean) - Method in class com.tibco.as.space.browser.BrowserDef
 
setKeepFiles(boolean) - Method in class com.tibco.as.space.RecoveryOptions
 
setkey(String, String) - Static method in class com.tibco.as.jline.ANSIBuffer.ANSICodes
Sets the key with the given code to the given value.
setKey(String...) - Method in class com.tibco.as.space.SpaceDef
Set key field names
setKeyDef(KeyDef) - Method in class com.tibco.as.space.SpaceDef
Set key def
setKeyFile(String) - Method in class com.tibco.as.space.security.X509V3Credential
Set th location of the PKCS12 key file
setLength(int) - Method in interface com.tibco.as.jline.JLineBuffer
 
setLength(int) - Method in class com.tibco.as.jline.JLineStringBuilder
 
setLimit(int) - Method in class com.tibco.as.space.FileLogOptions
Set file size limit (default -1 unlimited)
setListen(String) - Method in class com.tibco.as.space.MemberDef
Sets the listen URL attribute of the MemberDef instance.
setLoadWithData(boolean) - Method in class com.tibco.as.space.RecoveryOptions
 
setLock(boolean) - Method in class com.tibco.as.space.PutOptions
Specify whether or not to lock the key of a tuple after the tuple has been stored in a space.
setLock(boolean) - Method in class com.tibco.as.space.TakeOptions
Specify whether or not to lock the key of a tuple after it is removed from a space.
setLockScope(SpaceDef.LockScope) - Method in class com.tibco.as.space.SpaceDef
 
setLockTTL(long) - Method in class com.tibco.as.space.SpaceDef
Number of milliseconds until lock is automatically cleared.
setLockWait(long) - Method in class com.tibco.as.space.LockOptions
Specify the amount of time to wait to acquire the lock for a tuple which is already locked.
setLockWait(long) - Method in class com.tibco.as.space.PutOptions
Specify the amount of time to wait to acquire the lock on the key of an existing tuple.
setLockWait(long) - Method in class com.tibco.as.space.SpaceDef
Sets the amount of time a put, update, take/remove or lock operations will wait for the lock to be cleared if the entry is currently locked.
setLockWait(long) - Method in class com.tibco.as.space.TakeOptions
Specify the amount of time to wait to acquire the lock on an existing locked tuple.
setLockWait(long) - Method in class com.tibco.as.space.UnlockOptions
setLockWait is used to set the amount of time to wait for a lock to clear.
setLogLevel(LogLevel) - Static method in class com.tibco.as.space.ASCommon
Sets the log level.
setLogLevel(LogLevel) - Method in class com.tibco.as.space.FileLogOptions
Set log level
setLogOnReceive(boolean) - Method in class com.tibco.as.space.LocalSiteDef
 
setMaxSize(int) - Method in class com.tibco.as.jline.History
Set the maximum size that the history buffer will store.
setMemberInvocableAlias(String, String) - Static method in class com.tibco.as.space.ASCommon
Add alias to member invocables
setMemberInvocableAlias(String, MemberInvocable) - Static method in class com.tibco.as.space.ASCommon
Sets the member invocable instance to be used for member invocations on this alias name.
setMemberName(String) - Method in class com.tibco.as.space.MemberDef
Sets the member name attribute value of the MemberDef instance.
setMemberTimeout(long) - Method in class com.tibco.as.space.MemberDef
Sets the amount of time (in milliseconds) to wait for a member to reconnect.
setMinSeederCount(int) - Method in class com.tibco.as.space.SpaceDef
Sets the minimum seeder count needed for persistence API, before starting to load tuples into space
setmode(int) - Static method in class com.tibco.as.jline.ANSIBuffer.ANSICodes
Sets the screen mode.
setName(String) - Method in class com.tibco.as.space.IndexDef
Sets the index name
setName(String) - Method in class com.tibco.as.space.LocalSiteDef
Sets the site name attribute value of the LocalSiteDef instance.
setName(String) - Method in class com.tibco.as.space.RemoteSiteDef
Sets the site name attribute value of the RemoteSiteDef instance.
setName(String) - Method in class com.tibco.as.space.SpaceDef
Sets the space name.
setNullable(boolean) - Method in class com.tibco.as.space.FieldDef
Marks the field as being nullable (optional).
setOutput(PrintWriter) - Method in class com.tibco.as.jline.History
The output to which all history elements will be written (or null of history is not saved to a buffer).
setOvertyping(boolean) - Method in class com.tibco.as.jline.CursorBuffer
 
setPassword(char[]) - Method in class com.tibco.as.space.security.UserPwdCredential
Set the password.
setPassword(char[]) - Method in class com.tibco.as.space.security.X509V3Credential
Set the password of the PKCS12 key file
setPersistenceDistributionPolicy(SpaceDef.DistributionPolicy) - Method in class com.tibco.as.space.SpaceDef
Sets the Space persistence distribution policy.
setPersistencePolicy(SpaceDef.PersistencePolicy) - Method in class com.tibco.as.space.SpaceDef
Sets the persistence policy of the space
setPersistenceType(SpaceDef.PersistenceType) - Method in class com.tibco.as.space.SpaceDef
Sets the persistence type
setPersister(Persister) - Method in interface com.tibco.as.space.Space
Registers the given Persister object as a persister for the Space.
setPhaseCount(int) - Method in class com.tibco.as.space.SpaceDef
Deprecated. 
setPhaseInterval(long) - Method in class com.tibco.as.space.SpaceDef
Deprecated. 
setPhaseRatio(int) - Method in class com.tibco.as.space.SpaceDef
Deprecated. 
setPrefetch(long) - Method in class com.tibco.as.space.browser.BrowserDef
 
setProcessName(String) - Method in class com.tibco.as.space.MemberDef
Sets the member name attribute value of the MemberDef instance.
setQueryCache(boolean) - Method in class com.tibco.as.space.SpaceDef
Set if the persisted to be invoked for a query.
setQueryLimit(long) - Method in class com.tibco.as.space.browser.BrowserDef
 
setQueryLimit(long) - Method in class com.tibco.as.space.browser.EventBrowserDef
 
setQueryLimit(long) - Method in class com.tibco.as.space.listener.ListenerDef
 
setQueryLimit(long) - Method in class com.tibco.as.space.SpaceDef
 
setQueryTimeout(long) - Method in class com.tibco.as.space.SpaceDef
Set the query timeout for queries
setQuorum(int) - Method in class com.tibco.as.space.RecoveryOptions
Set quorum size for recovery to start.
setQuoteChars(char[]) - Method in class com.tibco.as.jline.ArgumentCompletor.AbstractArgumentDelimiter
 
setReadTimeout(long) - Method in class com.tibco.as.space.SpaceDef
Set the read timeout for space operations
setReceiver(MetaspaceReceiver) - Method in class com.tibco.as.space.Metaspace
Registers the metaspace receiver implementation for the remote site
setRecoveryPolicy(RecoveryOptions.RecoveryPolicy) - Method in class com.tibco.as.space.RecoveryOptions
Set RecoveryPolicy
setRemoteDiscovery(String) - Method in class com.tibco.as.space.MemberDef
Sets the remote discovery URL attribute value of the MemberDef instance.
setRemoteDiscovery(String) - Method in class com.tibco.as.space.RemoteSiteDef
setRemoteListen(String) - Method in class com.tibco.as.space.MemberDef
Sets the remote listen URL attribute value of the MemberDef instance.
setReplicationCount(int) - Method in class com.tibco.as.space.SpaceDef
Sets the replication count.
setReplicationFailurePolicy(LocalSiteDef.ReplicationFailurePolicy) - Method in class com.tibco.as.space.LocalSiteDef
 
setReplicationPolicy(LocalSiteDef.ReplicationPolicy) - Method in class com.tibco.as.space.LocalSiteDef
 
setReplicationPolicy(SpaceDef.ReplicationPolicy) - Method in class com.tibco.as.space.SpaceDef
Sets whether space can be synchronously replicated or not.
setResultHandler(ResultHandler) - Method in interface com.tibco.as.space.SpaceOptions
 
setRoute(boolean) - Method in class com.tibco.as.space.browser.BrowserDef
 
setRoute(boolean) - Method in class com.tibco.as.space.PutOptions
Specifies whether the put operation should be routed.
setRoute(boolean) - Method in class com.tibco.as.space.TakeOptions
Specifies whether the take operation should be routed.
setRouted(boolean) - Method in class com.tibco.as.space.LocalSiteDef
Set if the operations on the space are to be routed
setRouted(boolean) - Method in class com.tibco.as.space.SpaceDef
Set if the operations on the space are to be routed
setRouter(MetaspaceRouter) - Method in class com.tibco.as.space.Metaspace
Registers the metaspace router implementation for the local site
setRouter(Router) - Method in interface com.tibco.as.space.Space
Registers the given Router object as a router for the Space.
setRouterDiscovery(String) - Method in class com.tibco.as.space.RemoteSiteDef
Sets the router discovery URL attribute of the RemoteSiteDef instance.
setRouterListen(String) - Method in class com.tibco.as.space.MemberDef
Sets the site router listen URL attribute value of the MemberDef instance.
setRouterType(LocalSiteDef.RouterType) - Method in class com.tibco.as.space.LocalSiteDef
 
setRouteTimeout(long) - Method in class com.tibco.as.space.SpaceDef
Set the site route timeout for space operations
setRxBufferSize(long) - Method in class com.tibco.as.space.MemberDef
 
setSecurityLogLevel(LogLevel) - Static method in class com.tibco.as.space.ASCommon
 
setSecurityPolicyFile(String) - Method in class com.tibco.as.space.MemberDef
Sets the security policy file for the member.
setSecurityTokenFile(String) - Method in class com.tibco.as.space.MemberDef
Sets the security token file for the member.
setSpaceWait(long) - Method in class com.tibco.as.space.SpaceDef
Sets the amount of time space opeations will wait until space becomes READY
setStrict(boolean) - Method in class com.tibco.as.jline.ArgumentCompletor
If true, a completion at argument index N will only succeed if all the completions from 0-(N-1) also succeed.
setSttyCommand(String) - Static method in class com.tibco.as.jline.UnixTerminal
The command to use to set the terminal options.
setSystemSeeder(boolean) - Method in class com.tibco.as.space.MemberDef
 
setSystemSiteRouter(boolean) - Method in class com.tibco.as.space.MemberDef
 
setThreadCount(int) - Method in class com.tibco.as.space.RecoveryOptions
Set thread count for metaspace recovery.
setTimeout(long) - Method in class com.tibco.as.space.browser.BrowserDef
Sets the timeout value associated with the Browser.
setTimeout(long) - Method in class com.tibco.as.space.browser.EventBrowserDef
Sets the timeout value associated with the EventBrowser.
setTimeout(long) - Method in class com.tibco.as.space.InvokeOptions
Set timeout for invoke operation
setTimeout(long) - Method in class com.tibco.as.space.MemberDef
setTimeScope(BrowserDef.TimeScope) - Method in class com.tibco.as.space.browser.BrowserDef
Sets the time scope associated with the Browser.
setTimeScope(EventBrowserDef.TimeScope) - Method in class com.tibco.as.space.browser.EventBrowserDef
Sets the time scope associated with the EventBrowser.
setTimeScope(ListenerDef.TimeScope) - Method in class com.tibco.as.space.listener.ListenerDef
Sets the time scope of the listener.
setTransportThreadCount(int) - Method in class com.tibco.as.space.MemberDef
Sets the number of threads which can be used to service transport requests.
setTTL(long) - Method in class com.tibco.as.space.PutOptions
Specify the time to live for entries stored into a space using this PutOptions object.
setTTL(long) - Method in class com.tibco.as.space.SpaceDef
Sets the TTL for the entries in the Space in milliseconds.
setTuple(Tuple) - Method in class com.tibco.as.space.persistence.ActionResult
 
setTuple(Tuple) - Method in class com.tibco.as.space.router.RouterActionResult
 
setUnlock(boolean) - Method in class com.tibco.as.space.PutOptions
Specify whether or not to unlock the key after storing a tuple into a space.
setUnlock(boolean) - Method in class com.tibco.as.space.TakeOptions
Specify whether or not to unlock the key of a tuple after it is removed from a space.
setUpdateTransport(SpaceDef.UpdateTransport) - Method in class com.tibco.as.space.SpaceDef
Update transport to be used either UNICAST or MULTICAST
setupTerminal() - Static method in class com.tibco.as.jline.Terminal
Configure and return the Terminal instance for the current platform.
setUseHistory(boolean) - Method in class com.tibco.as.jline.ConsoleReader
Whether or not to add new commands to the history buffer.
setUsePagination(boolean) - Method in class com.tibco.as.jline.ConsoleReader
Whether to use pagination when the number of rows of candidates exceeds the height of the temrinal.
setUserName(String) - Method in class com.tibco.as.space.security.UserPwdCredential
Set the username.
setVirtualNodeCount(int) - Method in class com.tibco.as.space.SpaceDef
Set virtual node count to increase fairness in distribution of entries
setWorkerThreadCount(int) - Method in class com.tibco.as.space.MemberDef
Sets the number of threads which can be used to service remote invocations.
setWriteTimeout(long) - Method in class com.tibco.as.space.SpaceDef
Set the write timeout for space operations
SimpleCompletor - Class in com.tibco.as.jline
A simple Completor implementation that handles a pre-defined list of completion words.
SimpleCompletor(String) - Constructor for class com.tibco.as.jline.SimpleCompletor
Create a new SimpleCompletor with a single possible completion values.
SimpleCompletor(String[]) - Constructor for class com.tibco.as.jline.SimpleCompletor
Create a new SimpleCompletor with a list of possible completion values.
SimpleCompletor(String[], SimpleCompletor.SimpleCompletorFilter) - Constructor for class com.tibco.as.jline.SimpleCompletor
 
SimpleCompletor(Reader) - Constructor for class com.tibco.as.jline.SimpleCompletor
Complete candidates using the contents of the specified Reader.
SimpleCompletor(InputStream) - Constructor for class com.tibco.as.jline.SimpleCompletor
Complete candidates using the whitespearated values in read from the specified Reader.
SimpleCompletor.NoOpFilter - Class in com.tibco.as.jline
 
SimpleCompletor.SimpleCompletorFilter - Interface in com.tibco.as.jline
Filter for elements in the completor.
SiteDefListener - Interface in com.tibco.as.space.listener
 
SiteStateListener - Interface in com.tibco.as.space.listener
 
size() - Method in class com.tibco.as.jline.History
 
size() - Method in interface com.tibco.as.space.browser.Browser
actual size of the browser if SNAPSHOT and prefetch_all is used otherwise estimated size of tuples to be returned from the browser
size() - Method in interface com.tibco.as.space.Space
Retrieves the number of entries stored in the Space.
size(String) - Method in interface com.tibco.as.space.Space
Returns number of entries stored in the Space which match the given filter.
size() - Method in class com.tibco.as.space.Tuple
Returns the number of fields in the tuple.
SNFileReader - Class in com.tibco.as.space
 
SNFileReader() - Constructor for class com.tibco.as.space.SNFileReader
 
Space - Interface in com.tibco.as.space
A Space is a virtual storage area for entries.
SpaceAdvisory - Interface in com.tibco.as.space.advisory
 
SpaceAdvisoryListener - Interface in com.tibco.as.space.listener
Space advisory listener interface provides a method for being notified on creation and expiration of advisory entries at Space category
SpaceDef - Class in com.tibco.as.space
Represents the attributes of a Space.
SpaceDef() - Constructor for class com.tibco.as.space.SpaceDef
 
SpaceDef.CachePolicy - Enum in com.tibco.as.space
Cache policies
SpaceDef.DistributionPolicy - Enum in com.tibco.as.space
Space distribution policies
SpaceDef.EvictionPolicy - Enum in com.tibco.as.space
 
SpaceDef.LockScope - Enum in com.tibco.as.space
 
SpaceDef.PersistencePolicy - Enum in com.tibco.as.space
 
SpaceDef.PersistenceType - Enum in com.tibco.as.space
 
SpaceDef.PersisterState - Enum in com.tibco.as.space
 
SpaceDef.ReplicationPolicy - Enum in com.tibco.as.space
 
SpaceDef.SpaceState - Enum in com.tibco.as.space
 
SpaceDef.UpdateTransport - Enum in com.tibco.as.space
Transport to use to send Update messages
SpaceDefListener - Interface in com.tibco.as.space.listener
 
SpaceEvent - Interface in com.tibco.as.space.event
Events are passed to the listener callback or returned by EventBrowser's next method.
SpaceEvent.EventType - Enum in com.tibco.as.space.event
Space event types
SpaceMemberDef - Class in com.tibco.as.space
Deprecated.
SpaceMemberDef() - Constructor for class com.tibco.as.space.SpaceMemberDef
Deprecated.
 
SpaceMemberListener - Interface in com.tibco.as.space.listener
 
SpaceOptions<T> - Interface in com.tibco.as.space
SpaceOptions is the base interface for the following options classes: InvokeOptions LockOptions PutOptions TakeOptions UnlockOptions
SpaceRemoteMemberListener - Interface in com.tibco.as.space.listener
 
SpaceResult - Interface in com.tibco.as.space
 
SpaceResult.OperationType - Enum in com.tibco.as.space
 
SpaceResultHandler - Interface in com.tibco.as.space
 
SpaceResultList - Interface in com.tibco.as.space
 
SpaceResultListHandler - Interface in com.tibco.as.space
 
SpaceStateListener - Interface in com.tibco.as.space.listener
 
SPECIAL_KEY_INDICATOR - Static variable in class com.tibco.as.jline.WindowsTerminal
On windows terminals, this character indicates that a 'special' key has been pressed.
START_OF_HISTORY - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that moves the current History to the beginning.
stop() - Method in interface com.tibco.as.space.browser.Browser
Stop the Browser.
stop() - Method in interface com.tibco.as.space.browser.EventBrowser
Stop the EventBrowser.
stopListener(Listener) - Method in class com.tibco.as.space.Metaspace
Stops a listener and associated thread that was previously created.
stopListener(Listener) - Method in interface com.tibco.as.space.Space
Stops the specified Listener object, that was previously attached to the Space, and its associated thread.
stopPersister(Persister) - Method in interface com.tibco.as.space.Space
Stops the given Persister object, that was previously registered, and its associated thread.
stopReceiver(MetaspaceReceiver) - Method in class com.tibco.as.space.Metaspace
Stops the metaspace receiver for the remote site
stopRouter(MetaspaceRouter) - Method in class com.tibco.as.space.Metaspace
Stops the metaspace router for the local site
stopRouter(Router) - Method in interface com.tibco.as.space.Space
Stops the given Router object, that was previously registered, and its associated thread.
subSequence(int, int) - Method in class com.tibco.as.jline.JLineStringBuilder
 
SUBSTITUTE_CHAR - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that
SUBSTITUTE_LINE - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that
substring(int) - Method in interface com.tibco.as.jline.JLineBuffer
 
substring(int, int) - Method in interface com.tibco.as.jline.JLineBuffer
 
substring(int) - Method in class com.tibco.as.jline.JLineStringBuilder
 
substring(int, int) - Method in class com.tibco.as.jline.JLineStringBuilder
 
suspend() - Method in class com.tibco.as.space.Metaspace
 
suspendRouting(String) - Method in class com.tibco.as.space.Metaspace
Suspend routing for remote site

T

take(Tuple) - Method in interface com.tibco.as.space.Space
Returns and atomically removes from the Space the entry (if one exists) whose key field matches the key field of the Tuple provided.
take(Tuple, TakeOptions) - Method in interface com.tibco.as.space.Space
Returns and atomically removes from the Space the entry (if one exists) whose key field matches the key field of the Tuple provided.
takeAll(Collection<Tuple>) - Method in interface com.tibco.as.space.Space
Batch take operation.
takeAll(Collection<Tuple>, TakeOptions) - Method in interface com.tibco.as.space.Space
Batch take operation with TakeOptions.
takeContext(Context) - Method in class com.tibco.as.space.Metaspace
takeContext replaces the current thread's Context object with the one provided.
TakeEvent - Interface in com.tibco.as.space.event
Contains members and methods specific to take event.
takeFieldDef(FieldDef) - Method in class com.tibco.as.space.SpaceDef
Allows removing a field definition associated with SpaceDef.
TakeListener - Interface in com.tibco.as.space.listener
Take listener interface provides a method for being notified regarding entries that are removed from a Space.
TakeOp - Class in com.tibco.as.space.persistence
 
TakeOp() - Constructor for class com.tibco.as.space.persistence.TakeOp
 
TakeOptions - Class in com.tibco.as.space
TakeOptions allows you to specify custom lock wait/lock/unlock/forget options for performing take operations.
TakeOptions() - Constructor for class com.tibco.as.space.TakeOptions
 
takeTransaction(TransactionId) - Method in class com.tibco.as.space.Metaspace
Deprecated.
Terminal - Class in com.tibco.as.jline
Representation of the input terminal for a platform.
Terminal() - Constructor for class com.tibco.as.jline.Terminal
 
TO_END_WORD - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that moved to the end of the current word.
TO_NEXT_CHAR - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that
TO_PREV_CHAR - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that
toFilterString() - Method in class com.tibco.as.space.DateTime
returns string representation of DateTime to be used in Filters
toString(boolean) - Method in class com.tibco.as.jline.ANSIBuffer
 
toString() - Method in class com.tibco.as.jline.ANSIBuffer
 
toString() - Method in class com.tibco.as.jline.CursorBuffer
 
toString() - Method in class com.tibco.as.jline.History
Returns the standard AbstractCollection.toString() representation of the history list.
toString() - Method in class com.tibco.as.jline.JLineStringBuilder
 
toString() - Method in enum com.tibco.as.space.ASStatus
 
TransactionId - Interface in com.tibco.as.space
 
TTL_FOREVER - Static variable in class com.tibco.as.space.SpaceDef
Timeout value for TTL.
Tuple - Class in com.tibco.as.space
Tuple stores data and consists of fields.
Tuple() - Constructor for class com.tibco.as.space.Tuple
 

U

underscore(String) - Method in class com.tibco.as.jline.ANSIBuffer
 
UNDO - Static variable in interface com.tibco.as.jline.ConsoleOperations
Operation that undoes the previous operation.
UnixTerminal - Class in com.tibco.as.jline
Terminal that is used for unix platforms.
UnixTerminal() - Constructor for class com.tibco.as.jline.UnixTerminal
 
UNKNOWN - Static variable in interface com.tibco.as.jline.ConsoleOperations
Unknown operation.
unlock(Tuple) - Method in interface com.tibco.as.space.Space
Unlocks the entry stored in the Space which has the key specified in the given Tuple.
unlock(Tuple, UnlockOptions) - Method in interface com.tibco.as.space.Space
Unlocks the entry stored in the Space which has the key specified in the given Tuple.
unlockAll(Collection<Tuple>) - Method in interface com.tibco.as.space.Space
Batch unlock operation.
unlockAll(Collection<Tuple>, UnlockOptions) - Method in interface com.tibco.as.space.Space
Batch unlock operation with UnlockOptions.
UnlockOptions - Class in com.tibco.as.space
UnlockOptions implements the interface SpaceOptions and is used as a parameter to the following methods of Space: Space.unlock(Tuple, UnlockOptions) Space.unlockAll(java.util.Collection, UnlockOptions) UnlockOptions can be used to specify a ResultHandler object or closure object when waiting asynchronously for a lock on a tuple, or collection of tuples, in a space.
UnlockOptions() - Constructor for class com.tibco.as.space.UnlockOptions
 
UnseedEvent - Interface in com.tibco.as.space.event
Contains members and methods specific to unseed event.
UnseedListener - Interface in com.tibco.as.space.listener
Unseed listener interface provides a method for being notified of changes to entries in a Space.
UnsupportedTerminal - Class in com.tibco.as.jline
A no-op unsupported terminal.
UnsupportedTerminal() - Constructor for class com.tibco.as.jline.UnsupportedTerminal
 
up(int) - Static method in class com.tibco.as.jline.ANSIBuffer.ANSICodes
Moves the cursor n rows up without changing the current column.
UP_ARROW_KEY - Static variable in class com.tibco.as.jline.WindowsTerminal
When following the SPECIAL_KEY_INDICATOR or NUMPAD_KEY_INDICATOR this character indicates an up arrow key press.
update(Tuple, Tuple) - Method in interface com.tibco.as.space.Space
Updates a Tuple in the Space.
update(Tuple, Tuple, PutOptions) - Method in interface com.tibco.as.space.Space
Updates a Tuple in the Space.
update(String) - Method in interface com.tibco.as.space.Space
Updates from the Space the tuples that match the specified filter on a "best effort" basis.
USE_DEFINED - Static variable in class com.tibco.as.space.SpaceDef
Use Defined value in SpaceDef for the options object
UserPwdCredential - Class in com.tibco.as.space.security
A username/password credential.

V

valueOf(String) - Static method in enum com.tibco.as.space.advisory.Advisory.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.advisory.Advisory.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.ASStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.browser.BrowserDef.BrowserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.browser.BrowserDef.DistributionScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.browser.BrowserDef.TimeScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.browser.EventBrowserDef.DistributionScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.browser.EventBrowserDef.TimeScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.event.SpaceEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.FieldDef.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.IndexDef.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.listener.ListenerDef.DistributionScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.listener.ListenerDef.TimeScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.LocalSiteDef.ReplicationFailurePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.LocalSiteDef.ReplicationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.LocalSiteDef.RouterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.Member.DistributionRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.Member.ManagementRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.persistence.WriteOp.OpType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.RecoveryOptions.RecoveryPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.RemoteSiteDef.SiteRemoteState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.RemoteSiteDef.SiteState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.router.RouterWriteOp.OpType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.security.AuthenticationInfo.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.SpaceDef.CachePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.SpaceDef.DistributionPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.SpaceDef.EvictionPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.SpaceDef.LockScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.SpaceDef.PersistencePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.SpaceDef.PersistenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.SpaceDef.PersisterState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.SpaceDef.ReplicationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.SpaceDef.SpaceState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.SpaceDef.UpdateTransport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.SpaceResult.OperationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.tibco.as.space.advisory.Advisory.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.advisory.Advisory.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.ASStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.browser.BrowserDef.BrowserType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.browser.BrowserDef.DistributionScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.browser.BrowserDef.TimeScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.browser.EventBrowserDef.DistributionScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.browser.EventBrowserDef.TimeScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.event.SpaceEvent.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.FieldDef.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.IndexDef.IndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.listener.ListenerDef.DistributionScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.listener.ListenerDef.TimeScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.LocalSiteDef.ReplicationFailurePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.LocalSiteDef.ReplicationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.LocalSiteDef.RouterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.Member.DistributionRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.Member.ManagementRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.persistence.WriteOp.OpType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.RecoveryOptions.RecoveryPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.RemoteSiteDef.SiteRemoteState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.RemoteSiteDef.SiteState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.router.RouterWriteOp.OpType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.security.AuthenticationInfo.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceDef.CachePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceDef.DistributionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceDef.EvictionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceDef.LockScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceDef.PersistencePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceDef.PersistenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceDef.PersisterState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceDef.ReplicationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceDef.SpaceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceDef.UpdateTransport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceResult.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Static method in class com.tibco.as.space.Metaspace
Retrieves the version of the ActiveSpaces product.

W

WAIT_FOREVER - Static variable in class com.tibco.as.space.browser.BrowserDef
Calls to the Browser's next() method will block endlessly waiting for more entries to iterate over.
WAIT_FOREVER - Static variable in class com.tibco.as.space.browser.EventBrowserDef
Calls to the EventBrowser's next() method will block endlessly waiting for more events to iterate over.
WAIT_FOREVER - Static variable in class com.tibco.as.space.SpaceDef
Timeout value for locks.
waitForReady() - Method in interface com.tibco.as.space.Space
Causes the client code to block until the Space is ready for operations.
waitForReady(long) - Method in interface com.tibco.as.space.Space
Causes the client code to block until the Space is ready for operations or the specified timeout is reached.
WhitespaceArgumentDelimiter() - Constructor for class com.tibco.as.jline.ArgumentCompletor.WhitespaceArgumentDelimiter
 
WindowsTerminal - Class in com.tibco.as.jline
Terminal implementation for Microsoft Windows.
WindowsTerminal() - Constructor for class com.tibco.as.jline.WindowsTerminal
 
write(char) - Method in class com.tibco.as.jline.CursorBuffer
Write the specific character into the buffer, setting the cursor position ahead one.
write(String) - Method in class com.tibco.as.jline.CursorBuffer
Insert the specified String into the buffer, setting the cursor to the end of the insertion point.
write(char[]) - Method in class com.tibco.as.jline.CustomPrintWriter
 
write(int) - Method in class com.tibco.as.jline.CustomPrintWriter
 
WriteAction - Interface in com.tibco.as.space.persistence
 
WriteOp - Interface in com.tibco.as.space.persistence
 
WriteOp.OpType - Enum in com.tibco.as.space.persistence
 

X

X509V3Credential - Class in com.tibco.as.space.security
A PKCS12 key file.

Y

yellow(String) - Method in class com.tibco.as.jline.ANSIBuffer
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links
Tibco ActiveSpaces

Copyright (c) 2014 Cloud Software Group, Inc. All rights reserved.