| Interface | 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.
|
| Class | Description |
|---|---|
| CRDT |
Conflict-free Replicated Data Types (CRDT)s.
|
| StateBasedGCounter | |
| StateBasedPNCounter | |
| StateBasedPNDeltaCounter |
Copyright © 2020 JBoss by Red Hat. All rights reserved.