| Package | Description |
|---|---|
| io.atomix.core.set |
Distributed set primitive.
|
| io.atomix.primitive.protocol.set |
Interfaces for set-compatible gossip protocols and delegates.
|
| io.atomix.protocols.gossip |
| Modifier and Type | Method and Description |
|---|---|
DistributedSetBuilder<E> |
DistributedSetBuilder.withProtocol(SetProtocol protocol) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NavigableSetProtocol
Navigable set protocol.
|
interface |
SortedSetProtocol
Sorted set protocol.
|
| Modifier and Type | Method and Description |
|---|---|
B |
SetCompatibleBuilder.withProtocol(SetProtocol protocol)
Configures the builder with a set compatible gossip protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AntiEntropyProtocol
Anti-entropy protocol.
|
class |
CrdtProtocol
Conflict-free Replicated Data Types (CRDT) protocol.
|
Copyright © 2013–2018. All rights reserved.