See: Description
Interface | Description |
---|---|
DistributedPrimitiveCreator |
Interface for entity that can create instances of different distributed primitives.
|
PartitionAdminService |
Administrative interface for partition membership changes.
|
PartitionEventListener |
Entity capable of receiving partition-related events.
|
PartitionService |
Service used for accessing information about storage partitions.
|
Class | Description |
---|---|
ConsistentMapBackedJavaMap<K,V> |
Standard java
Map backed by a ConsistentMap . |
DefaultAtomicCounter |
Default implementation for a
AtomicCounter backed by a AsyncAtomicCounter . |
DefaultAtomicCounterMap<K> |
Default implementation of
AtomicCounterMap . |
DefaultAtomicIdGenerator |
Default implementation for a
AtomicIdGenerator backed by a AsyncAtomicIdGenerator . |
DefaultAtomicValue<V> |
Default implementation for a
AtomicValue backed by a AsyncAtomicValue . |
DefaultConsistentMap<K,V> |
Default implementation of
ConsistentMap . |
DefaultConsistentMultimap<K,V> |
Implementation of
ConsistentMultimap providing synchronous access to
AsyncConsistentMultimap . |
DefaultConsistentTreeMap<V> |
Implementation of the
ConsistentTreeMap interface. |
DefaultDistributedSet<E> |
Implementation of
DistributedSet that merely delegates to a AsyncDistributedSet
and waits for the operation to complete. |
DefaultDocumentTree<V> |
Synchronous wrapper for a
AsyncDocumentTree . |
DefaultLeaderElector |
Default implementation for a
LeaderElector backed by a AsyncLeaderElector . |
DistributedPrimitiveBuilder<B extends DistributedPrimitiveBuilder<B,T>,T extends DistributedPrimitive> |
Abstract builder for distributed primitives.
|
MapUpdate<K,V> |
Map update operation.
|
MapUpdate.Builder<K,V> |
MapUpdate builder.
|
NodeUpdate<V> |
Map update operation.
|
NodeUpdate.Builder<V> |
NodeUpdate builder.
|
PartitionEvent |
Describes partition-related event.
|
TransactionId |
Transaction identifier.
|
Enum | Description |
---|---|
MapUpdate.Type |
Type of database update operation.
|
NodeUpdate.Type |
Type of database update operation.
|
PartitionEvent.Type |
Type of partition-related events.
|