Uses of Interface
io.debezium.crdt.Count
Packages that use Count
-
Uses of Count in io.debezium.crdt
Subinterfaces of Count in io.debezium.crdtModifier and TypeInterfaceDescriptioninterfaceACountthat also tracks changes to the value within the last interval.interfaceinterfaceA read-only result of the state of a grow-onlyGCounter.interfaceA simple grow-only counter that maintains a single changing value by tracking the positive changes to the value.interfaceA read-only result of the state of aPNCounter.interfaceA simple counter that maintains a single changing value by separately tracking the positive and negative changes.Classes in io.debezium.crdt that implement CountModifier and TypeClassDescription(package private) class(package private) class(package private) classMethods in io.debezium.crdt that return CountModifier and TypeMethodDescriptionDeltaCount.getPriorCount()Get the value of this count prior to thechanges.StateBasedPNDeltaCounter.getPriorCount()Methods in io.debezium.crdt with parameters of type CountModifier and TypeMethodDescriptionMerge the supplied counter into this counter.Merge the supplied counter into this counter.Merge the supplied counter into this counter.