| Package | Description |
|---|---|
| io.debezium.crdt |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeltaCounter
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
StateBasedPNCounter |
(package private) class |
StateBasedPNDeltaCounter |
| Modifier and Type | Field and Description |
|---|---|
private PNCounter |
StateBasedPNDeltaCounter.delta |
| Modifier and Type | Method and Description |
|---|---|
PNCounter |
StateBasedPNCounter.decrement() |
PNCounter |
PNCounter.decrement()
Decrement the counter and get the result.
|
PNCounter |
StateBasedPNCounter.increment() |
PNCounter |
PNCounter.increment()
Increment the counter and get the result.
|
PNCounter |
StateBasedPNCounter.merge(Count other) |
PNCounter |
PNCounter.merge(Count other)
Merge the supplied counter into this counter.
|
static PNCounter |
CRDT.newPNCounter()
Create a new CRDT positive and negative (PN) counter.
|
static PNCounter |
CRDT.newPNCounter(long adds,
long removes)
Create a new CRDT positive and negative (PN) counter pre-populated with the given values.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.