| Package | Description |
|---|---|
| io.atomix.primitive.protocol.set |
Interfaces for set-compatible gossip protocols and delegates.
|
| io.atomix.protocols.gossip | |
| io.atomix.protocols.gossip.set |
| Modifier and Type | Method and Description |
|---|---|
<E> NavigableSetDelegate<E> |
NavigableSetProtocol.newNavigableSetDelegate(String name,
Serializer serializer,
PrimitiveManagementService managementService)
Returns a new set delegate.
|
| Modifier and Type | Method and Description |
|---|---|
<E> NavigableSetDelegate<E> |
CrdtProtocol.newNavigableSetDelegate(String name,
Serializer serializer,
PrimitiveManagementService managementService) |
| Modifier and Type | Class and Description |
|---|---|
class |
CrdtNavigableSetDelegate<E>
CRDT tree set.
|
Copyright © 2013–2018. All rights reserved.