See: Description
| Interface | Description |
|---|---|
| Hasher<K> |
Interface for mapping from an object to
PartitionId. |
| Managed<T> |
Interface for types that can be asynchronously opened and closed.
|
| TransactionParticipant |
Participant in a two-phase commit protocol.
|
| Class | Description |
|---|---|
| AntiEntropyAdvertisement<K> |
Anti-entropy advertisement message for eventually consistent map.
|
| CachingAsyncConsistentMap<K,V> |
AsyncConsistentMap that caches entries on read. |
| CatalystSerializers |
Serializer utility for Atomix Catalyst.
|
| CopycatTransport |
Custom
transport for Copycat interactions
built on top of MessagingService. |
| CopycatTransportClient |
Client implementation for CopycatTransport. |
| CopycatTransportConnection |
Connection implementation for CopycatTransport. |
| CopycatTransportServer |
Server implementation for CopycatTransport. |
| DefaultAsyncAtomicValue<V> |
Default implementation of a
AsyncAtomicValue. |
| DefaultAsyncDistributedSet<E> |
Implementation of
AsyncDistributedSet. |
| DefaultAtomicCounterBuilder |
Default implementation of AtomicCounterBuilder.
|
| DefaultAtomicValueBuilder<V> |
Default implementation of AtomicValueBuilder.
|
| DefaultCatalystTypeSerializerFactory |
TypeSerializerFactory for providing TypeSerializers based on
org.onosproject.store.service.Serializer. |
| DefaultConsistentMapBuilder<K,V> |
Default
AsyncConsistentMap builder. |
| DefaultDistributedQueueBuilder<E> |
Default implementation of a
DistributedQueueBuilder. |
| DefaultDistributedSetBuilder<E> |
Default distributed set builder.
|
| DefaultLeaderElectorBuilder |
Default implementation of
LeaderElectorBuilder. |
| DefaultTransactionalMap<K,V> |
Default Transactional Map implementation that provides a repeatable reads
transaction isolation level.
|
| DefaultTransactionalSet<E> |
Default TransactionalSet implementation that provides a repeatable reads
transaction isolation level.
|
| DefaultTransactionContext |
Default implementation of transaction context.
|
| DefaultTransactionContextBuilder |
Default Transaction Context Builder.
|
| DelegatingAsyncConsistentMap<K,V> |
AsyncConsistentMap that merely delegates control to
another AsyncConsistentMap. |
| DelegatingCopycatClient |
CopycatClient that merely delegates control to
another CopycatClient. |
| DistributedPrimitives |
Misc utilities for working with
DistributedPrimitives. |
| EventuallyConsistentMapBuilderImpl<K,V> |
Eventually consistent map builder.
|
| EventuallyConsistentMapImpl<K,V> |
Distributed Map implementation which uses optimistic replication and gossip
based techniques to provide an eventually consistent data store.
|
| FederatedDistributedPrimitiveCreator |
DistributedPrimitiveCreator that federates responsibility for creating
distributed primitives to a collection of other creators. |
| MapValue<V> |
Representation of a value in EventuallyConsistentMap.
|
| MapValue.Digest |
Digest or summary of a MapValue for use during Anti-Entropy exchanges.
|
| MeteredAsyncConsistentMap<K,V> |
AsyncConsistentMap that meters all its operations. |
| OnosCopycatClient |
Custom
CopycatClient for injecting additional logic that runs before/after operation submission. |
| PartitionedAsyncConsistentMap<K,V> |
AsyncConsistentMap that has its entries partitioned horizontally across
several maps. |
| PartitionedAsyncLeaderElector |
AsyncLeaderElector that has its topics partitioned horizontally across
several leader electors. |
| PartitionManager |
Implementation of
PartitionService and PartitionAdminService. |
| StorageManager |
Implementation for
StorageService and StorageAdminService. |
| StoragePartition |
Storage partition.
|
| StoragePartitionClient |
StoragePartition client.
|
| StoragePartitionDetails |
Operational details for a
StoragePartition. |
| StoragePartitionServer |
StoragePartition server. |
| Transaction |
An immutable transaction object.
|
| TransactionCoordinator |
Coordinator for a two-phase commit protocol.
|
| TranscodingAsyncConsistentMap<K1,V1,K2,V2> |
An
AsyncConsistentMap that maps its operations to operations on a
differently typed AsyncConsistentMap by transcoding operation inputs and outputs. |
| UnmodifiableAsyncConsistentMap<K,V> |
An unmodifiable
AsyncConsistentMap. |
| Enum | Description |
|---|---|
| AntiEntropyResponse |
Status of anti-entropy exchange, returned by the receiver.
|
| CopycatTransport.Mode |
Transport Mode.
|
Copyright © 2016. All rights reserved.