Uses of Class
org.rostore.v2.seq.BlockIndexSequence
-
Uses of BlockIndexSequence in org.rostore.v2.seq
Modifier and TypeMethodDescriptionBlockSequence.getBlockIndexSequence()
Provides the underlying block index sequenceModifier and TypeMethodDescriptionBlockIndexSequences.filter
(Function<BlockIndexSequence, Boolean> filter) <T extends SequenceBlock>
BlockSequence<T> BlockIndexSequences.get
(long startIndex, Function<BlockIndexSequence, BlockSequence<T>> factory) ModifierConstructorDescriptionBlockSequence
(BlockProvider blockProvider, BlockIndexSequence blockIndexSequence, Function<BlockSequence<T>, T> factory, BlockType blockType) Creates block sequence from cached blockIndex sequence