Uses of Interface
io.debezium.crdt.GCounter
Packages that use GCounter
-
Uses of GCounter in io.debezium.crdt
Subinterfaces of GCounter in io.debezium.crdtModifier and TypeInterfaceDescriptioninterfaceinterfaceA simple counter that maintains a single changing value by separately tracking the positive and negative changes.Classes in io.debezium.crdt that implement GCounterModifier and TypeClassDescription(package private) class(package private) class(package private) classMethods in io.debezium.crdt that return GCounterModifier and TypeMethodDescriptionGCounter.increment()Increment the counter and get the result.StateBasedGCounter.increment()Merge the supplied counter into this counter.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.