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