| Package | Description |
|---|---|
| io.atomix.primitive.protocol.counter |
Interfaces for counter-compatible gossip protocols and delegates.
|
| io.atomix.primitive.protocol.map |
Interfaces for map-compatible gossip protocols and delegates.
|
| io.atomix.primitive.protocol.set |
Interfaces for set-compatible gossip protocols and delegates.
|
| io.atomix.primitive.protocol.value |
Interfaces for value-compatible gossip protocols and delegates.
|
| io.atomix.protocols.gossip |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CounterProtocol
Counter protocol.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MapProtocol
Map protocol.
|
interface |
NavigableMapProtocol
Navigable map protocol.
|
interface |
SortedMapProtocol
Sorted map protocol.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
NavigableSetProtocol
Navigable set protocol.
|
interface |
SetProtocol
Set protocol.
|
interface |
SortedSetProtocol
Sorted set protocol.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ValueProtocol
Value 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.