| Package | Description |
|---|---|
| io.atomix.primitive.protocol.map |
Interfaces for map-compatible gossip protocols and delegates.
|
| io.atomix.protocols.gossip | |
| io.atomix.protocols.gossip.map |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NavigableMapDelegate<K,V>
Navigable map protocol.
|
interface |
SortedMapDelegate<K,V>
Sorted map protocol.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> MapDelegate<K,V> |
MapProtocol.newMapDelegate(String name,
Serializer serializer,
PrimitiveManagementService managementService)
Returns a new map delegate.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> MapDelegate<K,V> |
AntiEntropyProtocol.newMapDelegate(String name,
Serializer serializer,
PrimitiveManagementService managementService) |
| Modifier and Type | Class and Description |
|---|---|
class |
AntiEntropyMapDelegate<K,V> |
Copyright © 2013–2018. All rights reserved.