| 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.
|
interface |
SortedSetDelegate<E>
Sorted set protocol.
|
| Modifier and Type | Method and Description |
|---|---|
<E> SetDelegate<E> |
SetProtocol.newSetDelegate(String name,
Serializer serializer,
PrimitiveManagementService managementService)
Returns a new set delegate.
|
| Modifier and Type | Method and Description |
|---|---|
<E> SetDelegate<E> |
CrdtProtocol.newSetDelegate(String name,
Serializer serializer,
PrimitiveManagementService managementService) |
<E> SetDelegate<E> |
AntiEntropyProtocol.newSetDelegate(String name,
Serializer serializer,
PrimitiveManagementService managementService) |
| Modifier and Type | Class and Description |
|---|---|
class |
AntiEntropySetDelegate<E>
Anti entropy set.
|
class |
CrdtNavigableSetDelegate<E>
CRDT tree set.
|
class |
CrdtSetDelegate<E>
Last-write wins set.
|
Copyright © 2013–2018. All rights reserved.