Uses of Class
org.apache.cassandra.io.sstable.format.SSTableReader.PartitionPositionBounds
-
Packages that use SSTableReader.PartitionPositionBounds Package Description org.apache.cassandra.db.streaming File transferorg.apache.cassandra.io.compress org.apache.cassandra.io.sstable.format -
-
Uses of SSTableReader.PartitionPositionBounds in org.apache.cassandra.db.streaming
Fields in org.apache.cassandra.db.streaming with type parameters of type SSTableReader.PartitionPositionBounds Modifier and Type Field Description java.util.List<SSTableReader.PartitionPositionBounds>CassandraStreamHeader. sectionsprotected java.util.Collection<SSTableReader.PartitionPositionBounds>CassandraStreamReader. sectionsprotected java.util.Collection<SSTableReader.PartitionPositionBounds>CassandraStreamWriter. sectionsMethod parameters in org.apache.cassandra.db.streaming with type arguments of type SSTableReader.PartitionPositionBounds Modifier and Type Method Description booleanCassandraOutgoingFile. contained(java.util.List<SSTableReader.PartitionPositionBounds> sections, SSTableReader sstable)CassandraStreamHeader.BuilderCassandraStreamHeader.Builder. withSections(java.util.List<SSTableReader.PartitionPositionBounds> sections)Constructor parameters in org.apache.cassandra.db.streaming with type arguments of type SSTableReader.PartitionPositionBounds Constructor Description CassandraOutgoingFile(StreamOperation operation, Ref<SSTableReader> ref, java.util.List<SSTableReader.PartitionPositionBounds> sections, java.util.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.PartitionPositionBounds Modifier and Type Method Description CompressionMetadata.Chunk[]CompressionMetadata. getChunksForSections(java.util.Collection<SSTableReader.PartitionPositionBounds> sections)longCompressionMetadata. getTotalSizeForSections(java.util.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 types with arguments of type SSTableReader.PartitionPositionBounds Modifier and Type Method Description java.util.List<SSTableReader.PartitionPositionBounds>SSTableReader. getPositionsForRanges(java.util.Collection<Range<Token>> ranges)Determine the minimal set of sections that can be extracted from this SSTable to cover the given ranges.
-