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 KeyWriterStakeUndoBean
TkmKeyWriter. getKeyWriterStakeUndoQueryBean(TransactionBox[] transactions, boolean stakeAndStakeUndoOnly)
KeyWriterStakeUndoBean
KeyWriterGlobalStatus. getStakeUndo()
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type KeyWriterStakeUndoBean Modifier and Type Method Description static void
TkmKeyWriter. mergeStakeUndoRightToLeft(KeyWriterStakeUndoBean left, ConcurrentSkipListMap<String,StakeUndoBean> right)
Copy the values from right to left.static String
TkmTextUtils. prettyPrintStakeUndoKW(String header, KeyWriterStakeUndoBean kwBB)
static ConcurrentSkipListMap<String,StakeUndoBean>
TkmStakeUndoKeyWriter. retriveStakeUndo(KeyWriterStakeUndoBean kwSU, KeyWriterStatusBean kwSB)
this function does not alter StakeUndoBean.void
KeyWriterGlobalStatus. setStakeUndo(KeyWriterStakeUndoBean stakeUndo)
static void
TkmStakeUndoKeyWriter. updateStakeUndo(KeyWriterStakeUndoBean kwSU, KeyWriterStatusBean kwSB)
-