| Interface | Description |
|---|---|
| Context | |
| Member | |
| Result | |
| ResultHandler | |
| ResultList<T> | |
| Space |
A Space is a virtual storage area for entries.
|
| SpaceOptions<T> |
SpaceOptions is the base interface for the following options classes:
InvokeOptions
LockOptions
PutOptions
TakeOptions
UnlockOptions
|
| SpaceResult | |
| SpaceResultHandler | |
| SpaceResultList | |
| SpaceResultListHandler | |
| TransactionId |
| Class | Description |
|---|---|
| ASCommon | |
| DateTime | |
| FieldDef | |
| FileLogOptions | |
| GetOptions | |
| IndexDef |
Representation of the Index Definition
|
| InvokeOptions |
InvokeOptions allows you to specify various options for performing
remote invocation operations.
|
| KeyDef | |
| LocalSiteDef | |
| LockOptions |
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. |
| MemberDef |
MemberDef represents how ActiveSpaces makes member connections to a metaspace.
|
| Metaspace | |
| PutOptions |
PutOptions allows you to specify custom lock wait/lock/unlock/forget/ttl options for
performing
put operations. |
| RecoveryOptions | |
| RemoteSiteDef | |
| SNFileReader | |
| SpaceDef |
Represents the attributes of a
Space. |
| SpaceMemberDef | Deprecated |
| TakeOptions |
TakeOptions allows you to specify custom lock wait/lock/unlock/forget options for
performing
take operations. |
| Tuple |
Tuple stores data and consists of fields.
|
| UnlockOptions |
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. |
| Enum | Description |
|---|---|
| ASStatus |
Representation of internal error codes as status code
|
| FieldDef.FieldType | |
| IndexDef.IndexType | |
| LocalSiteDef.ReplicationFailurePolicy |
Site Replication Failure policy
|
| LocalSiteDef.ReplicationPolicy |
Site Replication policy
|
| LocalSiteDef.RouterType |
Site Router type
|
| LogLevel |
Log levels
|
| Member.DistributionRole |
Distribution role of a Space member
|
| Member.ManagementRole |
Metaspace management role of the member
|
| RecoveryOptions.RecoveryPolicy | |
| RemoteSiteDef.SiteRemoteState |
State of the remote site at the remote site
|
| RemoteSiteDef.SiteState |
State of the remote site
|
| SpaceDef.CachePolicy |
Cache policies
|
| SpaceDef.DistributionPolicy |
Space distribution policies
|
| SpaceDef.EvictionPolicy | |
| SpaceDef.LockScope | |
| SpaceDef.PersistencePolicy | |
| SpaceDef.PersistenceType | |
| SpaceDef.PersisterState | |
| SpaceDef.ReplicationPolicy | |
| SpaceDef.SpaceState | |
| SpaceDef.UpdateTransport |
Transport to use to send Update messages
|
| SpaceResult.OperationType |
| Exception | Description |
|---|---|
| ASException |
ASException is the wrapper for all exceptions that can be thrown within ActiveSpaces.
|
| ASPersistenceException | |
| ASRemoteException | |
| ASRouterException |
Created with IntelliJ IDEA.
|
| RuntimeASException |
Unchecked exception
|
Copyright (c) 2014 Cloud Software Group, Inc. All rights reserved.