Uses of Interface
io.debezium.crdt.GCounter
-
Packages that use GCounter Package Description io.debezium.crdt -
-
Uses of GCounter in io.debezium.crdt
Subinterfaces of GCounter in io.debezium.crdt Modifier and Type Interface Description interfaceDeltaCounterinterfacePNCounterA simple counter that maintains a single changing value by separately tracking the positive and negative changes.Classes in io.debezium.crdt that implement GCounter Modifier and Type Class Description (package private) classStateBasedGCounter(package private) classStateBasedPNCounter(package private) classStateBasedPNDeltaCounterMethods in io.debezium.crdt that return GCounter Modifier and Type Method Description GCounterGCounter. increment()Increment the counter and get the result.GCounterStateBasedGCounter. increment()GCounterGCounter. merge(Count other)Merge the supplied counter into this counter.GCounterStateBasedGCounter. merge(Count other)static GCounterCRDT. newGCounter()Create a new CRDT grow-only (G) counter.static GCounterCRDT. newGCounter(long adds)Create a new CRDT grow-only (G) counter pre-populated with the given value.
-