| Package | Description |
|---|---|
| io.atomix.core.map |
Atomic map primitive.
|
| io.atomix.primitive.protocol.map |
Interfaces for map-compatible gossip protocols and delegates.
|
| io.atomix.protocols.gossip |
| Modifier and Type | Method and Description |
|---|---|
DistributedMapBuilder<K,V> |
DistributedMapBuilder.withProtocol(MapProtocol protocol) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NavigableMapProtocol
Navigable map protocol.
|
interface |
SortedMapProtocol
Sorted map protocol.
|
| Modifier and Type | Method and Description |
|---|---|
B |
MapCompatibleBuilder.withProtocol(MapProtocol protocol)
Configures the builder with a map compatible gossip protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AntiEntropyProtocol
Anti-entropy protocol.
|
Copyright © 2013–2018. All rights reserved.