Uses of Class
com.h2tcoin.takamakachain.state.MainRecordBeanInternal
-
Packages that use MainRecordBeanInternal Package Description com.h2tcoin.takamakachain.state -
-
Uses of MainRecordBeanInternal in com.h2tcoin.takamakachain.state
Methods in com.h2tcoin.takamakachain.state that return MainRecordBeanInternal Modifier and Type Method Description static MainRecordBeanInternal
TkmStateHelper. getNewMainRecordBeanInternal(String mainUrl64Addr)
Methods in com.h2tcoin.takamakachain.state that return types with arguments of type MainRecordBeanInternal Modifier and Type Method Description ConcurrentSkipListMap<String,MainRecordBeanInternal>
MainRecordBean. getUrlMainRecords()
Method parameters in com.h2tcoin.takamakachain.state with type arguments of type MainRecordBeanInternal Modifier and Type Method Description void
MainRecordBean. setUrlMainRecords(ConcurrentSkipListMap<String,MainRecordBeanInternal> urlMainRecords)
Constructor parameters in com.h2tcoin.takamakachain.state with type arguments of type MainRecordBeanInternal Constructor Description MainRecordBean(int epoch, int slot, String uid, ConcurrentSkipListMap<String,MainRecordBeanInternal> hexMainRecords, ConcurrentSkipListMap<String,OverflowBlockCounterBean> hexOverflowCounter)
-