Uses of Class
com.h2tcoin.takamakachain.utils.threadSafeUtils.KeyWriterNodeManagerBean
-
Packages that use KeyWriterNodeManagerBean Package Description com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of KeyWriterNodeManagerBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return KeyWriterNodeManagerBean Modifier and Type Method Description static KeyWriterNodeManagerBean
TkmNodeManager. getKeyWriterNodeManagerQueryBean(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.KeyWriterNodeManagerBean
KeyWriterGlobalStatus. getNodeManager()
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type KeyWriterNodeManagerBean Modifier and Type Method Description static void
TkmKeyWriter. mergeNodeManagerRightToLeft(KeyWriterNodeManagerBean left, ConcurrentSkipListMap<String,NodeManagerBean> right)
static ConcurrentSkipListMap<String,NodeManagerBean>
TkmNodeManager. retriveNodeLinks(KeyWriterNodeManagerBean nwB, KeyWriterStatusBean kwSB)
this function does not alter bean.void
KeyWriterGlobalStatus. setNodeManager(KeyWriterNodeManagerBean nodeManager)
-