Uses of Class
org.apache.cassandra.io.sstable.format.bti.PartitionIndex
Packages that use PartitionIndex
-
Uses of PartitionIndex in org.apache.cassandra.io.sstable.format.bti
Methods in org.apache.cassandra.io.sstable.format.bti that return PartitionIndexModifier and TypeMethodDescriptionBtiTableReader.Builder.getPartitionIndex()static PartitionIndexPartitionIndex.load(FileHandle.Builder fhBuilder, IPartitioner partitioner, boolean preload) static PartitionIndexPartitionIndex.load(FileHandle fh, IPartitioner partitioner, boolean preload) PartitionIndex.sharedCopy()Methods in org.apache.cassandra.io.sstable.format.bti with parameters of type PartitionIndexModifier and TypeMethodDescriptionBtiTableReader.Builder.setPartitionIndex(PartitionIndex partitionIndex) Method parameters in org.apache.cassandra.io.sstable.format.bti with type arguments of type PartitionIndexModifier and TypeMethodDescriptionbooleanBtiTableWriter.IndexWriter.buildPartial(long dataPosition, Consumer<PartitionIndex> callWhenReady) Constructors in org.apache.cassandra.io.sstable.format.bti with parameters of type PartitionIndexModifierConstructorDescriptionIndexPosIterator(PartitionIndex index) protectedprotectedReader(PartitionIndex index)