| Package | Description |
|---|---|
| io.debezium.crdt |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
StateBasedPNDeltaCounter |
| Modifier and Type | Method and Description |
|---|---|
DeltaCounter |
DeltaCounter.decrement()
Decrement the counter and get the result.
|
DeltaCounter |
StateBasedPNDeltaCounter.decrement() |
DeltaCounter |
DeltaCounter.increment()
Increment the counter and get the result.
|
DeltaCounter |
StateBasedPNDeltaCounter.increment() |
DeltaCounter |
DeltaCounter.merge(Count other)
Merge the supplied counter into this counter.
|
DeltaCounter |
StateBasedPNDeltaCounter.merge(Count other) |
static DeltaCounter |
CRDT.newDeltaCounter()
Create a new CRDT positive and negative (PN) counter that records how much the value has changed since last reset.
|
static DeltaCounter |
CRDT.newDeltaCounter(DeltaCount count)
Create a new CRDT positive and negative (PN) counter that records how much the value has changed since last reset.
|
static DeltaCounter |
CRDT.newDeltaCounter(long totalAdds,
long totalRemoves,
long recentAdds,
long recentRemoves)
Create a new CRDT positive and negative (PN) counter that records how much the value has changed since last reset.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.