Uses of Class
one.microstream.storage.types.StorageTransactionsEntryType
Package | Description |
---|---|
one.microstream.storage.types |
-
Uses of StorageTransactionsEntryType in one.microstream.storage.types
Methods in one.microstream.storage.types that return StorageTransactionsEntryType Modifier and Type Method Description static StorageTransactionsEntryType
StorageTransactionsEntryType. fromCode(byte code)
static StorageTransactionsEntryType
StorageTransactionsAnalysis.Logic. mapEntryType(byte entryTypeKey)
static StorageTransactionsEntryType
StorageTransactionsAnalysis.Logic. resolveEntryType(long address)
StorageTransactionsEntryType
StorageTransactionsEntries.Entry.Default. type()
StorageTransactionsEntryType
StorageTransactionsEntries.Entry. type()
static StorageTransactionsEntryType
StorageTransactionsEntryType. valueOf(String name)
Returns the enum constant of this type with the specified name.static StorageTransactionsEntryType[]
StorageTransactionsEntryType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in one.microstream.storage.types with parameters of type StorageTransactionsEntryType Modifier and Type Method Description static StorageTransactionsEntries.Entry
StorageTransactionsEntries.Entry. New(StorageTransactionsEntryType type, long timestamp, long fileLength, long targetFileNumber, Long sourceFileNumber, Long specialOffset)