Uses of Interface
io.debezium.crdt.Count
-
Packages that use Count Package Description io.debezium.crdt -
-
Uses of Count in io.debezium.crdt
Subinterfaces of Count in io.debezium.crdt Modifier and Type Interface Description interfaceDeltaCountACountthat also tracks changes to the value within the last interval.interfaceDeltaCounterinterfaceGCountA read-only result of the state of a grow-onlyGCounter.interfaceGCounterA 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 Count Modifier and Type Class Description (package private) classStateBasedGCounter(package private) classStateBasedPNCounter(package private) classStateBasedPNDeltaCounterMethods in io.debezium.crdt that return Count Modifier and Type Method Description CountDeltaCount. getPriorCount()Get the value of this count prior to thechanges.CountStateBasedPNDeltaCounter. getPriorCount()Methods in io.debezium.crdt with parameters of type Count Modifier and Type Method Description DeltaCounterDeltaCounter. merge(Count other)Merge the supplied counter into this counter.GCounterGCounter. merge(Count other)Merge the supplied counter into this counter.PNCounterPNCounter. merge(Count other)Merge the supplied counter into this counter.GCounterStateBasedGCounter. merge(Count other)PNCounterStateBasedPNCounter. merge(Count other)DeltaCounterStateBasedPNDeltaCounter. merge(Count other)
-