Class KeyWriterStatusBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.threadSafeUtils.KeyWriterStatusBean
-
public class KeyWriterStatusBean extends Object
this bean was created to track the evolution of the key writer status- Author:
- giovanni.antino@h2tcoin.com
-
-
Constructor Summary
Constructors Constructor Description KeyWriterStatusBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Map<String,Path>
getArchivePathMap()
int
getEpoch()
int
getSlot()
FixedParameters.HexKeyWriter
getTypeOfTransactions()
String
getUid()
int
hashCode()
protected void
setArchivePathMap(Map<String,Path> archivePathMap)
protected void
setEpoch(int epoch)
protected void
setSlot(int slot)
protected void
setTypeOfTransactions(FixedParameters.HexKeyWriter typeOfTransactions)
protected void
setUid(String uid)
-
-
-
Method Detail
-
getTypeOfTransactions
public FixedParameters.HexKeyWriter getTypeOfTransactions()
-
setTypeOfTransactions
protected void setTypeOfTransactions(FixedParameters.HexKeyWriter typeOfTransactions)
-
getEpoch
public int getEpoch()
-
setEpoch
protected void setEpoch(int epoch)
-
getSlot
public int getSlot()
-
setSlot
protected void setSlot(int slot)
-
getUid
public String getUid()
-
setUid
protected void setUid(String uid)
-
-