Interface MapProtocol

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

@Beta
public interface MapProtocol
extends GossipProtocol
Map protocol.
  • Method Details

    • newMapDelegate

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