| Package | Description |
|---|---|
| io.atomix.core |
Core APIs for managing Atomix clusters and operating on distributed primitives.
|
| io.atomix.core.map |
Atomic map primitive.
|
| io.atomix.core.multimap |
Atomic multimap primitive.
|
| Class and Description |
|---|
| AtomicCounterMap
Distributed version of com.google.common.util.concurrent.AtomicLongMap.
|
| AtomicCounterMapBuilder
Builder for AtomicCounterMap.
|
AtomicMap
ConsistentMap provides the same functionality as AsyncAtomicMap with
the only difference that all its methods block until the corresponding operation completes. |
| AtomicMapBuilder
Builder for
AtomicMap instances. |
| AtomicNavigableMap
Atomic navigable map.
|
| AtomicNavigableMapBuilder
Builder for
AtomicNavigableMap. |
| AtomicSortedMap
Atomic sorted map.
|
| AtomicSortedMapBuilder
Builder for
AtomicSortedMap. |
| DistributedMap
Distributed map.
|
| DistributedMapBuilder
Builder for
DistributedMap instances. |
| DistributedNavigableMap
Distributed navigable map.
|
| DistributedNavigableMapBuilder
Builder for
DistributedNavigableMap instances. |
| DistributedSortedMap
Distributed sorted map.
|
| DistributedSortedMapBuilder
Builder for
DistributedSortedMap instances. |
| Class and Description |
|---|
| AsyncAtomicCounterMap
An async atomic counter map dispenses monotonically increasing values associated with key.
|
| AsyncAtomicMap
A distributed, strongly consistent map whose methods are all executed asynchronously.
|
| AsyncAtomicNavigableMap
Asynchronous atomic navigable map.
|
| AsyncAtomicSortedMap
Asynchronous atomic sorted map.
|
| AsyncDistributedMap
Asynchronous distributed map.
|
| AsyncDistributedNavigableMap
Asynchronous distributed navigable map.
|
| AsyncDistributedSortedMap
Asynchronous distributed sorted map.
|
| AtomicCounterMap
Distributed version of com.google.common.util.concurrent.AtomicLongMap.
|
| AtomicCounterMapBuilder
Builder for AtomicCounterMap.
|
| AtomicCounterMapConfig
Atomic counter map configuration.
|
| AtomicCounterMapType
Atomic counter map primitive type.
|
AtomicMap
ConsistentMap provides the same functionality as AsyncAtomicMap with
the only difference that all its methods block until the corresponding operation completes. |
| AtomicMapBuilder
Builder for
AtomicMap instances. |
| AtomicMapConfig
Consistent map configuration.
|
| AtomicMapEvent.Type
MapEvent type.
|
| AtomicMapEventListener
Listener to be notified about updates to a ConsistentMap.
|
| AtomicMapType
Consistent map primitive type.
|
| AtomicNavigableMap
Atomic navigable map.
|
| AtomicNavigableMapBuilder
Builder for
AtomicNavigableMap. |
| AtomicNavigableMapConfig
Consistent tree-map configuration.
|
| AtomicNavigableMapType
Consistent tree map primitive type.
|
| AtomicSortedMap
Atomic sorted map.
|
| AtomicSortedMapBuilder
Builder for
AtomicSortedMap. |
| AtomicSortedMapConfig
Consistent sorted map configuration.
|
| AtomicSortedMapType
Consistent sorted map primitive type.
|
| DistributedMap
Distributed map.
|
| DistributedMapBuilder
Builder for
DistributedMap instances. |
| DistributedMapConfig
Distributed map configuration.
|
| DistributedMapType
Distributed map primitive type.
|
| DistributedNavigableMap
Distributed navigable map.
|
| DistributedNavigableMapBuilder
Builder for
DistributedNavigableMap instances. |
| DistributedNavigableMapConfig
Distributed tree map configuration.
|
| DistributedNavigableMapType
Distributed tree map primitive type.
|
| DistributedSortedMap
Distributed sorted map.
|
| DistributedSortedMapBuilder
Builder for
DistributedSortedMap instances. |
| DistributedSortedMapConfig
Distributed sorted map configuration.
|
| DistributedSortedMapType
Distributed sorted map primitive type.
|
| MapBuilder
Base map builder.
|
| MapConfig
Map configuration.
|
| MapEvent.Type
MapEvent type.
|
| MapEventListener
Listener to be notified about updates to a ConsistentMap.
|
| Class and Description |
|---|
| AsyncDistributedMap
Asynchronous distributed map.
|
| DistributedMap
Distributed map.
|
Copyright © 2013–2018. All rights reserved.