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.HexKeyWriterFixedParameters.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 PathFileHelper. getKeyWriterBucketDirectory(int epoch, int slot, String uid, FixedParameters.HexKeyWriter hkw)return the bucket directorystatic PathFileHelper. 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.HexKeyWriterKeyWriterSerializableStatusBean. typeOfTransactionsMethods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return FixedParameters.HexKeyWriter Modifier and Type Method Description FixedParameters.HexKeyWriterKeyWriterStatusBean. getTypeOfTransactions()Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type FixedParameters.HexKeyWriter Modifier and Type Method Description static KeyWriterStatusBeanTkmKeyWriter. createStatusBean(FixedParameters.HexKeyWriter type, int epoch, int slot, String uid)static KeyWriterStatusBeanKeyWriterStatusUtility. readStatusBeanFromFile(int epoch, int slot, String uid, FixedParameters.HexKeyWriter type)read path file from diskstatic KeyWriterStatusBeanKeyWriterStatusUtility. readStatusBeanFromFile(int epoch, int slot, String uid, FixedParameters.HexKeyWriter type, int newEpoch, int newSlot, String newUid)static KeyWriterStatusBeanTkmNodeManager. readStatusBeanFromFile(int epoch, int slot, String uid, FixedParameters.HexKeyWriter type)read path file from diskprotected voidKeyWriterStatusBean. setTypeOfTransactions(FixedParameters.HexKeyWriter typeOfTransactions)
-