| Package | Description |
|---|---|
| io.atomix.primitive.protocol.map |
Interfaces for map-compatible gossip protocols and delegates.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> NavigableMapDelegate<K,V> |
NavigableMapProtocol.newNavigableMapDelegate(String name,
Serializer serializer,
PrimitiveManagementService managementService)
Returns a new navigable map delegate.
|
<K,V> NavigableMapDelegate<K,V> |
SortedMapProtocol.newSortedMapDelegate(String name,
Serializer serializer,
PrimitiveManagementService managementService)
Returns a new sorted map delegate.
|
Copyright © 2013–2018. All rights reserved.