Uses of Class
com.h2tcoin.takamakachain.state.MainRecordBean
-
Packages that use MainRecordBean Package Description com.h2tcoin.takamakachain.state com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of MainRecordBean in com.h2tcoin.takamakachain.state
Methods in com.h2tcoin.takamakachain.state that return MainRecordBean Modifier and Type Method Description static MainRecordBean
TkmStateHelper. getNewMainRecordBean(int epoch, int slot, String uid)
Methods in com.h2tcoin.takamakachain.state that return types with arguments of type MainRecordBean Modifier and Type Method Description static ConcurrentSkipListMap<Integer,MainRecordBean>
TkmStateHelper. deepCopyOperationalState(ConcurrentSkipListMap<Integer,MainRecordBean> listOfMainRecordBean)
static ConcurrentSkipListMap<Integer,MainRecordBean>
TkmStateHelper. getNewOneThirdReference(int epoch, int slot, String uid)
protected ConcurrentSkipListMap<Integer,MainRecordBean>
ChainStateBean. getOperationalRecord()
key = epoch, value = MainRecordBeanConcurrentSkipListMap<Integer,MainRecordBean>
TkmCSBS. getOperationalRecord()
Method parameters in com.h2tcoin.takamakachain.state with type arguments of type MainRecordBean Modifier and Type Method Description static ConcurrentSkipListMap<Integer,MainRecordBean>
TkmStateHelper. deepCopyOperationalState(ConcurrentSkipListMap<Integer,MainRecordBean> listOfMainRecordBean)
protected void
ChainStateBean. setOperationalRecord(ConcurrentSkipListMap<Integer,MainRecordBean> operationalRecord)
void
TkmCSBS. setOperationalRecord(ConcurrentSkipListMap<Integer,MainRecordBean> operationalRecord)
-
Uses of MainRecordBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return types with arguments of type MainRecordBean Modifier and Type Method Description static ConcurrentSkipListMap<Integer,MainRecordBean>
TkmTextUtils. getListMainRecordBeanFromJson(String jsonString)
Method parameters in com.h2tcoin.takamakachain.utils.threadSafeUtils with type arguments of type MainRecordBean Modifier and Type Method Description static String
TkmTextUtils. toJsonMainRecordBeanList(ConcurrentSkipListMap<Integer,MainRecordBean> listOfMainRecordBeans)
-