Uses of Interface
io.atomix.primitive.protocol.map.MapDelegate
| Package | Description |
|---|---|
| io.atomix.primitive.protocol.map |
Interfaces for map-compatible gossip protocols and delegates.
|
-
Uses of MapDelegate in io.atomix.primitive.protocol.map
Subinterfaces of MapDelegate in io.atomix.primitive.protocol.map Modifier and Type Interface Description interfaceNavigableMapDelegate<K,V>Navigable map protocol.interfaceSortedMapDelegate<K,V>Sorted map protocol.Methods in io.atomix.primitive.protocol.map that return MapDelegate Modifier and Type Method Description <K, V> MapDelegate<K,V>MapProtocol. newMapDelegate(String name, io.atomix.utils.serializer.Serializer serializer, PrimitiveManagementService managementService)Returns a new map delegate.