Uses of Class
com.h2tcoin.takamakachain.transactions.StakeUndoBean
-
Packages that use StakeUndoBean Package Description com.h2tcoin.takamakachain.transactions com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of StakeUndoBean in com.h2tcoin.takamakachain.transactions
Methods in com.h2tcoin.takamakachain.transactions that return types with arguments of type StakeUndoBean Modifier and Type Method Description static ConcurrentSkipListSet<StakeUndoBean>TkmStakeBeanHelper. getStakeUndoAtPointInTime(int epoch, int slot, String uid, ConcurrentSkipListSet<String> hexKeys)Methods in com.h2tcoin.takamakachain.transactions with parameters of type StakeUndoBean Modifier and Type Method Description intStakeUndoBean. compareTo(StakeUndoBean o) -
Uses of StakeUndoBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return StakeUndoBean Modifier and Type Method Description StakeUndoBeanKeyWriterStakeUndoBean. getStakeUndoBeanByHex(String hexAddr)StakeUndoBeanKeyWriterStakeUndoBean. getStakeUndoBeanByURL64(String urlAddr)Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return types with arguments of type StakeUndoBean Modifier and Type Method Description ConcurrentSkipListMap<String,StakeUndoBean>KeyWriterStakeUndoBean. getHexToStakeUndoList()static ConcurrentSkipListMap<String,StakeUndoBean>TkmTextUtils. getListMapStakeUndoBeanFromJson(String jsonString)static ConcurrentSkipListSet<StakeUndoBean>TkmTextUtils. getListSetStakeUndoBeanFromJson(String jsonString)static ConcurrentSkipListMap<String,StakeUndoBean>TkmStakeUndoKeyWriter. retriveStakeUndo(KeyWriterStakeUndoBean kwSU, KeyWriterStatusBean kwSB)this function does not alter StakeUndoBean.Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type StakeUndoBean Modifier and Type Method Description static StringTkmTextUtils. prettyPrintStakeUndoBean(StakeUndoBean su)booleanKeyWriterStakeUndoBean. writeHexStakeUndo(String hexAddr, StakeUndoBean su)add if SU is not present overwrite if present FAIL if address is not part of this setbooleanKeyWriterStakeUndoBean. writeURL64StakeUndo(String url64Addr, StakeUndoBean su)add if SU is not present overwrite if present FAIL if address is not part of this setMethod parameters in com.h2tcoin.takamakachain.utils.threadSafeUtils with type arguments of type StakeUndoBean Modifier and Type Method Description static voidTkmKeyWriter. mergeStakeUndoRightToLeft(KeyWriterStakeUndoBean left, ConcurrentSkipListMap<String,StakeUndoBean> right)Copy the values from right to left.protected voidKeyWriterStakeUndoBean. setHexToBalanceBean(ConcurrentSkipListMap<String,StakeUndoBean> hexToBalanceBeanSet)static StringTkmTextUtils. toJsonStakeUndoListSet(ConcurrentSkipListSet<StakeUndoBean> listSetBalanceBean)static StringTkmTextUtils. toJsonSU(ConcurrentSkipListMap<String,StakeUndoBean> listMapBalanceBean)
-