Package io.debezium.crdt
Interface Count
-
- All Known Subinterfaces:
DeltaCount,DeltaCounter,GCount,GCounter,PNCount,PNCounter
- All Known Implementing Classes:
StateBasedGCounter,StateBasedPNCounter,StateBasedPNDeltaCounter
public interface CountA read-only result of a counter. The value may or may not change depending upon how the value was obtained.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longget()Get the current value.
-