See: Description
| Interface | Description |
|---|---|
| EventuallyConsistentMap<K,V> |
A distributed, eventually consistent map.
|
| EventuallyConsistentMapListener<K,V> |
Listener interested in receiving modification events for an
EventuallyConsistentMap.
|
| Class | Description |
|---|---|
| AbstractEntry<K,V> |
Base class for events in an EventuallyConsistentMap.
|
| AntiEntropyAdvertisement<K> |
Anti-entropy advertisement message for eventually consistent map.
|
| EventuallyConsistentMapEvent<K,V> |
Event object signalling that the map was modified.
|
| EventuallyConsistentMapImpl<K,V> |
Distributed Map implementation which uses optimistic replication and gossip
based techniques to provide an eventually consistent data store.
|
| Enum | Description |
|---|---|
| EventuallyConsistentMapEvent.Type |
Copyright © 2015. All rights reserved.