| Package | Description |
|---|---|
| io.atomix.primitive.protocol.value |
Interfaces for value-compatible gossip protocols and delegates.
|
| io.atomix.protocols.gossip | |
| io.atomix.protocols.gossip.value |
| Modifier and Type | Method and Description |
|---|---|
ValueDelegate |
ValueProtocol.newValueDelegate(String name,
Serializer serializer,
PrimitiveManagementService managementService)
Returns a new value delegate.
|
| Modifier and Type | Method and Description |
|---|---|
ValueDelegate |
CrdtProtocol.newValueDelegate(String name,
Serializer serializer,
PrimitiveManagementService managementService) |
| Modifier and Type | Class and Description |
|---|---|
class |
CrdtValueDelegate<V>
Last-write wins value.
|
Copyright © 2013–2018. All rights reserved.