Uses of Interface
io.debezium.crdt.DeltaCount
Packages that use DeltaCount
-
Uses of DeltaCount in io.debezium.crdt
Subinterfaces of DeltaCount in io.debezium.crdtModifier and TypeInterfaceDescriptioninterfaceClasses in io.debezium.crdt that implement DeltaCountMethods in io.debezium.crdt with parameters of type DeltaCountModifier and TypeMethodDescriptionstatic DeltaCounterCRDT.newDeltaCounter(DeltaCount count) Create a new CRDT positive and negative (PN) counter that records how much the value has changed since last reset.