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