| 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 |
GCount
A read-only result of the state of a grow-only
GCounter. |
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 |
| Modifier and Type | Method and Description |
|---|---|
Count |
DeltaCount.getPriorCount()
Get the value of this count prior to the
changes. |
Count |
StateBasedPNDeltaCounter.getPriorCount() |
| Modifier and Type | Method and Description |
|---|---|
DeltaCounter |
DeltaCounter.merge(Count other)
Merge the supplied counter into this counter.
|
DeltaCounter |
StateBasedPNDeltaCounter.merge(Count other) |
PNCounter |
PNCounter.merge(Count other)
Merge the supplied counter into this counter.
|
PNCounter |
StateBasedPNCounter.merge(Count other) |
GCounter |
GCounter.merge(Count other)
Merge the supplied counter into this counter.
|
GCounter |
StateBasedGCounter.merge(Count other) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.