Interface NavigableMapProtocol

All Superinterfaces:
GossipProtocol, MapProtocol, PrimitiveProtocol, SortedMapProtocol

@Beta
public interface NavigableMapProtocol
extends SortedMapProtocol
Navigable map protocol.
  • Method Details

    • newNavigableMapDelegate

      <K,​ V> NavigableMapDelegate<K,​V> newNavigableMapDelegate​(String name, io.atomix.utils.serializer.Serializer serializer, PrimitiveManagementService managementService)
      Returns a new navigable map delegate.
      Parameters:
      name - the map name
      serializer - the map entry serializer
      managementService - the primitive management service
      Returns:
      a new map delegate