| Package | Description |
|---|---|
| pt.unl.fct.di.novasys.babel.crdts.operation.utils |
| Modifier and Type | Field and Description |
|---|---|
protected OperationType |
Operation.opType |
| Modifier and Type | Field and Description |
|---|---|
static pt.unl.fct.di.novasys.network.ISerializer<OperationType> |
OperationType.serializer
A serializer that serializes the operation type into (and from) a ByteBuf.
|
| Modifier and Type | Method and Description |
|---|---|
OperationType |
Operation.getOpType()
Get the operation type
|
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CounterOperation(OperationType opType,
String crdtId,
CRDTsTypes crdtType,
int value)
Creates a counter operation
|
Operation(OperationType opType,
String crdtId,
CRDTsTypes crdtType)
Creates a generic operation
|
Copyright © 2024. All rights reserved.