Uses of Interface
io.atomix.primitive.protocol.set.SetDelegate
| Package | Description |
|---|---|
| io.atomix.primitive.protocol.set |
Interfaces for set-compatible gossip protocols and delegates.
|
-
Uses of SetDelegate in io.atomix.primitive.protocol.set
Subinterfaces of SetDelegate in io.atomix.primitive.protocol.set Modifier and Type Interface Description interfaceNavigableSetDelegate<E>Navigable set protocol.interfaceSortedSetDelegate<E>Sorted set protocol.Methods in io.atomix.primitive.protocol.set that return SetDelegate Modifier and Type Method Description <E> SetDelegate<E>SetProtocol. newSetDelegate(String name, io.atomix.utils.serializer.Serializer serializer, PrimitiveManagementService managementService)Returns a new set delegate.