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 KeyWriterNodeManagerBeanTkmNodeManager. 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.KeyWriterNodeManagerBeanKeyWriterGlobalStatus. getNodeManager()Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type KeyWriterNodeManagerBean Modifier and Type Method Description static voidTkmKeyWriter. mergeNodeManagerRightToLeft(KeyWriterNodeManagerBean left, ConcurrentSkipListMap<String,NodeManagerBean> right)static ConcurrentSkipListMap<String,NodeManagerBean>TkmNodeManager. retriveNodeLinks(KeyWriterNodeManagerBean nwB, KeyWriterStatusBean kwSB)this function does not alter bean.voidKeyWriterGlobalStatus. setNodeManager(KeyWriterNodeManagerBean nodeManager) 
 -