Uses of Class
org.rostore.v2.keys.RecordLengths
-
Uses of RecordLengths in org.rostore.v2.keys
Modifier and TypeMethodDescriptionKeyBlockEntry.getRecordLengths()
A class with length in bytes of key-entry elementsstatic final RecordLengths
RecordLengths.standardRecordLengths
(MediaProperties mediaProperties) Initializes the record length with the standardModifier and TypeMethodDescriptionstatic KeyBlockOperations
KeyBlockOperations.create
(BlockAllocator blockAllocator, RecordLengths recordLengths) Creates a new key operations, allocates a new sequence to manage the keys.static KeyBlockOperations
KeyBlockOperations.load
(BlockAllocator blockAllocator, long startIndex, RecordLengths recordLengths) Loads the key operationsModifierConstructorDescriptionprotected
KeyBlockEntry
(FixSizeEntryBlock<KeyBlockEntry> keyBlock, VarSizeBlock varSizeBlock, RecordLengths recordLengths)