public class PartitionUpdateCounter extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
finalizeUpdateCountres()
Flushes pending update counters closing all possible gaps.
|
long |
get() |
long |
getAndAdd(long delta)
Adds delta to current counter value.
|
void |
init(long updateCntr)
Sets init counter.
|
long |
initial() |
long |
next() |
void |
update(long val)
Sets value to update counter,
|
void |
update(long start,
long delta)
Updates counter by delta from start position.
|
void |
updateInitial(long cntr) |
public void init(long updateCntr)
updateCntr - Init counter valus.public long initial()
public long get()
public long getAndAdd(long delta)
delta - Delta.public long next()
public void update(long val)
val - Values.public void update(long start,
long delta)
start - Start.delta - Delta.public void updateInitial(long cntr)
cntr - Sets initial counter.public void finalizeUpdateCountres()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019