Class KeyWriterBlocksBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.threadSafeUtils.KeyWriterBlocksBean
-
- All Implemented Interfaces:
Serializable
public class KeyWriterBlocksBean extends Object implements Serializable
- Author:
- Giovanni Antino
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyWriterBlocksBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addTransactionToSet(String hexAddr, String urlAddr)
BlocksBean
getBlocksBeanByHex(String hexAddr)
ConcurrentSkipListMap<String,String>
getHexToBase64URLMapper()
ConcurrentSkipListMap<String,BlocksBean>
getHexToStakeList()
BlocksBean
getStakeBeanByURL64(String urlAddr)
ConcurrentSkipListMap<String,String>
getUrl64ToHexMapper()
void
pushBlocksBean(BlocksBean bb)
protected void
setHexAddressSetToUrl64(ConcurrentSkipListMap<String,String> hexAddressSetToUrl64)
protected void
setHexToBlocksBean(ConcurrentSkipListMap<String,BlocksBean> hexToBalanceBeanSet)
protected void
setUrl64AddressSetToHex(ConcurrentSkipListMap<String,String> url64AddressSetToHex)
-
-
-
Method Detail
-
getHexToBase64URLMapper
public ConcurrentSkipListMap<String,String> getHexToBase64URLMapper()
-
getUrl64ToHexMapper
public ConcurrentSkipListMap<String,String> getUrl64ToHexMapper()
-
setHexAddressSetToUrl64
protected void setHexAddressSetToUrl64(ConcurrentSkipListMap<String,String> hexAddressSetToUrl64)
-
setUrl64AddressSetToHex
protected void setUrl64AddressSetToHex(ConcurrentSkipListMap<String,String> url64AddressSetToHex)
-
setHexToBlocksBean
protected void setHexToBlocksBean(ConcurrentSkipListMap<String,BlocksBean> hexToBalanceBeanSet)
-
getBlocksBeanByHex
public BlocksBean getBlocksBeanByHex(String hexAddr)
-
getStakeBeanByURL64
public BlocksBean getStakeBeanByURL64(String urlAddr)
-
getHexToStakeList
public ConcurrentSkipListMap<String,BlocksBean> getHexToStakeList()
-
pushBlocksBean
public void pushBlocksBean(BlocksBean bb)
-
-