Uses of Interface
io.debezium.crdt.GCount
-
Packages that use GCount Package Description io.debezium.crdt -
-
Uses of GCount in io.debezium.crdt
Subinterfaces of GCount in io.debezium.crdt Modifier and Type Interface Description interfaceDeltaCountACountthat also tracks changes to the value within the last interval.interfaceDeltaCounterinterfaceGCounterA simple grow-only counter that maintains a single changing value by tracking the positive changes to the value.interfacePNCountA read-only result of the state of aPNCounter.interfacePNCounterA simple counter that maintains a single changing value by separately tracking the positive and negative changes.Classes in io.debezium.crdt that implement GCount Modifier and Type Class Description (package private) classStateBasedGCounter(package private) classStateBasedPNCounter(package private) classStateBasedPNDeltaCounter
-