Uses of Class
com.h2tcoin.takamakachain.state.OverflowBlockCounterBean
-
Packages that use OverflowBlockCounterBean Package Description com.h2tcoin.takamakachain.state -
-
Uses of OverflowBlockCounterBean in com.h2tcoin.takamakachain.state
Methods in com.h2tcoin.takamakachain.state that return OverflowBlockCounterBean Modifier and Type Method Description static OverflowBlockCounterBean
TkmStateHelper. getNewOverflowBlockCounterBean(String overflowUrl64Addr, String mainUrl64Addr)
Methods in com.h2tcoin.takamakachain.state that return types with arguments of type OverflowBlockCounterBean Modifier and Type Method Description ConcurrentSkipListMap<String,OverflowBlockCounterBean>
MainRecordBean. getUrlOverflowCounter()
Method parameters in com.h2tcoin.takamakachain.state with type arguments of type OverflowBlockCounterBean Modifier and Type Method Description void
MainRecordBean. setUrlOverflowCounter(ConcurrentSkipListMap<String,OverflowBlockCounterBean> urlOverflowCounter)
-