| 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 |
|---|---|
DistributedSortedSetBuilder<E> |
DistributedSortedSetBuilder.withProtocol(SortedSetProtocol protocol) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NavigableSetProtocol
Navigable set protocol.
|
| Modifier and Type | Method and Description |
|---|---|
B |
SortedSetCompatibleBuilder.withProtocol(SortedSetProtocol protocol)
Configures the builder with a set compatible gossip protocol.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CrdtProtocol
Conflict-free Replicated Data Types (CRDT) protocol.
|
Copyright © 2013–2018. All rights reserved.