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