Uses of Class
com.h2tcoin.takamakachain.globalContext.FixedParameters.HexKeyWriter
-
Packages that use FixedParameters.HexKeyWriter Package Description com.h2tcoin.takamakachain.globalContext com.h2tcoin.takamakachain.utils com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of FixedParameters.HexKeyWriter in com.h2tcoin.takamakachain.globalContext
Methods in com.h2tcoin.takamakachain.globalContext that return FixedParameters.HexKeyWriter Modifier and Type Method Description static FixedParameters.HexKeyWriter
FixedParameters.HexKeyWriter. valueOf(String name)
Returns the enum constant of this type with the specified name.static FixedParameters.HexKeyWriter[]
FixedParameters.HexKeyWriter. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FixedParameters.HexKeyWriter in com.h2tcoin.takamakachain.utils
Methods in com.h2tcoin.takamakachain.utils with parameters of type FixedParameters.HexKeyWriter Modifier and Type Method Description static Path
FileHelper. getKeyWriterBucketDirectory(int epoch, int slot, String uid, FixedParameters.HexKeyWriter hkw)
return the bucket directorystatic Path
FileHelper. initKeyHexWriterDirectoryTree(int epoch, int slot, String uid, FixedParameters.HexKeyWriter hkw)
-
Uses of FixedParameters.HexKeyWriter in com.h2tcoin.takamakachain.utils.threadSafeUtils
Fields in com.h2tcoin.takamakachain.utils.threadSafeUtils declared as FixedParameters.HexKeyWriter Modifier and Type Field Description protected FixedParameters.HexKeyWriter
KeyWriterSerializableStatusBean. typeOfTransactions
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return FixedParameters.HexKeyWriter Modifier and Type Method Description FixedParameters.HexKeyWriter
KeyWriterStatusBean. getTypeOfTransactions()
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type FixedParameters.HexKeyWriter Modifier and Type Method Description static KeyWriterStatusBean
TkmKeyWriter. createStatusBean(FixedParameters.HexKeyWriter type, int epoch, int slot, String uid)
static KeyWriterStatusBean
KeyWriterStatusUtility. readStatusBeanFromFile(int epoch, int slot, String uid, FixedParameters.HexKeyWriter type)
read path file from diskstatic KeyWriterStatusBean
KeyWriterStatusUtility. readStatusBeanFromFile(int epoch, int slot, String uid, FixedParameters.HexKeyWriter type, int newEpoch, int newSlot, String newUid)
static KeyWriterStatusBean
TkmNodeManager. readStatusBeanFromFile(int epoch, int slot, String uid, FixedParameters.HexKeyWriter type)
read path file from diskprotected void
KeyWriterStatusBean. setTypeOfTransactions(FixedParameters.HexKeyWriter typeOfTransactions)
-