Uses of Class
one.microstream.storage.types.StorageTransactionsEntryType
| Package | Description | 
|---|---|
| one.microstream.storage.types | 
- 
Uses of StorageTransactionsEntryType in one.microstream.storage.typesMethods in one.microstream.storage.types that return StorageTransactionsEntryType Modifier and Type Method Description static StorageTransactionsEntryTypeStorageTransactionsEntryType. fromCode(byte code)static StorageTransactionsEntryTypeStorageTransactionsAnalysis.Logic. mapEntryType(byte entryTypeKey)static StorageTransactionsEntryTypeStorageTransactionsAnalysis.Logic. resolveEntryType(long address)StorageTransactionsEntryTypeStorageTransactionsEntries.Entry.Default. type()StorageTransactionsEntryTypeStorageTransactionsEntries.Entry. type()static StorageTransactionsEntryTypeStorageTransactionsEntryType. 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.EntryStorageTransactionsEntries.Entry. New(StorageTransactionsEntryType type, long timestamp, long fileLength, long targetFileNumber, Long sourceFileNumber, Long specialOffset)