- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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.
- 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
-
- 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
-
- 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
- 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.