See: Description
| Interface | Description | 
|---|---|
| DistributedPrimitiveBuilder<T extends DistributedPrimitive> | 
 Abstract builder for distributed primitives. 
 | 
| 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. | 
| DefaultDistributedLock | 
 Default implementation for a  
DistributedLock backed by a AsyncDistributedLock. | 
| 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. | 
| DistributedPrimitiveOptions<O extends DistributedPrimitiveOptions<O>> | 
 Abstract builder for distributed primitives. 
 | 
| MapUpdate<K,V> | 
 Map update operation. 
 | 
| MapUpdate.Builder<K,V> | 
 MapUpdate builder. 
 | 
| NodeUpdate<V> | 
 DocumentTree node 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. 
 |