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 ESBean
TkmNode. 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 ESBean
BlockSortedQueueBroadcast. getTopBoxESBean()
Methods in com.h2tcoin.takamakachain.block.utils with parameters of type ESBean Modifier and Type Method Description void
BlockSortedQueueBroadcast. 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 void
TkmCSBS. goToNextStatus(ESBean esb, boolean skip)
void
TkmCSBS. 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 ESBean
TkmTimeUtils. getCurrent()
static ESBean
TkmTimeUtils. getCurrent(long worldInitTime)
static ESBean
TkmTimeUtils. getESByTime(long worldInitTime, long targetTime)
static ESBean
TkmTimeUtils. subtract(ESBean esb, int slots)
static ESBean
TkmTimeUtils. sum(ESBean esb, int slots)
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type ESBean Modifier and Type Method Description static long
TkmTimeUtils. getBlockTime(long worldInitTime, ESBean esb)
static boolean
TkmTimeUtils. inRange(ESBean base, ESBean param, int range)
static ESBean
TkmTimeUtils. subtract(ESBean esb, int slots)
static ESBean
TkmTimeUtils. sum(ESBean esb, int slots)
-