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 class
StakeDataBean
Constructors 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 StakeBean
TkmStakeBeanHelper. getEmptyStakeBean(String holderAddrURL64)
Methods in com.h2tcoin.takamakachain.transactions with parameters of type StakeBean Modifier and Type Method Description static boolean
TkmStakeBeanHelper. compareStakeBean(StakeBean source, StakeBean dest)
TODO testint
StakeBean. compareTo(StakeBean o)
static void
TkmStakeBeanHelper. mergeStakeBeanRightToLeft(StakeBean left, StakeBean right)
static void
TkmStakeBeanHelper. 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 StakeBean
KeyWriterStakeBean. getStakeBeanByHex(String hexAddr)
StakeBean
KeyWriterStakeBean. 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 String
TkmTextUtils. prettyPrintStakeBean(StakeBean stb, String header)
void
KeyWriterStakeBean. pushStake(String urlAddr, StakeBean sb)
boolean
KeyWriterStakeBean. writeHexStake(String hexAddr, StakeBean stb)
add if STB is not present overwrite if present FAIL if address is not part of this setboolean
KeyWriterStakeBean. 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 void
TkmKeyWriter. mergeStakeRightToLeft(KeyWriterStakeBean left, ConcurrentSkipListMap<String,StakeBean> right)
static void
TkmKeyWriter. overwriteStakeLeftToRight(KeyWriterGlobalStatus orig, ConcurrentSkipListMap<String,StakeBean> retriveStake)
protected void
KeyWriterStakeBean. setHexToStakeBean(ConcurrentSkipListMap<String,StakeBean> hexToBalanceBeanSet)
static String
TkmTextUtils. toJsonStakeBeanListSet(ConcurrentSkipListSet<StakeBean> listSetStakeBean)
static String
TkmTextUtils. toJsonSTB(ConcurrentSkipListMap<String,StakeBean> listMapBalanceBean)
-