| Modifier and Type | Method and Description |
|---|---|
void |
OperationCRDT.applyRemoteOperation(Operation op)
Applies a remote operation into the local state of the CRDT
|
abstract void |
OperationBasedCRDT.applyRemoteOperation(Operation op) |
| Modifier and Type | Method and Description |
|---|---|
void |
OpCounter.applyRemoteOperation(Operation op) |
| Modifier and Type | Class and Description |
|---|---|
class |
CounterOperation
An operation issued by the operation-based counter CRDT (OpCounter) that extends a generic Operation.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Operation.serialize(Operation op,
io.netty.buffer.ByteBuf out)
Static method that serializes the operation generic information into a ByteBuf.
|
Copyright © 2024. All rights reserved.