Uses of Class
com.h2tcoin.takamakachain.support.ESBean
-
Packages that use ESBean Package Description com.h2tcoin.takamakachain.block com.h2tcoin.takamakachain.block.utils com.h2tcoin.takamakachain.state com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of ESBean in com.h2tcoin.takamakachain.block
Methods in com.h2tcoin.takamakachain.block that return ESBean Modifier and Type Method Description static ESBeanTkmNode. getEpochSlot(String epochSlot)Methods in com.h2tcoin.takamakachain.block with parameters of type ESBean Modifier and Type Method Description ArrayList<TkmProposedKey>TkmNode. getNextProposedKeys(ESBean esb, int currentEpoch, ConcurrentSkipListSet<Integer> currentEpochNodeDistribution, ConcurrentSkipListSet<Integer> nextEpochNodeDistribution) -
Uses of ESBean in com.h2tcoin.takamakachain.block.utils
Methods in com.h2tcoin.takamakachain.block.utils that return ESBean Modifier and Type Method Description ESBeanBlockSortedQueueBroadcast. getTopBoxESBean()Methods in com.h2tcoin.takamakachain.block.utils with parameters of type ESBean Modifier and Type Method Description voidBlockSortedQueueBroadcast. cleanQueue(ESBean current) -
Uses of ESBean in com.h2tcoin.takamakachain.state
Methods in com.h2tcoin.takamakachain.state with parameters of type ESBean Modifier and Type Method Description voidTkmCSBS. goToNextStatus(ESBean esb, boolean skip)voidTkmCSBS. goToNextStatusTest(ESBean esb, boolean skip, Date jumpDate) -
Uses of ESBean in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return ESBean Modifier and Type Method Description static ESBeanTkmTimeUtils. getCurrent()static ESBeanTkmTimeUtils. getCurrent(long worldInitTime)static ESBeanTkmTimeUtils. getESByTime(long worldInitTime, long targetTime)static ESBeanTkmTimeUtils. subtract(ESBean esb, int slots)static ESBeanTkmTimeUtils. sum(ESBean esb, int slots)Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type ESBean Modifier and Type Method Description static longTkmTimeUtils. getBlockTime(long worldInitTime, ESBean esb)static booleanTkmTimeUtils. inRange(ESBean base, ESBean param, int range)static ESBeanTkmTimeUtils. subtract(ESBean esb, int slots)static ESBeanTkmTimeUtils. sum(ESBean esb, int slots)
-