Uses of Class
com.h2tcoin.takamakachain.utils.threadSafeUtils.KeyWriterStakeUndoBean
-
Packages that use KeyWriterStakeUndoBean Package Description com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of KeyWriterStakeUndoBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return KeyWriterStakeUndoBean Modifier and Type Method Description static KeyWriterStakeUndoBeanTkmKeyWriter. getKeyWriterStakeUndoQueryBean(TransactionBox[] transactions, boolean stakeAndStakeUndoOnly)KeyWriterStakeUndoBeanKeyWriterGlobalStatus. getStakeUndo()Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type KeyWriterStakeUndoBean Modifier and Type Method Description static voidTkmKeyWriter. mergeStakeUndoRightToLeft(KeyWriterStakeUndoBean left, ConcurrentSkipListMap<String,StakeUndoBean> right)Copy the values from right to left.static StringTkmTextUtils. prettyPrintStakeUndoKW(String header, KeyWriterStakeUndoBean kwBB)static ConcurrentSkipListMap<String,StakeUndoBean>TkmStakeUndoKeyWriter. retriveStakeUndo(KeyWriterStakeUndoBean kwSU, KeyWriterStatusBean kwSB)this function does not alter StakeUndoBean.voidKeyWriterGlobalStatus. setStakeUndo(KeyWriterStakeUndoBean stakeUndo)static voidTkmStakeUndoKeyWriter. updateStakeUndo(KeyWriterStakeUndoBean kwSU, KeyWriterStatusBean kwSB)
-