Uses of Class
com.h2tcoin.takamakachain.db.embedded.node.NodeManagerBean
-
Packages that use NodeManagerBean Package Description com.h2tcoin.takamakachain.db.embedded.node com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of NodeManagerBean in com.h2tcoin.takamakachain.db.embedded.node
Methods in com.h2tcoin.takamakachain.db.embedded.node that return types with arguments of type NodeManagerBean Modifier and Type Method Description static ConcurrentSkipListMap<String,NodeManagerBean>StakeManagement. getKeyListBucket(ConcurrentSkipListSet<String> hexKeys, KeyWriterStatusBean kwSB)return the buckets corresponding to the specified list of keysstatic ConcurrentSkipListMap<String,NodeManagerBean>StakeManagement. getKeyWriterBuckets(KeyWriterStatusBean kwSB)return the all the buckets corresponding to the specified keywriterstatic ConcurrentSkipListMap<String,NodeManagerBean>StakeManagement. getNodeLinks(ConcurrentSkipListSet<AcceptedBetByHolderBean> acceptedBets, KeyWriterStatusBean kwSB)returns the list of linked nodes MAIN/OVERFLOW that have stakes bet on themMethod parameters in com.h2tcoin.takamakachain.db.embedded.node with type arguments of type NodeManagerBean Modifier and Type Method Description static ConcurrentSkipListMap<String,AcceptedBetByTargetBean>StakeManagement. getConsolidatedAcceptedBetsByMain(ConcurrentSkipListMap<String,NodeManagerBean> nodeLinks, ConcurrentSkipListMap<String,BigInteger> nodeStakes, ConcurrentSkipListSet<AcceptedBetByHolderBean> acceptedBets)Returns the main stakes by holder -
Uses of NodeManagerBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return NodeManagerBean Modifier and Type Method Description NodeManagerBeanKeyWriterNodeManagerBean. getNodeManagerBeanByHex(String hexAddr)NodeManagerBeanKeyWriterNodeManagerBean. getNodeManagerBeanByURL64(String urlAddr)Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return types with arguments of type NodeManagerBean Modifier and Type Method Description ConcurrentSkipListMap<String,NodeManagerBean>KeyWriterNodeManagerBean. getHexToNodeManagerBeanMap()static ConcurrentSkipListMap<String,NodeManagerBean>TkmTextUtils. getListMapNodeManagerBeanFromJson(String jsonString)static ConcurrentSkipListMap<String,NodeManagerBean>TkmNodeManager. retriveNodeLinks(KeyWriterNodeManagerBean nwB, KeyWriterStatusBean kwSB)this function does not alter bean.Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type NodeManagerBean Modifier and Type Method Description booleanKeyWriterNodeManagerBean. writeHexNode(String hexAddr, NodeManagerBean nmb)booleanKeyWriterNodeManagerBean. writeURL64Balance(String url64Addr, NodeManagerBean nmb)Method parameters in com.h2tcoin.takamakachain.utils.threadSafeUtils with type arguments of type NodeManagerBean Modifier and Type Method Description static ConcurrentSkipListSet<String>TkmNodeManager. getDiffHexKeyeList(ConcurrentSkipListMap<String,NodeManagerBean> input, ConcurrentSkipListSet<String> diffList)static ConcurrentSkipListSet<String>TkmNodeManager. getLinkedHexKeyes(ConcurrentSkipListMap<String,NodeManagerBean> input)static voidTkmKeyWriter. mergeNodeManagerRightToLeft(KeyWriterNodeManagerBean left, ConcurrentSkipListMap<String,NodeManagerBean> right)static StringTkmTextUtils. nmbToJson(ConcurrentSkipListMap<String,NodeManagerBean> listMapNodeManagerBean)protected voidKeyWriterNodeManagerBean. setHexToNodeManagerBeanMap(ConcurrentSkipListMap<String,NodeManagerBean> hexToNodeManagerBeanMap)
-