Uses of Class
org.apache.cassandra.io.sstable.format.SSTableReader.PartitionPositionBounds
Packages that use SSTableReader.PartitionPositionBounds
Package
Description
File transfer
-
Uses of SSTableReader.PartitionPositionBounds in org.apache.cassandra.db.streaming
Fields in org.apache.cassandra.db.streaming with type parameters of type SSTableReader.PartitionPositionBoundsModifier and TypeFieldDescriptionCassandraStreamHeader.sectionsprotected final Collection<SSTableReader.PartitionPositionBounds>CassandraStreamReader.sectionsprotected final Collection<SSTableReader.PartitionPositionBounds>CassandraStreamWriter.sectionsMethod parameters in org.apache.cassandra.db.streaming with type arguments of type SSTableReader.PartitionPositionBoundsModifier and TypeMethodDescriptionbooleanCassandraOutgoingFile.contained(List<SSTableReader.PartitionPositionBounds> sections, SSTableReader sstable) CassandraStreamHeader.Builder.withSections(List<SSTableReader.PartitionPositionBounds> sections) Constructor parameters in org.apache.cassandra.db.streaming with type arguments of type SSTableReader.PartitionPositionBoundsModifierConstructorDescriptionCassandraOutgoingFile(StreamOperation operation, Ref<SSTableReader> ref, List<SSTableReader.PartitionPositionBounds> sections, List<Range<Token>> normalizedRanges, long estimatedKeys) -
Uses of SSTableReader.PartitionPositionBounds in org.apache.cassandra.io.compress
Method parameters in org.apache.cassandra.io.compress with type arguments of type SSTableReader.PartitionPositionBoundsModifier and TypeMethodDescriptionCompressionMetadata.getChunksForSections(Collection<SSTableReader.PartitionPositionBounds> sections) longCompressionMetadata.getTotalSizeForSections(Collection<SSTableReader.PartitionPositionBounds> sections) -
Uses of SSTableReader.PartitionPositionBounds in org.apache.cassandra.io.sstable.format
Methods in org.apache.cassandra.io.sstable.format that return SSTableReader.PartitionPositionBoundsModifier and TypeMethodDescriptionSSTableReader.getPositionsForBounds(AbstractBounds<PartitionPosition> bounds) Determine the data positions in this SSTable that cover the given bounds.SSTableReader.getPositionsForFullRange()Return an [offset,end) pair that covers the whole file.Methods in org.apache.cassandra.io.sstable.format that return types with arguments of type SSTableReader.PartitionPositionBoundsModifier and TypeMethodDescriptionSSTableReader.getPositionsForBoundsIterator(Iterator<AbstractBounds<PartitionPosition>> boundsList) Get a list of data positions in this SSTable that correspond to the given list of bounds.SSTableReader.getPositionsForRanges(Collection<Range<Token>> ranges) Determine the minimal set of sections that can be extracted from this SSTable to cover the given ranges.Method parameters in org.apache.cassandra.io.sstable.format with type arguments of type SSTableReader.PartitionPositionBoundsModifier and TypeMethodDescriptionlongSSTableReader.onDiskSizeForPartitionPositions(Collection<SSTableReader.PartitionPositionBounds> positionBounds) Calculate a total on-disk (compressed) size for the given partition positions.Constructor parameters in org.apache.cassandra.io.sstable.format with type arguments of type SSTableReader.PartitionPositionBoundsModifierConstructorDescriptionSSTableSimpleScanner(SSTableReader sstable, Collection<SSTableReader.PartitionPositionBounds> boundsList)