Class KeyWriterHolderFrozenFeeBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.threadSafeUtils.KeyWriterHolderFrozenFeeBean
-
public class KeyWriterHolderFrozenFeeBean extends Object
- Author:
- Giovanni Antino
-
-
Constructor Summary
Constructors Constructor Description KeyWriterHolderFrozenFeeBean()
-
Method Summary
-
-
-
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)
-
setHexToStakeBeanMap
protected void setHexToStakeBeanMap(ConcurrentSkipListMap<String,HolderFrozenFeeBean> hexToFrozenBeanSet)
-
getStakeBeanByHex
public HolderFrozenFeeBean getStakeBeanByHex(String hexAddr)
-
getStakeBeanByURL64
public HolderFrozenFeeBean getStakeBeanByURL64(String urlAddr)
-
getHexToFrozenBeanMap
public ConcurrentSkipListMap<String,HolderFrozenFeeBean> getHexToFrozenBeanMap()
-
writeHexFrozen
public boolean writeHexFrozen(String hexAddr, HolderFrozenFeeBean hffb)
add if STB is not present overwrite if present FAIL if address is not part of this set- Parameters:
hexAddr
-hffb
-- Returns:
-
writeURL64Frozen
public boolean writeURL64Frozen(String url64Addr, HolderFrozenFeeBean hffb)
add if STB is not present overwrite if present FAIL if address is not part of this set- Parameters:
url64Addr
-hffb
-- Returns:
-
-