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