Interface NavigableSetProtocol

All Superinterfaces:
GossipProtocol, PrimitiveProtocol, SetProtocol, SortedSetProtocol

@Beta
public interface NavigableSetProtocol
extends SortedSetProtocol
Navigable set protocol.
  • Method Details

    • newNavigableSetDelegate

      <E> NavigableSetDelegate<E> newNavigableSetDelegate​(String name, io.atomix.utils.serializer.Serializer serializer, PrimitiveManagementService managementService)
      Returns a new set delegate.
      Type Parameters:
      E - the set element type
      Parameters:
      name - the set name
      serializer - the set element serializer
      managementService - the primitive management service
      Returns:
      a new set delegate