| Package | Description |
|---|---|
| io.debezium.crdt |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeltaCount
A
Count that also tracks changes to the value within the last interval. |
interface |
DeltaCounter
|
interface |
GCounter
A simple grow-only counter that maintains a single changing value by tracking the positive changes to the value.
|
interface |
PNCount
A read-only result of the state of a
PNCounter. |
interface |
PNCounter
A simple counter that maintains a single changing value by separately tracking the positive and negative changes.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
StateBasedGCounter |
(package private) class |
StateBasedPNCounter |
(package private) class |
StateBasedPNDeltaCounter |
Copyright © 2018 JBoss by Red Hat. All rights reserved.