All Methods Static Methods Concrete Methods
Modifier and Type |
Method |
Description |
static void |
acceptBets(KeyWriterGlobalStatus kwGS) |
|
static void |
applyStakeUndo(KeyWriterGlobalStatus kwGS) |
|
static ConcurrentSkipListMap<String,AcceptedBetByHolderBean> |
cleanBucketAcceptedBet(ConcurrentSkipListMap<String,AcceptedBetByHolderBean> bucket) |
|
static boolean |
compareStakeBean(StakeBean source,
StakeBean dest) |
TODO test
|
static ConcurrentSkipListMap<String,AcceptedBetByTargetBean> |
convertAcceptedBetByHolderToAcceptedBetByTarget(ConcurrentSkipListSet<AcceptedBetByHolderBean> acceptedBetByHolderSet) |
|
protected static StakeBeanInternal |
createStakeBeanInternal(TransactionBox tbox) |
|
protected static StakeBeanInternal |
createStakeBeanInternal(String sith,
String targetAddress,
BigInteger value,
long stakeDate) |
|
static ConcurrentSkipListMap<String,AcceptedBetByTargetBean> |
deepCopy(ConcurrentSkipListMap<String,AcceptedBetByTargetBean> abbtMap) |
Create an independent copy of the object passed as an argument
|
static ConcurrentSkipListSet<AcceptedBetByHolderBean> |
getAcceptedBetByHolderAtPointInTime(int epoch,
int slot,
String uid) |
|
static ConcurrentSkipListSet<AcceptedBetByHolderBean> |
getAcceptedBetByHolderAtPointInTime(int epoch,
int slot,
String uid,
ConcurrentSkipListSet<String> hexKeys) |
This function reads the status from the persistent archive.
|
static ConcurrentSkipListMap<String,AcceptedBetByTargetBean> |
getAcceptedBetByTargetAtPointInTime(int epoch,
int slot,
String uid) |
This function reads the status from the persistent archive.
|
static StakeBean |
getEmptyStakeBean(String holderAddrURL64) |
|
static ConcurrentSkipListSet<StakeDataBean> |
getHolderStakesAtPointInTime(int epoch,
int slot,
String uid,
ConcurrentSkipListSet<String> hexKeys) |
This function reads the status from the persistent archive.
|
static AcceptedBetByHolderBean |
getNewAcceptedBetByHolderBean(String fromUrl64) |
return a new empty initialized accepted bet by holder bean
|
static AcceptedBetByTargetBean |
getNewAcceptedBetByTargetBean(String addrUrl64) |
|
static ConcurrentSkipListSet<StakeUndoBean> |
getStakeUndoAtPointInTime(int epoch,
int slot,
String uid,
ConcurrentSkipListSet<String> hexKeys) |
|
static void |
mergeStakeBeanRightToLeft(StakeBean left,
StakeBean right) |
|
static void |
overwriteStakeBeanLeftToRight(StakeBean left,
StakeBean right) |
left is more recent of right.
|
static void |
sumRightToLeft(AcceptedBetByTargetBean left,
AcceptedBetByTargetBean right) |
This function modifies the list of left stakes.
|
static void |
traceOverTheLimit(KeyWriterGlobalStatus kwGS) |
|