Package io.debezium.crdt
Interface GCount
- All Superinterfaces:
Count
- All Known Subinterfaces:
DeltaCount,DeltaCounter,GCounter,PNCount,PNCounter
- All Known Implementing Classes:
StateBasedGCounter,StateBasedPNCounter,StateBasedPNDeltaCounter
A read-only result of the state of a grow-only
GCounter. The value may or may not change depending upon how the value
was obtained.-
Method Summary
-
Method Details
-
getIncrement
long getIncrement()Get the amount that the value incremented.- Returns:
- the incremented value
-