Interface SortedSetProtocol

All Superinterfaces:
GossipProtocol, PrimitiveProtocol, SetProtocol
All Known Subinterfaces:
NavigableSetProtocol

@Beta
public interface SortedSetProtocol
extends SetProtocol
Sorted set protocol.
  • Method Details

    • newSortedSetDelegate

      <E> SortedSetDelegate<E> newSortedSetDelegate​(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