Uses of Interface
io.debezium.crdt.PNCounter
Packages that use PNCounter
-
Uses of PNCounter in io.debezium.crdt
Subinterfaces of PNCounter in io.debezium.crdtModifier and TypeInterfaceDescriptioninterfaceClasses in io.debezium.crdt that implement PNCounterModifier and TypeClassDescription(package private) class(package private) classFields in io.debezium.crdt declared as PNCounterMethods in io.debezium.crdt that return PNCounterModifier and TypeMethodDescriptionPNCounter.decrement()Decrement the counter and get the result.StateBasedPNCounter.decrement()PNCounter.increment()Increment the counter and get the result.StateBasedPNCounter.increment()Merge the supplied counter into this counter.static PNCounterCRDT.newPNCounter()Create a new CRDT positive and negative (PN) counter.static PNCounterCRDT.newPNCounter(long adds, long removes) Create a new CRDT positive and negative (PN) counter pre-populated with the given values.