Class TkmBackgroundRunnerRewardDistribution
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.threadSafeUtils.TkmBackgroundRunnerRewardDistribution
-
-
Constructor Summary
Constructors Constructor Description TkmBackgroundRunnerRewardDistribution(ConcurrentSkipListMap<Integer,OneThirdRecord> oneThirdRecord, int tEpoch, int tSlot, String tUid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConcurrentSkipListMap<String,ConcurrentSkipListSet<Integer>>
createRD()
void
run()
-
-
-
Constructor Detail
-
TkmBackgroundRunnerRewardDistribution
public TkmBackgroundRunnerRewardDistribution(ConcurrentSkipListMap<Integer,OneThirdRecord> oneThirdRecord, int tEpoch, int tSlot, String tUid)
-
-
Method Detail
-
createRD
public ConcurrentSkipListMap<String,ConcurrentSkipListSet<Integer>> createRD()
-
-