Classes
Class | Description | |
---|---|---|
ASCommon |
Provides common functions
| |
ASException |
Exceptions used in ActiveSpaces
| |
ASPersistenceException |
Used for exception with AS persistence
| |
ASRemoteException |
Used for exception with AS remote invocation
| |
ASRouterException |
Used for exception with AS persistence
| |
FieldDef |
Describes the attributes of the fields that a Tuple stored inside a Space should conform to. Each field has a name and a type. Fields may also have additional attributes such as whether the field is Key or Nullable. Multiple fields can be marked as isKey.
| |
FileLogOptions |
File logging options
| |
GetOptions |
Options for the get operation
| |
IndexDef |
Representation of the Index Definition
| |
InvokeOptions |
The Invoke Options class
| |
KeyDef |
Represents the key definition
| |
LockOptions |
Options for lock operations
| |
Member |
Any ActiveSpaces Application or Agent which connects to a Metaspace or joins a Space is referred to as a member.
| |
MemberDef |
MemberDef object represents how Activespaces makes connection to a metaspace.
| |
Metaspace | ||
PutOptions |
Options for Put operations
| |
RecoveryOptions |
Options for recovery operations
| |
SpaceDef |
Represents the attributes of a Space. Can be used to define a Space.
| |
SpaceMemberDef | Obsolete.
Space member definition
| |
TakeOptions |
Options for Take operations
| |
Tuple |
Tuple stores data and consists of fields.
| |
UnlockOptions |
Options for the unlock operation
|
Interfaces
Interface | Description | |
---|---|---|
Context |
A context that can be transferred across AS clients
| |
Result |
The interface of result for operation on Space
| |
ResultHandler |
The base class for all async result handlers
| |
ResultList<(Of <(<'T>)>)> |
A list of results
| |
Space |
Space is a virtual storage area for entries.
| |
SpaceOptions |
The base for all the Options classes
| |
SpaceResult |
Represents the result of operation on a Space
| |
SpaceResultList |
A list contains SpaceResult
| |
Stat |
The stat object that is returned from the get statistics
| |
TransactionId |
The transaction id
|
Enumerations
Enumeration | Description | |
---|---|---|
ASStatus |
Representation of internal error codes as status code
| |
DistributionRole |
Distribution role
| |
FieldDef..::..FieldType |
field type
| |
IndexDef..::..IndexType |
Index type
| |
LogLevel |
LogLevel for the application
| |
ManagementRole |
Management role
| |
RecoveryOptions..::..RecoveryPolicy |
Recovery policy
| |
SpaceDef..::..CachePolicy |
Cache policy
| |
SpaceDef..::..DistributionPolicy | Space distribution policies | |
SpaceDef..::..EvictionPolicy |
Eviction policy
| |
SpaceDef..::..InsertionOrdering |
Insertion ordering
| |
SpaceDef..::..InsertionPolicy |
Insertion policy
| |
SpaceDef..::..LoadPolicy |
Load policy
| |
SpaceDef..::..LockScope |
Lock scope values
| |
SpaceDef..::..PersistencePolicy |
Persistence policy
| |
SpaceDef..::..PersistenceType |
Persistence type
| |
SpaceDef..::..ReplicationPolicy |
Replication policy
| |
SpaceDef..::..SpaceState |
Space state
| |
SpaceDef..::..UpdateTransport |
Transport to use to send Update messages
|