Interface SortedMapProtocol

All Superinterfaces:
GossipProtocol, MapProtocol, PrimitiveProtocol
All Known Subinterfaces:
NavigableMapProtocol

@Beta
public interface SortedMapProtocol
extends MapProtocol
Sorted map protocol.
  • Method Details

    • newSortedMapDelegate

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