Class KeyWriterGlobalStatus
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.threadSafeUtils.KeyWriterGlobalStatus
-
public class KeyWriterGlobalStatus extends Object
- Author:
- Giovanni Antino
-
-
Constructor Summary
Constructors Constructor Description KeyWriterGlobalStatus()
-
Method Summary
-
-
-
Method Detail
-
getStatusBlocks
public KeyWriterStatusBean getStatusBlocks()
-
setStatusBlocks
public void setStatusBlocks(KeyWriterStatusBean statusBlocks)
-
getBlocks
public KeyWriterBlocksBean getBlocks()
-
setBlocks
public void setBlocks(KeyWriterBlocksBean blocks)
-
getStatusAcceptedBetBH
public KeyWriterStatusBean getStatusAcceptedBetBH()
-
setStatusAcceptedBetBH
public void setStatusAcceptedBetBH(KeyWriterStatusBean statusAcceptedBetBH)
-
getAcceptedBetBH
public KeyWriterAcceptedBetByHolderBean getAcceptedBetBH()
-
setAcceptedBetBH
public void setAcceptedBetBH(KeyWriterAcceptedBetByHolderBean acceptedBetBH)
-
getStatusOverTheLimit
public KeyWriterStatusBean getStatusOverTheLimit()
-
setStatusOverTheLimit
public void setStatusOverTheLimit(KeyWriterStatusBean statusOverTheLimit)
-
getOverTheLimit
public KeyWriterBalancesOverTheLimitBean getOverTheLimit()
-
setOverTheLimit
public void setOverTheLimit(KeyWriterBalancesOverTheLimitBean overTheLimit)
-
getSlotTime
public long getSlotTime()
-
setSlotTime
public void setSlotTime(long slotTime)
-
getIncludedTB
public IncludedTransactionBean getIncludedTB()
-
setIncludedTB
protected void setIncludedTB(IncludedTransactionBean includedTB)
-
setIncludedTB
public void setIncludedTB()
-
getStatusStake
public KeyWriterStatusBean getStatusStake()
-
setStatusStake
public void setStatusStake(KeyWriterStatusBean statusStake)
-
getStake
public KeyWriterStakeBean getStake()
-
setStake
public void setStake(KeyWriterStakeBean stake)
-
getCurrentEpoch
public int getCurrentEpoch()
-
setCurrentEpoch
public void setCurrentEpoch(int currentEpoch)
-
getCurrentSlot
public int getCurrentSlot()
-
setCurrentSlot
public void setCurrentSlot(int currentSlot)
-
getCurrentBlockHash
public String getCurrentBlockHash()
-
setCurrentBlockHash
public void setCurrentBlockHash(String currentBlockHash)
-
getCurrentUID
public String getCurrentUID()
-
setCurrentUID
public void setCurrentUID(String currentUID)
-
getPreviousEpoch
public int getPreviousEpoch()
-
setPreviousEpoch
public void setPreviousEpoch(int previousEpoch)
-
getPreviousSlot
public int getPreviousSlot()
-
setPreviousSlot
public void setPreviousSlot(int previousSlot)
-
getPreviousBlockHash
public String getPreviousBlockHash()
-
setPreviousBlockHash
public void setPreviousBlockHash(String previousBlockHash)
-
getPreviousUID
public String getPreviousUID()
-
setPreviousUID
public void setPreviousUID(String previousUID)
-
getReward
public RewardBean getReward()
-
setReward
public void setReward(RewardBean reward)
-
getTransactionValidity
public ConcurrentSkipListMap<String,TkmValidityBean> getTransactionValidity()
- Returns:
- (SITH, VALIDITY BEAN)
-
setTransactionValidity
public void setTransactionValidity(ConcurrentSkipListMap<String,TkmValidityBean> transactionValidity)
-
getStatusBalance
public KeyWriterStatusBean getStatusBalance()
-
setStatusBalance
public void setStatusBalance(KeyWriterStatusBean statusBalance)
-
getStatusNodeManager
public KeyWriterStatusBean getStatusNodeManager()
-
setStatusNodeManager
public void setStatusNodeManager(KeyWriterStatusBean statusNodeManager)
-
getNodeManager
public KeyWriterNodeManagerBean getNodeManager()
-
setNodeManager
public void setNodeManager(KeyWriterNodeManagerBean nodeManager)
-
getStatusStakeUndo
public KeyWriterStatusBean getStatusStakeUndo()
-
setStatusStakeUndo
public void setStatusStakeUndo(KeyWriterStatusBean statusStakeUndo)
-
getBalance
public KeyWriterBalancesBean getBalance()
-
setBalance
public void setBalance(KeyWriterBalancesBean balance)
-
getStakeUndo
public KeyWriterStakeUndoBean getStakeUndo()
-
setStakeUndo
public void setStakeUndo(KeyWriterStakeUndoBean stakeUndo)
-
getStatusTRB
public KeyWriterStatusBean getStatusTRB()
-
setStatusTRB
public void setStatusTRB(KeyWriterStatusBean statusTRB)
-
-