All Methods Static Methods Concrete Methods
Modifier and Type |
Method |
Description |
static TransactionBox[] |
filterNodeTransactions(TransactionBox[] transactions) |
|
static KeyWriterGlobalStatus |
getEmptyGlobalStatus(int epoch,
int slot,
String uid,
long slotTime) |
|
static KeyWriterStatusBean |
getKWSB(KeyWriterSerializableStatusBean kwSSB) |
convert system status to serializable form
|
static ConcurrentSkipListMap<String,Path> |
getRequiredBuckets(KeyWriterStatusBean kwSB,
ConcurrentSkipListMap<String,String> hexToUrl64) |
|
static ConcurrentSkipListMap<String,AcceptedBetByHolderBean> |
getRequiredValuesAcceptedBets(ConcurrentSkipListMap<String,Path> recoveryPathByBuckets,
ConcurrentSkipListMap<String,String> hexToUrl64) |
|
static ConcurrentSkipListMap<String,StakeBean> |
getRequiredValuesStake(ConcurrentSkipListMap<String,Path> recoveryPathByBuckets,
ConcurrentSkipListMap<String,String> hexToUrl64) |
|
static KeyWriterSerializableStatusBean |
getSerializableKWSB(KeyWriterStatusBean kwSB) |
get the serializzable version of the key status writer
|
static KeyWriterGlobalStatus |
initKeyWriterGlobalStatus(TransactionBox[] transactions,
int epoch,
int slot,
String uid,
long slotTime) |
|
static void |
loadIncludedTransactions(KeyWriterGlobalStatus kwGS) |
|
static KeyWriterGlobalStatus |
loadKeyWriterGlobalStatus(int sbEpoch,
int sbSlot,
String sbUid,
long sbSlotTime) |
|
static KeyWriterGlobalStatus |
loadKeyWriterGlobalStatus(TransactionBox[] tb,
int epoch,
int slot,
String databaseUIDD,
long slotTime) |
|
static KeyWriterStatusBean |
nextBalanceStatusBean(int epoch,
int slot,
String uid,
KeyWriterStatusBean oldKwSB) |
|
static KeyWriterStatusBean |
readStatusBeanFromFile(int epoch,
int slot,
String uid,
FixedParameters.HexKeyWriter type) |
read path file from disk
|
static KeyWriterStatusBean |
readStatusBeanFromFile(int epoch,
int slot,
String uid,
FixedParameters.HexKeyWriter type,
int newEpoch,
int newSlot,
String newUid) |
|
static void |
saveIncludedTransactions(KeyWriterGlobalStatus kwGS) |
|
static void |
saveStatusBeanToFile(KeyWriterStatusBean kwSB) |
save passed status file to disk in json form
|