Uses of Interface
io.debezium.crdt.DeltaCount
-
Packages that use DeltaCount Package Description io.debezium.crdt -
-
Uses of DeltaCount in io.debezium.crdt
Subinterfaces of DeltaCount in io.debezium.crdt Modifier and Type Interface Description interfaceDeltaCounterClasses in io.debezium.crdt that implement DeltaCount Modifier and Type Class Description (package private) classStateBasedPNDeltaCounterMethods in io.debezium.crdt with parameters of type DeltaCount Modifier and Type Method Description static DeltaCounterCRDT. newDeltaCounter(DeltaCount count)Create a new CRDT positive and negative (PN) counter that records how much the value has changed since last reset.
-