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

A

Action - Interface in com.tibco.as.space.persistence
 
ActionResult - Class in com.tibco.as.space.persistence
 
ActionResult() - Constructor for class com.tibco.as.space.persistence.ActionResult
 
addError(String) - Method in exception com.tibco.as.admin.AdminException
Adds new error message
addIndexDef(IndexDef) - Method in class com.tibco.as.space.SpaceDef
Adds indexDef to SpaceDef, overwrites if an IndexDef by that name already exists
Admin - Class in com.tibco.as.admin
Allows execution of ActiveSpaces Admin language commands on the Metaspace.
Admin() - Constructor for class com.tibco.as.admin.Admin
 
AdminException - Exception in com.tibco.as.admin
Admin exception
AdminException(String) - Constructor for exception com.tibco.as.admin.AdminException
 
AdminException(Throwable) - Constructor for exception com.tibco.as.admin.AdminException
 
AdminException(String, Throwable) - Constructor for exception com.tibco.as.admin.AdminException
 
AdminException() - Constructor for exception com.tibco.as.admin.AdminException
 
Advisory - Interface in com.tibco.as.space.advisory
 
Advisory.Category - Enum in com.tibco.as.space.advisory
Advisory category
Advisory.Level - Enum in com.tibco.as.space.advisory
Advisory level
AlterAction - Interface in com.tibco.as.space.persistence
 
alterSpace(SpaceDef) - Method in class com.tibco.as.space.Metaspace
Alters a user Space definition.
ASCommon - Class in com.tibco.as.space
 
ASCommon() - Constructor for class com.tibco.as.space.ASCommon
 
ASException - Exception in com.tibco.as.space
ASException is the wrapper for all exceptions that can be thrown within ActiveSpaces.
ASException(ASStatus, String) - Constructor for exception com.tibco.as.space.ASException
Constructor with error message
ASException(ASStatus, Throwable) - Constructor for exception com.tibco.as.space.ASException
Constructor with status, and cause
ASException(ASStatus, String, Throwable) - Constructor for exception com.tibco.as.space.ASException
Constructor with status, and cause
ASException(ASStatus, boolean, String, Throwable) - Constructor for exception com.tibco.as.space.ASException
Constructor with status, message and cause
ASPersistenceException - Exception in com.tibco.as.space
 
ASPersistenceException(ASStatus, Throwable) - Constructor for exception com.tibco.as.space.ASPersistenceException
 
ASPersistenceException(ASStatus, String) - Constructor for exception com.tibco.as.space.ASPersistenceException
 
ASRemoteException - Exception in com.tibco.as.space
 
ASRemoteException(ASStatus, Throwable) - Constructor for exception com.tibco.as.space.ASRemoteException
 
ASRemoteException(ASStatus, String) - Constructor for exception com.tibco.as.space.ASRemoteException
 
ASRouterException - Exception in com.tibco.as.space
Created with IntelliJ IDEA.
ASRouterException(ASStatus, Throwable) - Constructor for exception com.tibco.as.space.ASRouterException
 
ASRouterException(ASStatus, String) - Constructor for exception com.tibco.as.space.ASRouterException
 
ASSecurityException - Exception in com.tibco.as.space.security
 
ASSecurityException(String) - Constructor for exception com.tibco.as.space.security.ASSecurityException
 
ASSecurityException(Throwable) - Constructor for exception com.tibco.as.space.security.ASSecurityException
 
ASSecurityException(ASStatus, String) - Constructor for exception com.tibco.as.space.security.ASSecurityException
 
ASSecurityException(ASStatus, Throwable) - Constructor for exception com.tibco.as.space.security.ASSecurityException
 
ASSecurityException(ASStatus, boolean, String, Throwable) - Constructor for exception com.tibco.as.space.security.ASSecurityException
 
ASStatus - Enum in com.tibco.as.space
Representation of internal error codes as status code
authenticateUser(String, String, String) - Method in class com.tibco.as.space.Metaspace
 
AuthenticationCallback - Interface in com.tibco.as.space.security
Interface for the customizable authentication implementation.
AuthenticationInfo - Class in com.tibco.as.space.security
The authentication information, provided by the system, based on the configuration of the applicable security policy.
AuthenticationInfo.Method - Enum in com.tibco.as.space.security
The authentication method to be used.

B

