| 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 |
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 |
StateBasedPNCounter |
(package private) class |
StateBasedPNDeltaCounter |
| Modifier and Type | Method and Description |
|---|---|
PNCount |
StateBasedPNDeltaCounter.getChanges() |
PNCount |
DeltaCount.getChanges()
Get the changes in the current value during the last interval.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.