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