beginTransaction() - Method in class com.tibco.as.space.Metaspace
beginTransaction starts a transaction.
browse(String, BrowserDef.BrowserType) - Method in class com.tibco.as.space.Metaspace
Returns a browser to iterate over the entries in the Space.
browse(String, BrowserDef.BrowserType, BrowserDef) - Method in class com.tibco.as.space.Metaspace
Returns a browser to iterate over the entries in the Space.
browse(String, BrowserDef.BrowserType, BrowserDef, String) - Method in class com.tibco.as.space.Metaspace
Returns a browser to iterate over the entries in the Space that match the specified filter.
browse(BrowserDef.BrowserType) - Method in interface com.tibco.as.space.Space
Creates a Browser object which can be used to perform operations on multiple entries in a Space.
browse(BrowserDef.BrowserType, BrowserDef) - Method in interface com.tibco.as.space.Space
Creates a Browser object which can be used to perform operations on multiple entries in a Space.
browse(BrowserDef.BrowserType, BrowserDef, String) - Method in interface com.tibco.as.space.Space
Creates a Browser object which can be used to perform operations on multiple entries in a Space which match the specified filter.
browseEvents(String, EventBrowserDef) - Method in class com.tibco.as.space.Metaspace
Returns a browser to iterate over the events generated by changes in Space.
browseEvents(String, EventBrowserDef, String) - Method in class com.tibco.as.space.Metaspace
Returns a browser to iterate over the events generated by changes in Space for tuples that match the specified filter.
browseEvents(EventBrowserDef) - Method in interface com.tibco.as.space.Space
Creates an EventBrowser object which can be used to retrieve and iterate over events that occur in a Space.
browseEvents(EventBrowserDef, String) - Method in interface com.tibco.as.space.Space
Creates an EventBrowser object which can be used to retrieve and iterate over the events that occur in a Space and that match the specified filter.
Browser - Interface in com.tibco.as.space.browser
A Browser is used to iterate over the entries in a Space as opposed to an EventBrowser which is used to iterate over events associated with the entries in a Space (e.g.
BrowserDef - Class in com.tibco.as.space.browser
The BrowserDef object is used to define the characteristics of a Browser.
BrowserDef() - Constructor for class com.tibco.as.space.browser.BrowserDef
 
BrowserDef.BrowserType - Enum in com.tibco.as.space.browser
Enumeration of the different Browser types possible.
BrowserDef.DistributionScope - Enum in com.tibco.as.space.browser
Enumeration of the possible ways to browse for entries in a Space based upon where entries are stored in the space.
BrowserDef.TimeScope - Enum in com.tibco.as.space.browser
Enumeration of the possible ways to browse for entries in a Space based upon the time at which entries were stored in the space relative to the Browser creation time.

C

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
clone() - Method in class com.tibco.as.space.Tuple
/**
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() - 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.
com.tibco.as.admin - package com.tibco.as.admin
 
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
 
commitTransaction() - Method in class com.tibco.as.space.Metaspace
Commits all of the Space operations invoked in this thread since beginTransaction was called.
compareAndPut(Tuple, Tuple) - Method in interface com.tibco.as.space.Space
Used to replace an the values of an existing entry with new values as long as the existing entry has not been modified and still matches the values in oldTuple.
compareAndPut(Tuple, Tuple, PutOptions) - Method in interface com.tibco.as.space.Space
Same as Space.compareAndPut(com.tibco.as.space.Tuple, com.tibco.as.space.Tuple) with PutOptions to specify custom lock wait, lock/unlock options.
compareAndPutAll(Collection<Tuple>, Collection<Tuple>) - Method in interface com.tibco.as.space.Space
Batch compareAndPut operation.
compareAndPutAll(Collection<Tuple>, Collection<Tuple>, PutOptions) - Method in interface com.tibco.as.space.Space
Batch compareAndPut operation with PutOptions.
compareAndPutAll(Collection<Tuple>, Collection<Tuple>, Collection<PutOptions>) - Method in interface com.tibco.as.space.Space
Batch compareAndPut operation with a collection of PutOptions
compareAndTake(Tuple) - Method in interface com.tibco.as.space.Space
Removes the entry from the Space which matches the Tuple passed into the method.
compareAndTake(Tuple, TakeOptions) - Method in interface com.tibco.as.space.Space
Removes the entry from the Space which matches the Tuple passed into the method.
compareAndTakeAll(Collection<Tuple>) - Method in interface com.tibco.as.space.Space
Batch compareAndTake operation.
compareAndTakeAll(Collection<Tuple>, TakeOptions) - Method in interface com.tibco.as.space.Space
Batch compareAndTake operation with TakeOptions.
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.
connectMetaspace(String, MemberDef) - Static method in class com.tibco.as.space.ASCommon
 
Context - Interface in com.tibco.as.space
 
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.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.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.

D

DateTime - Class in com.tibco.as.space
 
DateTime() - Constructor for class com.tibco.as.space.DateTime
 
DEFAULT_ENTRY_TTL - Static variable in class com.tibco.as.space.SpaceDef
Default timeout value of TTL_FOREVER for entry TTL.
DEFAULT_LOCK_TTL - Static variable in class com.tibco.as.space.SpaceDef
Default timeout value of TTL_FOREVER milliseconds for Lock TTL.
DEFAULT_LOCK_WAIT - Static variable in class com.tibco.as.space.SpaceDef
Default timeout value of NO_WAIT for Lock Wait.
defineSpace(SpaceDef) - Method in class com.tibco.as.space.Metaspace
Defines a user Space.
deserialize(byte[]) - Method in class com.tibco.as.space.Tuple
Deserialize the serialized version of tuple.
disconnect(Metaspace) - Method in class com.tibco.as.admin.Admin
Command to execute to disconnect from a metaspace
disconnect() - Method in class com.tibco.as.space.Metaspace
Deprecated.
This method is deprecated and calls Metaspace.closeAll()
dropSpace(String) - Method in class com.tibco.as.space.Metaspace
Deletes the Space Definitions only if no Members are joined to the space.

E

equals(Object) - Method in class com.tibco.as.space.Tuple
 
eval(Tuple) - Method in class com.tibco.as.space.filter.Filter
Evaluates tuple based on the filter string
EventBrowser - Interface in com.tibco.as.space.browser
An EventBrowser is used to iterate through the events which occur for the entries in a Space (e.g.
EventBrowserDef - Class in com.tibco.as.space.browser
The EventBrowserDef object is used to define the characteristics of an EventBrowser.
EventBrowserDef() - Constructor for class com.tibco.as.space.browser.EventBrowserDef
 
EventBrowserDef.DistributionScope - Enum in com.tibco.as.space.browser
Enumeration of the possible ways to browse for events in a Space based upon where entries are stored in the space.
EventBrowserDef.TimeScope - Enum in com.tibco.as.space.browser
Enumeration of the possible ways to browse for events in a Space based upon the time at which the entries, for which the events occur, were stored in the Space relative to the EventBrowser creation time.
EvictEvent - Interface in com.tibco.as.space.event
Contains members and methods specific to evict event.
EvictListener - Interface in com.tibco.as.space.listener
Evict listener interface provides a method for being notified regarding entries that are evicted from Space
execute(Metaspace, String) - Method in class com.tibco.as.admin.Admin
Executes ActiveSpaces Admin language commands on the Metasapce.
exists(String) - Method in class com.tibco.as.space.Tuple
Given a field name, returns whether the field exists (is not null) or not.
ExpireEvent - Interface in com.tibco.as.space.event
Contains members and methods specific to expire event.
ExpireListener - Interface in com.tibco.as.space.listener
Expire listener interface provides a method for being notified of regarding entries that expired in a Space

F

FieldDef - Class in com.tibco.as.space
Describes the attributes of the fields that a Tuple stored inside a Space should conform to.
FieldDef() - Constructor for class com.tibco.as.space.FieldDef
 
FieldDef.FieldType - Enum in com.tibco.as.space
 
FileLogOptions - Class in com.tibco.as.space
 
FileLogOptions() - Constructor for class com.tibco.as.space.FileLogOptions
 
Filter - Class in com.tibco.as.space.filter
Allows evaluation of a Tuple based on a filter string
Filter() - Constructor for class com.tibco.as.space.filter.Filter
 
free() - Method in class com.tibco.as.space.filter.Filter
Free the Filter object

G

get(Tuple) - Method in interface com.tibco.as.space.Space
Retrieve the entry stored in the Space with the key specified in the given Tuple.
get(Tuple, GetOptions) - Method in interface com.tibco.as.space.Space
 
get(String) - Method in class com.tibco.as.space.Tuple
Convenience function: given a name, returns the value as Object stored in the field with that name.
getAll(Collection<Tuple>) - Method in interface com.tibco.as.space.Space
Batch get operation.
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.
getBitSet() - Method in class com.tibco.as.space.SNFileReader
 
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.
getCachePolicy() - Method in class com.tibco.as.space.SpaceDef
returns cache policy used
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.
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.
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
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.
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.
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
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.SNFileReader
 
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.
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.
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
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.
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
 
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
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 interface 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 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 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 interface 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 class com.tibco.as.space.router.RouterPutOp
 
getOps() - Method in interface com.tibco.as.space.persistence.WriteAction
 
getOps() - Method in interface com.tibco.as.space.router.RouterWriteAction
 
GetOptions - Class in com.tibco.as.space
 
GetOptions() - Constructor for class com.tibco.as.space.GetOptions
 
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
 
getPhaseInterval() - Method in class com.tibco.as.space.SpaceDef
Deprecated. 
getPhaseRatio() - Method in class com.tibco.as.space.SpaceDef
 
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
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
 
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.
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
getReplicationCount() - Method in class com.tibco.as.space.SpaceDef
Returns the replication count.
getReplicationPolicy() - Method in class com.tibco.as.space.SpaceDef
Returns replication policy
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.
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.
getSpace(String, SpaceMemberDef) - Method in class com.tibco.as.space.Metaspace
Deprecated.
Use other methods to retrieve Space reference. DataStore can be provided using MemberDef while connecting to metaspace.
getSpace(String, Member.DistributionRole) - Method in class com.tibco.as.space.Metaspace
Returns the space after joining it, if it is not already joined.
getSpace(String) - Method in class com.tibco.as.space.Metaspace
Returns the space after joining it with role LEECH, if it is not already joined.
getSpaceDef(String) - Method in class com.tibco.as.space.Metaspace
Gets space definition for the given Space name.
getSpaceDef() - Method in interface com.tibco.as.space.persistence.AlterAction
New space definition
getSpaceDef() - Method in interface com.tibco.as.space.router.RouterAlterAction
New space definition
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 interface com.tibco.as.space.router.RouterAction
 
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.
getString(String) - Method in class com.tibco.as.space.Tuple
Given a name, returns the String value stored in the field with that name.
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.
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 class 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
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.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.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
 

H

hasError() - Method in interface com.tibco.as.space.Result
 
hasError() - Method in interface com.tibco.as.space.ResultList
 
hashCode() - Method in class com.tibco.as.space.Tuple
 
hasOldTuple() - Method in interface com.tibco.as.space.event.PutEvent
 
hasOldTuple() - Method in class com.tibco.as.space.persistence.PutOp
 
hasOldTuple() - Method in class com.tibco.as.space.router.RouterPutOp
 
help() - Method in class com.tibco.as.admin.Admin
Returns all help strings

I

IndexDef - Class in com.tibco.as.space
Representation of the Index Definition
IndexDef() - Constructor for class com.tibco.as.space.IndexDef
 
IndexDef.IndexType - Enum in com.tibco.as.space
 
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.
isAppend() - Method in class com.tibco.as.space.FileLogOptions
 
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)
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 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
returns true if multi-level hashing is enabled
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.
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).
isPartialResult() - Method in interface com.tibco.as.space.browser.Browser
Indicates whether the results are incomplete due to query limit.
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
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.SpaceDef
returns true if routing is enabled for the space
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.

K

KeyDef - Class in com.tibco.as.space
 
KeyDef() - Constructor for class com.tibco.as.space.KeyDef
 

L

leave() - Method in interface com.tibco.as.space.Space
Deprecated.
This method is deprecated and calls Space.close()
listen(String, Listener) - Method in class com.tibco.as.space.Metaspace
Returns a listener on a space for receiving event notifications.
listen(String, Listener, ListenerDef) - Method in class com.tibco.as.space.Metaspace
Returns a listener on a space for receiving event notifications.
listen(String, Listener, String) - Method in class com.tibco.as.space.Metaspace
Returns a listener on a space for receiving event notifications.
listen(String, Listener, ListenerDef, String) - Method in class com.tibco.as.space.Metaspace
Returns a listener on a space for receiving event notifications.
listen(Listener) - Method in interface com.tibco.as.space.Space
Attaches a Listener object to a Space for receiving event notifications.
listen(Listener, ListenerDef) - Method in interface com.tibco.as.space.Space
Attaches a Listener object to a Space for receiving event notifications.
listen(Listener, String) - Method in interface com.tibco.as.space.Space
Attaches a Listener object to a Space for receiving event notifications that match the specified filter.
listen(Listener, ListenerDef, String) - Method in interface com.tibco.as.space.Space
Attaches a Listener object to a Space for receiving event notifications that match the specified filter.
Listener - Interface in com.tibco.as.space.listener
Space listener interface provides a base class for Event Listeners Space.
ListenerDef - Class in com.tibco.as.space.listener
Configuration properties for Listeners.
ListenerDef() - Constructor for class com.tibco.as.space.listener.ListenerDef
 
ListenerDef.DistributionScope - Enum in com.tibco.as.space.listener
Listener distribution scope
ListenerDef.TimeScope - Enum in com.tibco.as.space.listener
Listener time scope
listenMetaspaceMembers(MetaspaceMemberListener) - Method in class com.tibco.as.space.Metaspace
Listen to metaspace membership events
listenMetaspaceRemoteMembers(MetaspaceRemoteMemberListener) - Method in class com.tibco.as.space.Metaspace
Listen to remote metaspace membership events
listenSpaceDefs(SpaceDefListener) - Method in class com.tibco.as.space.Metaspace
Listen to space definitions.
listenSpaceMembers(SpaceMemberListener) - Method in class com.tibco.as.space.Metaspace
Listen to space membership events
listenSpaceMembers(String, SpaceMemberListener) - Method in class com.tibco.as.space.Metaspace
Listen to space membership events
listenSpaceRemoteMembers(SpaceRemoteMemberListener) - Method in class com.tibco.as.space.Metaspace
Listen to remote space membership events
listenSpaceRemoteMembers(String, SpaceRemoteMemberListener) - Method in class com.tibco.as.space.Metaspace
Listen to remote space membership events
listenSpaceState(SpaceStateListener) - Method in class com.tibco.as.space.Metaspace
Listen to space state updates for all spaces.
listenSpaceState(String, SpaceStateListener) - Method in class com.tibco.as.space.Metaspace
Listen to space state updates for specified space name.
load(Tuple) - Method in interface com.tibco.as.space.Space
This function is typically used in an implementation of the Persister.onLoad(com.tibco.as.space.persistence.LoadAction) function to load the space.
LoadAction - Interface in com.tibco.as.space.persistence
 
loadAll(Collection<Tuple>) - Method in interface com.tibco.as.space.Space
Batch load operation.
lock(Tuple) - Method in interface com.tibco.as.space.Space
Locks the entry stored in the Space which has the key specified in the given Tuple.
lock(Tuple, LockOptions) - Method in interface com.tibco.as.space.Space
Locks the entry stored in the Space which has the key specified in the given Tuple.
lockAll(Collection<Tuple>) - Method in interface com.tibco.as.space.Space
Batch lock operation.
lockAll(Collection<Tuple>, LockOptions) - Method in interface com.tibco.as.space.Space
Batch lock operation with LockOptions.
LockOptions - Class in com.tibco.as.space
LockOptions implements the interface SpaceOptions and is used as a parameter to the following methods of Space: Space.lock(Tuple, LockOptions) Space.lockAll(java.util.Collection, LockOptions)

LockOptions can be used to specify a ResultHandler object or closure object when asynchronously setting a lock on a tuple, or collection of tuples, in a space.

LockOptions() - Constructor for class com.tibco.as.space.LockOptions
 
LogLevel - Enum in com.tibco.as.space
Log levels

M

Member - Interface in com.tibco.as.space
Any ActiveSpaces Application or Agent which connects to a Metaspace or joins a Space is referred to as a member.
Member.DistributionRole - Enum in com.tibco.as.space
Distribution role of a Space member
Member.ManagementRole - Enum in com.tibco.as.space
Metaspace management role of the member
MemberAdvisory - Interface in com.tibco.as.space.advisory
 
MemberDef - Class in com.tibco.as.space
MemberDef represents how ActiveSpaces makes member connections to a metaspace.
MemberDef() - Constructor for class com.tibco.as.space.MemberDef
 
MemberInvocable - Interface in com.tibco.as.space.remote
The MemberInvocable interface allows applications to define custom code to be executed on the members of a space.
Metaspace - Class in com.tibco.as.space
Metaspace represents both an administrative collection of Space (system and user spaces) and the collection of Member (ActiveSpaces applications and Agents) working collaboratively to implement those Spaces.
Metaspace() - Constructor for class com.tibco.as.space.Metaspace
 
MetaspaceAdvisory - Interface in com.tibco.as.space.advisory
 
MetaspaceAdvisoryListener - Interface in com.tibco.as.space.listener
Metaspace advisory listener interface provides a method for being notified on creation and expiration of advisory entries at Metaspace category
MetaspaceMemberListener - Interface in com.tibco.as.space.listener
 
MetaspaceRemoteMemberListener - Interface in com.tibco.as.space.listener
 

N

next() - Method in interface com.tibco.as.space.browser.Browser
Retrieve the next entry from the Space.
next() - Method in interface com.tibco.as.space.browser.EventBrowser
Retrieve the next event of the Space.
next() - Method in class com.tibco.as.space.SNFileReader
 
NO_CAPACITY - Static variable in class com.tibco.as.space.SpaceDef
Capacity of the space
NO_LIMIT - Static variable in class com.tibco.as.space.SpaceDef
Default query result limit
NO_WAIT - Static variable in class com.tibco.as.space.browser.BrowserDef
Calls to the Browser's next() method will return immediately if no entries are left to iterate over.
NO_WAIT - Static variable in class com.tibco.as.space.browser.EventBrowserDef
Calls to the EventBrowser's next() method will return immediately if no events are left to iterate over.
NO_WAIT - Static variable in class com.tibco.as.space.SpaceDef
Timeout value for TTL or locks.

O

onAlter(SpaceDef, SpaceDef) - Method in interface com.tibco.as.space.listener.SpaceDefListener
Notified when user alters the space definition
onAlter(AlterAction) - Method in interface com.tibco.as.space.persistence.Persister
Invoked when space definition is modified
onAlter(RouterAlterAction) - Method in interface com.tibco.as.space.router.Router
Invoked when space definition is modified
onCleanup() - Method in interface com.tibco.as.space.security.AuthenticationCallback
Perform any custom cleanup after the authentication process completes.
onClose(CloseAction) - Method in interface com.tibco.as.space.persistence.Persister
Invoked when the Persister is stopped
onClose(RouterCloseAction) - Method in interface com.tibco.as.space.router.Router
Invoked when the Router is stopped
onComplete(InvokeResult, Object) - Method in interface com.tibco.as.space.remote.InvokeResultHandler
 
onComplete(InvokeResultList, Object) - Method in interface com.tibco.as.space.remote.InvokeResultListHandler
Callback method once invocation on members complete
onComplete(SpaceResult, Object, SpaceResult.OperationType) - Method in interface com.tibco.as.space.SpaceResultHandler
 
onComplete(SpaceResultList, Object, SpaceResult.OperationType) - Method in interface com.tibco.as.space.SpaceResultListHandler
Callback method once space opeation on members complete
onCreate(Member, MetaspaceAdvisory) - Method in interface com.tibco.as.space.listener.MetaspaceAdvisoryListener
Invoked when an Advisory is created
onCreate(String, Member, SpaceAdvisory) - Method in interface com.tibco.as.space.listener.SpaceAdvisoryListener
Invoked when an Advisory is created
onDefine(SpaceDef) - Method in interface com.tibco.as.space.listener.SpaceDefListener
Notifies user when new user space is defined
onDrop(SpaceDef) - Method in interface com.tibco.as.space.listener.SpaceDefListener
Notified user when a user space is dropped
onEvict(EvictEvent) - Method in interface com.tibco.as.space.listener.EvictListener
Invoked whenever a Tuple is evicted from space.
onExpire(ExpireEvent) - Method in interface com.tibco.as.space.listener.ExpireListener
Invoked whenever a Tuple in the Space has reached its time to live (TTL) and has expired.
onExpire(Member, MetaspaceAdvisory) - Method in interface com.tibco.as.space.listener.MetaspaceAdvisoryListener
Invoked when an Advisory has expired.
onExpire(String, Member, SpaceAdvisory) - Method in interface com.tibco.as.space.listener.SpaceAdvisoryListener
Invoked when an Advisory has expired.
onJoin(Member, Member.ManagementRole) - Method in interface com.tibco.as.space.listener.MetaspaceMemberListener
 
onJoin(Member, Member) - Method in interface com.tibco.as.space.listener.MetaspaceRemoteMemberListener
 
onJoin(String, Member, Member.DistributionRole) - Method in interface com.tibco.as.space.listener.SpaceMemberListener
 
onJoin(String, Member, Member) - Method in interface com.tibco.as.space.listener.SpaceRemoteMemberListener
 
onLeave(Member) - Method in interface com.tibco.as.space.listener.MetaspaceMemberListener
 
onLeave(Member, Member) - Method in interface com.tibco.as.space.listener.MetaspaceRemoteMemberListener
 
onLeave(String, Member) - Method in interface com.tibco.as.space.listener.SpaceMemberListener
 
onLeave(String, Member, Member) - Method in interface com.tibco.as.space.listener.SpaceRemoteMemberListener
 
onLoad(LoadAction) - Method in interface com.tibco.as.space.persistence.Persister
Invoked when the space is defined and has reached the minimum nummber of seeder members as specified in it's definition
onOpen(OpenAction) - Method in interface com.tibco.as.space.persistence.Persister
Invoked when the Persister is registered
onOpen(RouterOpenAction) - Method in interface com.tibco.as.space.router.Router
Invoked when the Router is registered
onPut(PutEvent) - Method in interface com.tibco.as.space.listener.PutListener
Invoked whenever a Tuple is inserted/updated/overwritten in the space.
onRead(ReadAction) - Method in interface com.tibco.as.space.persistence.Persister
Invoked if the space has a capacity and an eviction policy of LRU and there is currently no entry stored in the space for the key
onSeed(SeedEvent) - Method in interface com.tibco.as.space.listener.SeedListener
Invoked whenever there is redistribution after a seeder join/leave, and now localnode is seeding or unseeding
onStateChange(String, SpaceDef.SpaceState) - Method in interface com.tibco.as.space.listener.SpaceStateListener
 
onTake(TakeEvent) - Method in interface com.tibco.as.space.listener.TakeListener
Invoked whenever a tuple is removed from the Space.
onUnseed(UnseedEvent) - Method in interface com.tibco.as.space.listener.UnseedListener
Invoked whenever there is redistribution after a seeder join/leave, and now localnode is seeding or unseeding
onUpdate(Member, Member.ManagementRole) - Method in interface com.tibco.as.space.listener.MetaspaceMemberListener
 
onUpdate(String, Member, Member.DistributionRole) - Method in interface com.tibco.as.space.listener.SpaceMemberListener
 
onWrite(WriteAction) - Method in interface com.tibco.as.space.persistence.Persister
Invoked when a put take or update operation in executed on the space
onWrite(RouterWriteAction) - Method in interface com.tibco.as.space.router.Router
Invoked when a put take or update operation in executed on the space
open(File, String, String, String) - Static method in class com.tibco.as.space.SNFileReader
 
OpenAction - Interface in com.tibco.as.space.persistence
 

P

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.
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, String) - Method in class com.tibco.as.space.Tuple
Given a name, stores the String value in the field with that name.

Q

query(String) - Method in interface com.tibco.as.space.browser.Browser
 

R

ReadAction - Interface in com.tibco.as.space.persistence
 
recover() - Method in class com.tibco.as.space.Metaspace
 
recover(RecoveryOptions) - Method in class com.tibco.as.space.Metaspace
If quorum size is specified in RecoveryOptions this method would be blocking until quorum size is met.
recoverSpace(String) - Method in class com.tibco.as.space.Metaspace
 
recoverSpace(String, RecoveryOptions) - Method in class com.tibco.as.space.Metaspace
If quorum size is specified in RecoveryOptions this method would be blocking until quorum size is met.
RecoveryOptions - Class in com.tibco.as.space
 
RecoveryOptions() - Constructor for class com.tibco.as.space.RecoveryOptions
 
RecoveryOptions.RecoveryPolicy - Enum in com.tibco.as.space
 
releaseContext() - Method in class com.tibco.as.space.Metaspace
releaseContext is used to release the Context object from one thread so that it can be transferred to another thread.
releaseTransaction() - Method in class com.tibco.as.space.Metaspace
Deprecated.
remove(String) - Method in class com.tibco.as.space.Tuple
Removes the value corresponding to the field name from Tuple.
removeIndexDef(String) - Method in class com.tibco.as.space.SpaceDef
Remove index from Space, removes the index from space if exists
removeInvocableAlias(String) - Static method in class com.tibco.as.space.ASCommon
Remove alias from invocation mapping
removeMemberInvocableAlias(String) - Static method in class com.tibco.as.space.ASCommon
Remove alias from invocation mapping
REPLICATE_ALL - Static variable in class com.tibco.as.space.SpaceDef
Sets the replication count to 'replicate on all nodes'.
reset() - Method in interface com.tibco.as.space.browser.Browser
 
resetStats() - Method in interface com.tibco.as.space.Space
Reset the statistics of all Space Members of the Space.
Result - Interface in com.tibco.as.space
 
ResultHandler - Interface in com.tibco.as.space
 
ResultList<T> - Interface in com.tibco.as.space
 
resume() - Method in class com.tibco.as.space.Metaspace
 
resumeSpace(String) - Method in class com.tibco.as.space.Metaspace
 
rollbackTransaction() - Method in class com.tibco.as.space.Metaspace
Reverses all of the Space operations invoked in this thread since beginTransaction was called.
Router - Interface in com.tibco.as.space.router
 
RouterAction - Interface in com.tibco.as.space.router
 
RouterActionResult - Class in com.tibco.as.space.router
 
RouterActionResult() - Constructor for class com.tibco.as.space.router.RouterActionResult
 
RouterAlterAction - Interface in com.tibco.as.space.router
 
RouterCloseAction - Interface in com.tibco.as.space.router
 
RouterOpenAction - Interface in com.tibco.as.space.router
 
RouterPutOp - Class in com.tibco.as.space.router
 
RouterPutOp() - Constructor for class com.tibco.as.space.router.RouterPutOp
 
RouterTakeOp - Class in com.tibco.as.space.router
 
RouterTakeOp() - Constructor for class com.tibco.as.space.router.RouterTakeOp
 
RouterWriteAction - Interface in com.tibco.as.space.router
 
RouterWriteOp - Interface in com.tibco.as.space.router
 
RouterWriteOp.OpType - Enum in com.tibco.as.space.router
 
RuntimeASException - Exception in com.tibco.as.space
Unchecked exception
RuntimeASException(ASStatus, String) - Constructor for exception com.tibco.as.space.RuntimeASException
Constructor
RuntimeASException(ASStatus, Throwable) - Constructor for exception com.tibco.as.space.RuntimeASException
Constructor

S

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.
serialize() - Method in class com.tibco.as.space.Tuple
Serializes the tuple.
setAppend(boolean) - Method in class com.tibco.as.space.FileLogOptions
Append to existing file or not
setAuthenticationCallback(AuthenticationCallback) - Method in class com.tibco.as.space.MemberDef
Sets the security authentication callback method for the member.
setCachePolicy(SpaceDef.CachePolicy) - Method in class com.tibco.as.space.SpaceDef
sets cache policy
setCapacity(long) - Method in class com.tibco.as.space.SpaceDef
 
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.
setConnectTimeout(long) - Method in class com.tibco.as.space.MemberDef
 
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
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
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.
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).
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
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
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
 
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 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
setHostAwareReplication(boolean) - Method in class com.tibco.as.space.SpaceDef
Set if the space is to use a multi-level distribution algorithm
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.
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
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.
setKeepFiles(boolean) - Method in class com.tibco.as.space.RecoveryOptions
 
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
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
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
setName(String) - Method in class com.tibco.as.space.IndexDef
Sets the index name
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).
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
Number of phases for each seeder joining/leaving a space
setPhaseInterval(long) - Method in class com.tibco.as.space.SpaceDef
Deprecated. 
setPhaseRatio(int) - Method in class com.tibco.as.space.SpaceDef
 
setPrefetch(long) - Method in class com.tibco.as.space.browser.BrowserDef
 
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.
setReadTimeout(long) - Method in class com.tibco.as.space.SpaceDef
Set the read timeout for space operations
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.
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.
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.SpaceDef
Set if the operations on the space are to be routed
setRouter(Router) - Method in interface com.tibco.as.space.Space
Registers the given Router object as a router for the Space.
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
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
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
size() - Method in interface com.tibco.as.space.browser.Browser
actual size of the browser if SNAPSHOT and prefetch_all is used otherwise estimated size of tuples to be returned from the browser
size() - Method in interface com.tibco.as.space.Space
Retrieves the number of entries stored in the Space.
size(String) - Method in interface com.tibco.as.space.Space
Returns number of entries stored in the Space which match the given filter.
size() - Method in class com.tibco.as.space.Tuple
Returns the number of fields in the tuple.
SNFileReader - Class in com.tibco.as.space
 
SNFileReader() - Constructor for class com.tibco.as.space.SNFileReader
 
Space - Interface in com.tibco.as.space
A Space is a virtual storage area for entries.
SpaceAdvisory - Interface in com.tibco.as.space.advisory
 
SpaceAdvisoryListener - Interface in com.tibco.as.space.listener
Space advisory listener interface provides a method for being notified on creation and expiration of advisory entries at Space category
SpaceDef - Class in com.tibco.as.space
Represents the attributes of a Space.
SpaceDef() - Constructor for class com.tibco.as.space.SpaceDef
 
SpaceDef.CachePolicy - Enum in com.tibco.as.space
Cache policies
SpaceDef.DistributionPolicy - Enum in com.tibco.as.space
Space distribution policies
SpaceDef.EvictionPolicy - Enum in com.tibco.as.space
 
SpaceDef.LockScope - Enum in com.tibco.as.space
 
SpaceDef.PersistencePolicy - Enum in com.tibco.as.space
 
SpaceDef.PersistenceType - Enum in com.tibco.as.space
 
SpaceDef.PersisterState - Enum in com.tibco.as.space
 
SpaceDef.ReplicationPolicy - Enum in com.tibco.as.space
 
SpaceDef.SpaceState - Enum in com.tibco.as.space
 
SpaceDef.UpdateTransport - Enum in com.tibco.as.space
Transport to use to send Update messages
SpaceDefListener - Interface in com.tibco.as.space.listener
 
SpaceEvent - Interface in com.tibco.as.space.event
Events are passed to the listener callback or returned by EventBrowser's next method.
SpaceEvent.EventType - Enum in com.tibco.as.space.event
Space event types
SpaceMemberDef - Class in com.tibco.as.space
Deprecated.
SpaceMemberDef() - Constructor for class com.tibco.as.space.SpaceMemberDef
Deprecated.
 
SpaceMemberListener - Interface in com.tibco.as.space.listener
 
SpaceOptions<T> - Interface in com.tibco.as.space
SpaceOptions is the base interface for the following options classes: InvokeOptions LockOptions PutOptions TakeOptions UnlockOptions

SpaceRemoteMemberListener - Interface in com.tibco.as.space.listener
 
SpaceResult - Interface in com.tibco.as.space
 
SpaceResult.OperationType - Enum in com.tibco.as.space
 
SpaceResultHandler - Interface in com.tibco.as.space
 
SpaceResultList - Interface in com.tibco.as.space
 
SpaceResultListHandler - Interface in com.tibco.as.space
 
SpaceStateListener - Interface in com.tibco.as.space.listener
 
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.
stopRouter(Router) - Method in interface com.tibco.as.space.Space
Stops the given Router object, that was previously registered, and its associated thread.
suspend() - Method in class com.tibco.as.space.Metaspace
 

T

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

U

unlock(Tuple) - Method in interface com.tibco.as.space.Space
Unlocks the entry stored in the Space which has the key specified in the given Tuple.
unlock(Tuple, UnlockOptions) - Method in interface com.tibco.as.space.Space
Unlocks the entry stored in the Space which has the key specified in the given Tuple.
unlockAll(Collection<Tuple>) - Method in interface com.tibco.as.space.Space
Batch unlock operation.
unlockAll(Collection<Tuple>, UnlockOptions) - Method in interface com.tibco.as.space.Space
Batch unlock operation with UnlockOptions.
UnlockOptions - Class in com.tibco.as.space
UnlockOptions implements the interface SpaceOptions and is used as a parameter to the following methods of Space: Space.unlock(Tuple, UnlockOptions) Space.unlockAll(java.util.Collection, UnlockOptions)

UnlockOptions can be used to specify a ResultHandler object or closure object when waiting asynchronously for a lock on a tuple, or collection of tuples, in a space.

UnlockOptions() - Constructor for class com.tibco.as.space.UnlockOptions
 
UnseedEvent - Interface in com.tibco.as.space.event
Contains members and methods specific to unseed event.
UnseedListener - Interface in com.tibco.as.space.listener
Unseed listener interface provides a method for being notified of changes to entries in a Space.
USE_DEFINED - Static variable in class com.tibco.as.space.SpaceDef
Use Defined value in SpaceDef for the options object
UserPwdCredential - Class in com.tibco.as.space.security
A username/password credential.

V

valueOf(String) - Static method in enum com.tibco.as.space.advisory.Advisory.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.advisory.Advisory.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.ASStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.browser.BrowserDef.BrowserType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.browser.BrowserDef.DistributionScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.browser.BrowserDef.TimeScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.browser.EventBrowserDef.DistributionScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.browser.EventBrowserDef.TimeScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.event.SpaceEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.FieldDef.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.IndexDef.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.listener.ListenerDef.DistributionScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.listener.ListenerDef.TimeScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.as.space.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.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.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.router.RouterWriteOp.OpType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.security.AuthenticationInfo.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceDef.CachePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceDef.DistributionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceDef.EvictionPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceDef.LockScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceDef.PersistencePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceDef.PersistenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceDef.PersisterState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceDef.ReplicationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceDef.SpaceState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceDef.UpdateTransport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.as.space.SpaceResult.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Static method in class com.tibco.as.space.Metaspace
Retrieves the version of the ActiveSpaces product.

W

WAIT_FOREVER - Static variable in class com.tibco.as.space.browser.BrowserDef
Calls to the Browser's next() method will block endlessly waiting for more entries to iterate over.
WAIT_FOREVER - Static variable in class com.tibco.as.space.browser.EventBrowserDef
Calls to the EventBrowser's next() method will block endlessly waiting for more events to iterate over.
WAIT_FOREVER - Static variable in class com.tibco.as.space.SpaceDef
Timeout value for locks.
waitForReady() - Method in interface com.tibco.as.space.Space
Causes the client code to block until the Space is ready for operations.
waitForReady(long) - Method in interface com.tibco.as.space.Space
Causes the client code to block until the Space is ready for operations or the specified timeout is reached.
WriteAction - Interface in com.tibco.as.space.persistence
 
WriteOp - Interface in com.tibco.as.space.persistence
 
WriteOp.OpType - Enum in com.tibco.as.space.persistence
 

X

X509V3Credential - Class in com.tibco.as.space.security
A PKCS12 key file.
A B C D E F G H I K L M N O P Q R S T U V W X 
Tibco ActiveSpaces

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