Interface GCount

All Superinterfaces:
Count
All Known Subinterfaces:
DeltaCount, DeltaCounter, GCounter, PNCount, PNCounter
All Known Implementing Classes:
StateBasedGCounter, StateBasedPNCounter, StateBasedPNDeltaCounter

public interface GCount extends Count
A read-only result of the state of a grow-only GCounter. The value may or may not change depending upon how the value was obtained.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Get the amount that the value incremented.

    Methods inherited from interface io.debezium.crdt.Count

    get
  • Method Details

    • getIncrement

      long getIncrement()
      Get the amount that the value incremented.
      Returns:
      the incremented value