Uses of Class
org.rostore.v2.fixsize.FixSizeEntryBlock
Packages that use FixSizeEntryBlock
Package
Description
All operation related to the catalog of blocks
General low-level functionality to read/write block content with entries of fixed size
Low-level operation to read/write key entries
-
Uses of FixSizeEntryBlock in org.rostore.v2.catalog
Constructors in org.rostore.v2.catalog with parameters of type FixSizeEntryBlock -
Uses of FixSizeEntryBlock in org.rostore.v2.fixsize
Methods in org.rostore.v2.fixsize that return FixSizeEntryBlockModifier and TypeMethodDescriptionFixSizeEntry.getFixSizeEntryBlock()Provides the block abstraction this entry is created withConstructors in org.rostore.v2.fixsize with parameters of type FixSizeEntryBlockModifierConstructorDescriptionFixSizeEntry(FixSizeEntryBlock fixSizeEntryBlock) Initializes the entryConstructor parameters in org.rostore.v2.fixsize with type arguments of type FixSizeEntryBlockModifierConstructorDescriptionFixSizeEntryBlock(BlockSequence<FixSizeEntryBlock> sequence, int firstHeaderSize, Function<FixSizeEntryBlock<T>, T> entryFactory, EntrySizeListener newEntryNumberListener) FixSizeEntryBlock(BlockSequence<FixSizeEntryBlock> sequence, int firstHeaderSize, Function<FixSizeEntryBlock<T>, T> entryFactory, EntrySizeListener newEntryNumberListener) -
Uses of FixSizeEntryBlock in org.rostore.v2.keys
Constructors in org.rostore.v2.keys with parameters of type FixSizeEntryBlockModifierConstructorDescriptionprotectedKeyBlockEntry(FixSizeEntryBlock<KeyBlockEntry> keyBlock, VarSizeBlock varSizeBlock, RecordLengths recordLengths)