| Package | Description |
|---|---|
| pt.unl.fct.di.novasys.babel.crdts.operation.implementations | |
| pt.unl.fct.di.novasys.babel.crdts.operation.utils |
| Modifier and Type | Method and Description |
|---|---|
CounterOperation |
OpCounter.decrement(int amount)
Decrements the value of the counter, and returns an operation to be
propagated to other replicas.
|
CounterOperation |
OpCounter.increment(int amount)
Increments the value of the counter, and returns an operation to be
propagated to other replicas.
|
| Modifier and Type | Field and Description |
|---|---|
static pt.unl.fct.di.novasys.network.ISerializer<CounterOperation> |
CounterOperation.serializer
A serializer that serializes a CounterOperation into (and from) a ByteBuf.
|
Copyright © 2024. All rights reserved.