Uses of Class
com.h2tcoin.takamakachain.state.OneThirdRecord
-
Packages that use OneThirdRecord Package Description com.h2tcoin.takamakachain.state com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of OneThirdRecord in com.h2tcoin.takamakachain.state
Methods in com.h2tcoin.takamakachain.state that return OneThirdRecord Modifier and Type Method Description static OneThirdRecord
TkmStateHelper. deepCopyOneThirdRecord(OneThirdRecord oldOtr)
static OneThirdRecord
TkmStateHelper. getNewOneThirdRecord(int epoch, int slot, String uid, String epochSeed)
Methods in com.h2tcoin.takamakachain.state that return types with arguments of type OneThirdRecord Modifier and Type Method Description static ConcurrentSkipListMap<Integer,OneThirdRecord>
TkmStateHelper. deepCopyOneThirdRecordMap(ConcurrentSkipListMap<Integer,OneThirdRecord> oldOtrm)
static ConcurrentSkipListMap<Integer,OneThirdRecord>
TkmStateHelper. getNewOneThirdRecordMap(int epoch, int slot, String uid, String epochSeed)
ConcurrentSkipListMap<Integer,OneThirdRecord>
TkmCSBS. getOneThirdRecord()
ConcurrentSkipListMap<Integer,OneThirdRecord>
ChainStateBean. getOneThirdRecordMap()
Methods in com.h2tcoin.takamakachain.state with parameters of type OneThirdRecord Modifier and Type Method Description static OneThirdRecord
TkmStateHelper. deepCopyOneThirdRecord(OneThirdRecord oldOtr)
Method parameters in com.h2tcoin.takamakachain.state with type arguments of type OneThirdRecord Modifier and Type Method Description static ConcurrentSkipListMap<Integer,OneThirdRecord>
TkmStateHelper. deepCopyOneThirdRecordMap(ConcurrentSkipListMap<Integer,OneThirdRecord> oldOtrm)
void
ChainStateBean. setOneThirdRecordMap(ConcurrentSkipListMap<Integer,OneThirdRecord> oneThirdRecordMap)
-
Uses of OneThirdRecord in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return OneThirdRecord Modifier and Type Method Description static OneThirdRecord
TkmTextUtils. getOneThirdRecordFromJson(String jsonString)
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return types with arguments of type OneThirdRecord Modifier and Type Method Description static ConcurrentSkipListMap<Integer,OneThirdRecord>
TkmTextUtils. getListOneThirdRecordBeanFromJson(String jsonString)
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type OneThirdRecord Modifier and Type Method Description static String
TkmTextUtils. toJson(OneThirdRecord otr)
Method parameters in com.h2tcoin.takamakachain.utils.threadSafeUtils with type arguments of type OneThirdRecord Modifier and Type Method Description static String
TkmTextUtils. toJsonOneThirdRecordList(ConcurrentSkipListMap<Integer,OneThirdRecord> listOneThirdEpoch)
Constructor parameters in com.h2tcoin.takamakachain.utils.threadSafeUtils with type arguments of type OneThirdRecord Constructor Description TkmBackgroundRunnerRewardDistribution(ConcurrentSkipListMap<Integer,OneThirdRecord> oneThirdRecord, int tEpoch, int tSlot, String tUid)
-