| 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 | Interface and Description |
|---|---|
interface |
NavigableSetDelegate<E>
Navigable set protocol.
|
| Modifier and Type | Method and Description |
|---|---|
<E> SortedSetDelegate<E> |
SortedSetProtocol.newSortedSetDelegate(String name,
Serializer serializer,
PrimitiveManagementService managementService)
Returns a new set delegate.
|
| Modifier and Type | Method and Description |
|---|---|
<E> SortedSetDelegate<E> |
CrdtProtocol.newSortedSetDelegate(String name,
Serializer serializer,
PrimitiveManagementService managementService) |
| Modifier and Type | Class and Description |
|---|---|
class |
CrdtNavigableSetDelegate<E>
CRDT tree set.
|
Copyright © 2013–2018. All rights reserved.