Uses of Interface
io.atomix.primitive.protocol.map.NavigableMapDelegate
| Package | Description |
|---|---|
| io.atomix.primitive.protocol.map |
Interfaces for map-compatible gossip protocols and delegates.
|
-
Uses of NavigableMapDelegate in io.atomix.primitive.protocol.map
Methods in io.atomix.primitive.protocol.map that return NavigableMapDelegate Modifier and Type Method Description <K, V> NavigableMapDelegate<K,V>NavigableMapProtocol. newNavigableMapDelegate(String name, io.atomix.utils.serializer.Serializer serializer, PrimitiveManagementService managementService)Returns a new navigable map delegate.<K, V> NavigableMapDelegate<K,V>SortedMapProtocol. newSortedMapDelegate(String name, io.atomix.utils.serializer.Serializer serializer, PrimitiveManagementService managementService)Returns a new sorted map delegate.