Uses of Class
org.rostore.v2.seq.BlockIndexSequence
Packages that use BlockIndexSequence
-
Uses of BlockIndexSequence in org.rostore.v2.seq
Methods in org.rostore.v2.seq that return BlockIndexSequenceModifier and TypeMethodDescriptionBlockSequence.getBlockIndexSequence()Provides the underlying block index sequenceMethod parameters in org.rostore.v2.seq with type arguments of type BlockIndexSequenceModifier and TypeMethodDescriptionBlockIndexSequences.filter(Function<BlockIndexSequence, Boolean> filter) <T extends SequenceBlock>
BlockSequence<T> BlockIndexSequences.get(long startIndex, Function<BlockIndexSequence, BlockSequence<T>> factory) Constructors in org.rostore.v2.seq with parameters of type BlockIndexSequenceModifierConstructorDescriptionBlockSequence(BlockProvider blockProvider, BlockIndexSequence blockIndexSequence, Function<BlockSequence<T>, T> factory, BlockType blockType) Creates block sequence from cached blockIndex sequence