DistributedMap
DistributedMultiMap, DistributedQueue, and
DistributedSet.See: Description
| Class | Description |
|---|---|
| DistributedMap<K,V> |
Stores a map of keys to values.
|
| DistributedMap.EntryEvent<K,V> |
Map entry event.
|
| DistributedMap.Options |
Distributed map options.
|
| DistributedMultiMap<K,V> |
Stores a map of keys to multiple values.
|
| DistributedMultiMap.Config |
Multimap configuration.
|
| DistributedQueue<T> |
Distributed collection designed for holding ordered items for processing.
|
| DistributedQueue.ValueEvent<T> |
Generic queue value event.
|
| DistributedSet<T> |
Distributed collection of unique values.
|
| DistributedSet.ValueEvent<T> |
Generic set value event.
|
| Enum | Description |
|---|---|
| DistributedMap.Events |
Distributed queue events.
|
| DistributedMultiMap.Order |
Represents the order of values in a multimap.
|
| DistributedQueue.Events |
Distributed queue event types.
|
| DistributedSet.Events |
Distributed set event types.
|
DistributedMap
DistributedMultiMap, DistributedQueue, and
DistributedSet.Copyright © 2013–2017. All rights reserved.