Uses of Class
org.rostore.v2.keys.RecordLengths
Packages that use RecordLengths
-
Uses of RecordLengths in org.rostore.v2.keys
Methods in org.rostore.v2.keys that return RecordLengthsModifier and TypeMethodDescriptionKeyBlockEntry.getRecordLengths()A class with length in bytes of key-entry elementsstatic final RecordLengthsRecordLengths.standardRecordLengths(MediaProperties mediaProperties) Initializes the record length with the standardMethods in org.rostore.v2.keys with parameters of type RecordLengthsModifier and TypeMethodDescriptionstatic KeyBlockOperationsKeyBlockOperations.create(BlockAllocator blockAllocator, RecordLengths recordLengths) Creates a new key operations, allocates a new sequence to manage the keys.static KeyBlockOperationsKeyBlockOperations.load(BlockAllocator blockAllocator, long startIndex, RecordLengths recordLengths) Loads the key operationsConstructors in org.rostore.v2.keys with parameters of type RecordLengthsModifierConstructorDescriptionprotectedKeyBlockEntry(FixSizeEntryBlock<KeyBlockEntry> keyBlock, VarSizeBlock varSizeBlock, RecordLengths recordLengths)