Uses of Class
com.h2tcoin.takamakachain.transactions.StakeBean
-
Packages that use StakeBean Package Description com.h2tcoin.takamakachain.api.data com.h2tcoin.takamakachain.transactions com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of StakeBean in com.h2tcoin.takamakachain.api.data
Subclasses of StakeBean in com.h2tcoin.takamakachain.api.data Modifier and Type Class Description classStakeDataBeanConstructors in com.h2tcoin.takamakachain.api.data with parameters of type StakeBean Constructor Description StakeDataBean(String hexBucket, StakeBean input) -
Uses of StakeBean in com.h2tcoin.takamakachain.transactions
Methods in com.h2tcoin.takamakachain.transactions that return StakeBean Modifier and Type Method Description static StakeBeanTkmStakeBeanHelper. getEmptyStakeBean(String holderAddrURL64)Methods in com.h2tcoin.takamakachain.transactions with parameters of type StakeBean Modifier and Type Method Description static booleanTkmStakeBeanHelper. compareStakeBean(StakeBean source, StakeBean dest)TODO testintStakeBean. compareTo(StakeBean o)static voidTkmStakeBeanHelper. mergeStakeBeanRightToLeft(StakeBean left, StakeBean right)static voidTkmStakeBeanHelper. overwriteStakeBeanLeftToRight(StakeBean left, StakeBean right)left is more recent of right. -
Uses of StakeBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return StakeBean Modifier and Type Method Description StakeBeanKeyWriterStakeBean. getStakeBeanByHex(String hexAddr)StakeBeanKeyWriterStakeBean. getStakeBeanByURL64(String urlAddr)Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return types with arguments of type StakeBean Modifier and Type Method Description ConcurrentSkipListMap<String,StakeBean>KeyWriterStakeBean. getHexToStakeList()static ConcurrentSkipListMap<String,StakeBean>TkmTextUtils. getListMapStakeBeanFromJson(String jsonString)static ConcurrentSkipListSet<StakeBean>TkmTextUtils. getListSetStakeBeanFromJson(String jsonString)static ConcurrentSkipListMap<String,StakeBean>KeyWriterStatusUtility. getRequiredValuesStake(ConcurrentSkipListMap<String,Path> recoveryPathByBuckets, ConcurrentSkipListMap<String,String> hexToUrl64)static ConcurrentSkipListMap<String,StakeBean>TkmKeyWriter. retriveStake(KeyWriterStakeBean kwSTB, KeyWriterStatusBean kwSB)Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type StakeBean Modifier and Type Method Description static StringTkmTextUtils. prettyPrintStakeBean(StakeBean stb, String header)voidKeyWriterStakeBean. pushStake(String urlAddr, StakeBean sb)booleanKeyWriterStakeBean. writeHexStake(String hexAddr, StakeBean stb)add if STB is not present overwrite if present FAIL if address is not part of this setbooleanKeyWriterStakeBean. writeURL64Stake(String url64Addr, StakeBean stb)add if STB 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 StakeBean Modifier and Type Method Description static voidTkmKeyWriter. mergeStakeRightToLeft(KeyWriterStakeBean left, ConcurrentSkipListMap<String,StakeBean> right)static voidTkmKeyWriter. overwriteStakeLeftToRight(KeyWriterGlobalStatus orig, ConcurrentSkipListMap<String,StakeBean> retriveStake)protected voidKeyWriterStakeBean. setHexToStakeBean(ConcurrentSkipListMap<String,StakeBean> hexToBalanceBeanSet)static StringTkmTextUtils. toJsonStakeBeanListSet(ConcurrentSkipListSet<StakeBean> listSetStakeBean)static StringTkmTextUtils. toJsonSTB(ConcurrentSkipListMap<String,StakeBean> listMapBalanceBean)
-