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 int
StakeUndoBean. 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 StakeUndoBean
KeyWriterStakeUndoBean. getStakeUndoBeanByHex(String hexAddr)
StakeUndoBean
KeyWriterStakeUndoBean. 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 String
TkmTextUtils. prettyPrintStakeUndoBean(StakeUndoBean su)
boolean
KeyWriterStakeUndoBean. writeHexStakeUndo(String hexAddr, StakeUndoBean su)
add if SU is not present overwrite if present FAIL if address is not part of this setboolean
KeyWriterStakeUndoBean. 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 void
TkmKeyWriter. mergeStakeUndoRightToLeft(KeyWriterStakeUndoBean left, ConcurrentSkipListMap<String,StakeUndoBean> right)
Copy the values from right to left.protected void
KeyWriterStakeUndoBean. setHexToBalanceBean(ConcurrentSkipListMap<String,StakeUndoBean> hexToBalanceBeanSet)
static String
TkmTextUtils. toJsonStakeUndoListSet(ConcurrentSkipListSet<StakeUndoBean> listSetBalanceBean)
static String
TkmTextUtils. toJsonSU(ConcurrentSkipListMap<String,StakeUndoBean> listMapBalanceBean)
-