Package io.debezium.crdt


package io.debezium.crdt
  • Class
    Description
    A read-only result of a counter.
    Conflict-free Replicated Data Types (CRDT)s.
    A Count that also tracks changes to the value within the last interval.
    A simple counter that maintains a single changing value by separately tracking the positive and negative changes, and by tracking recent changes in this value since last reset.
    A read-only result of the state of a grow-only GCounter.
    A simple grow-only counter that maintains a single changing value by tracking the positive changes to the value.
    A read-only result of the state of a PNCounter.
    A simple counter that maintains a single changing value by separately tracking the positive and negative changes.