Uses of Interface
io.debezium.crdt.DeltaCounter
Packages that use DeltaCounter
-
Uses of DeltaCounter in io.debezium.crdt
Classes in io.debezium.crdt that implement DeltaCounterMethods in io.debezium.crdt that return DeltaCounterModifier and TypeMethodDescriptionDeltaCounter.decrement()Decrement the counter and get the result.StateBasedPNDeltaCounter.decrement()DeltaCounter.increment()Increment the counter and get the result.StateBasedPNDeltaCounter.increment()Merge the supplied counter into this counter.static DeltaCounterCRDT.newDeltaCounter()Create a new CRDT positive and negative (PN) counter that records how much the value has changed since last reset.static DeltaCounterCRDT.newDeltaCounter(long totalAdds, long totalRemoves, long recentAdds, long recentRemoves) Create a new CRDT positive and negative (PN) counter that records how much the value has changed since last reset.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.