public interface PageSubscriptionCounter
Modifier and Type | Method and Description |
---|---|
void |
addInc(long id,
int variance) |
void |
applyIncrementOnTX(Transaction tx,
long recordID,
int add) |
void |
cleanupNonTXCounters(long pageID) |
void |
delete() |
void |
delete(Transaction tx) |
long |
getValue() |
long |
getValueAdded() |
void |
increment(Transaction tx,
int add) |
void |
loadInc(long recordInd,
int add) |
void |
loadValue(long recordValueID,
long value) |
void |
pendingCounter(Page page,
int increment) |
void |
processReload()
This will process the reload
|
long getValueAdded()
long getValue()
void increment(Transaction tx, int add) throws Exception
Exception
void loadValue(long recordValueID, long value)
void loadInc(long recordInd, int add)
void applyIncrementOnTX(Transaction tx, long recordID, int add)
void processReload()
void addInc(long id, int variance)
id
- variance
- void delete(Transaction tx) throws Exception
Exception
Copyright © 2017 JBoss by Red Hat. All rights reserved.