Uses of Class
com.h2tcoin.takamakachain.utils.threadSafeUtils.KeyWriterBalancesBean
-
Packages that use KeyWriterBalancesBean Package Description com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of KeyWriterBalancesBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return KeyWriterBalancesBean Modifier and Type Method Description KeyWriterBalancesBean
KeyWriterGlobalStatus. getBalance()
static KeyWriterBalancesBean
TkmKeyWriter. getEmptyKWBalanceBean()
static KeyWriterBalancesBean
TkmKeyWriter. getKeyWriterBalanceQueryBean(TransactionBox[] transactions)
starting from an array of transactions the method generates a container with all the addresses involved to efficiently perform the bulk recovery of the financial statements and their subsequent updating.static KeyWriterBalancesBean
TkmKeyWriter. getKeyWriterBalanceQueryBean(ConcurrentSkipListMap<String,TkmRewardBean> blockListPayback)
starting from a list of RB the method generates a container with all the addresses involved to efficiently perform the bulk recovery of the financial statements and their subsequent updating.Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type KeyWriterBalancesBean Modifier and Type Method Description static void
TkmKeyWriter. mergeBalancesRightToLeft(KeyWriterBalancesBean left, KeyWriterBalancesBean right)
Deprecated.non testato!!!static void
TkmKeyWriter. mergeBalancesRightToLeft(KeyWriterBalancesBean left, ConcurrentSkipListMap<String,BalanceBean> right)
Copy the values from right to left.static String
TkmTextUtils. prettyPrintBalanceKW(String header, KeyWriterBalancesBean kwBB)
static void
TkmKeyWriter. putTransactionInBalanceQueryBean(KeyWriterBalancesBean kwbqb, String urlAddr)
static ConcurrentSkipListMap<String,BalanceBean>
TkmKeyWriter. retriveBalances(KeyWriterBalancesBean kwBB, KeyWriterStatusBean kwSB)
this function does not alter balance bean.void
KeyWriterGlobalStatus. setBalance(KeyWriterBalancesBean balance)
static void
TkmKeyWriter. updateBalances(KeyWriterBalancesBean kwBB, KeyWriterStatusBean kwSB)
Copy the values from right to left.
-