Uses of Interface
io.debezium.crdt.PNCount
-
Packages that use PNCount Package Description io.debezium.crdt -
-
Uses of PNCount in io.debezium.crdt
Subinterfaces of PNCount in io.debezium.crdt Modifier and Type Interface Description interfaceDeltaCountACountthat also tracks changes to the value within the last interval.interfaceDeltaCounterinterfacePNCounterA simple counter that maintains a single changing value by separately tracking the positive and negative changes.Classes in io.debezium.crdt that implement PNCount Modifier and Type Class Description (package private) classStateBasedPNCounter(package private) classStateBasedPNDeltaCounterMethods in io.debezium.crdt that return PNCount Modifier and Type Method Description PNCountDeltaCount. getChanges()Get the changes in the current value during the last interval.PNCountStateBasedPNDeltaCounter. getChanges()
-