| Package | Description |
|---|---|
| io.atomix.primitive.protocol.counter |
Interfaces for counter-compatible gossip protocols and delegates.
|
| io.atomix.protocols.gossip | |
| io.atomix.protocols.gossip.counter |
| Modifier and Type | Method and Description |
|---|---|
CounterDelegate |
CounterProtocol.newCounterDelegate(String name,
PrimitiveManagementService managementService)
Returns a new counter delegate.
|
| Modifier and Type | Method and Description |
|---|---|
CounterDelegate |
CrdtProtocol.newCounterDelegate(String name,
PrimitiveManagementService managementService) |
| Modifier and Type | Class and Description |
|---|---|
class |
CrdtCounterDelegate
CRDT based counter implementation.
|
Copyright © 2013–2018. All rights reserved.