| Package | Description |
|---|---|
| pt.unl.fct.di.novasys.babel.crdts.delta.implementations |
| Modifier and Type | Field and Description |
|---|---|
static pt.unl.fct.di.novasys.network.ISerializer<DeltaPNCounter> |
DeltaPNCounter.serializer
A serializer that serializes the CRDT into (and from) a ByteBuf.
|
| Modifier and Type | Method and Description |
|---|---|
DeltaPNCounter |
DeltaPNCounter.decrement(int amount)
Decrements the value of the counter and returns a delta representing the operation.
|
DeltaPNCounter |
DeltaPNCounter.generateDelta(VersionVector vv) |
DeltaPNCounter |
DeltaPNCounter.increment(int amount)
Increments the value of the counter and returns a delta representing the operation.
|
Copyright © 2024. All rights reserved.