Uses of Interface
io.debezium.crdt.PNCounter
-
Packages that use PNCounter Package Description io.debezium.crdt -
-
Uses of PNCounter in io.debezium.crdt
Subinterfaces of PNCounter in io.debezium.crdt Modifier and Type Interface Description interfaceDeltaCounterClasses in io.debezium.crdt that implement PNCounter Modifier and Type Class Description (package private) classStateBasedPNCounter(package private) classStateBasedPNDeltaCounterFields in io.debezium.crdt declared as PNCounter Modifier and Type Field Description private PNCounterStateBasedPNDeltaCounter. deltaMethods in io.debezium.crdt that return PNCounter Modifier and Type Method Description PNCounterPNCounter. decrement()Decrement the counter and get the result.PNCounterStateBasedPNCounter. decrement()PNCounterPNCounter. increment()Increment the counter and get the result.PNCounterStateBasedPNCounter. increment()PNCounterPNCounter. merge(Count other)Merge the supplied counter into this counter.PNCounterStateBasedPNCounter. merge(Count other)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.
-