Uses of Class
com.h2tcoin.takamakachain.db.embedded.balance.BalanceBean
- 
Packages that use BalanceBean Package Description com.h2tcoin.takamakachain.db.embedded.balance com.h2tcoin.takamakachain.transactions.fee com.h2tcoin.takamakachain.utils.threadSafeUtils  - 
- 
Uses of BalanceBean in com.h2tcoin.takamakachain.db.embedded.balance
Methods in com.h2tcoin.takamakachain.db.embedded.balance that return BalanceBean Modifier and Type Method Description BalanceBeanBalanceHelper. decodeBalanceBean(String bb)Methods in com.h2tcoin.takamakachain.db.embedded.balance with parameters of type BalanceBean Modifier and Type Method Description intBalanceBean. compareTo(BalanceBean o)StringBalanceHelper. encodeBalanceBeanToGson(BalanceBean bb) - 
Uses of BalanceBean in com.h2tcoin.takamakachain.transactions.fee
Methods in com.h2tcoin.takamakachain.transactions.fee with parameters of type BalanceBean Modifier and Type Method Description static booleanTransactionFeeCalculator. canPayFee(TransactionBox tbox, BalanceBean payer)For transactions that do not move money but have a cost that is assessed based on the structure alone.static RewardBeanTransactionFeeCalculator. getPayBeanAndApplyToBalanceThePay(TransactionBox tbox, BalanceBean payer)This function alters the payer's balance sheet. - 
Uses of BalanceBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return BalanceBean Modifier and Type Method Description BalanceBeanKeyWriterBalancesBean. getBalanceBeanByHex(String hexAddr)BalanceBeanKeyWriterBalancesBean. getBalanceBeanByURL64(String urlAddr)Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return types with arguments of type BalanceBean Modifier and Type Method Description ConcurrentSkipListMap<String,BalanceBean>TkmHexKeyWriter. extractBalances(TransactionBox[] transactions, int epoch, int slot, String uid, Map<String,Path> archivePathMap)Deprecated.ConcurrentSkipListMap<String,BalanceBean>KeyWriterBalancesBean. getHexToBalanceList()static ConcurrentSkipListMap<String,BalanceBean>TkmTextUtils. getListMapBalanceBeanFromJson(String jsonString)static ConcurrentSkipListMap<String,BalanceBean>TkmKeyWriter. retriveBalances(KeyWriterBalancesBean kwBB, KeyWriterStatusBean kwSB)this function does not alter balance bean.Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type BalanceBean Modifier and Type Method Description voidKeyWriterBalancesBean. addTransactionToSet(String urlAddr, BalanceBean bb)static StringTkmTextUtils. prettyPrintBalanceBean(BalanceBean bb)static StringTkmTextUtils. toJson(BalanceBean bb)booleanKeyWriterBalancesBean. writeHexBalance(String hexAddr, BalanceBean bb)add if BB is not present overwrite if present FAIL if address is not part of this setbooleanKeyWriterBalancesBean. writeURL64Balance(String url64Addr, BalanceBean bb)add if BB 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 BalanceBean Modifier and Type Method Description static voidTkmKeyWriter. mergeBalancesRightToLeft(KeyWriterBalancesBean left, ConcurrentSkipListMap<String,BalanceBean> right)Copy the values from right to left.protected voidKeyWriterBalancesBean. setHexToBalanceBean(ConcurrentSkipListMap<String,BalanceBean> hexToBalanceBeanSet)static StringTkmTextUtils. toJsonBB(ConcurrentSkipListMap<String,BalanceBean> listMapBalanceBean)voidTkmHexKeyWriter. updateBalances(ConcurrentSkipListMap<String,BalanceBean> cslBB, boolean keysUpdate)Deprecated. 
 -