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. sections
protected java.util.Collection<SSTableReader.PartitionPositionBounds>
CassandraStreamReader. sections
protected java.util.Collection<SSTableReader.PartitionPositionBounds>
CassandraStreamWriter. sections
Method parameters in org.apache.cassandra.db.streaming with type arguments of type SSTableReader.PartitionPositionBounds Modifier and Type Method Description boolean
CassandraOutgoingFile. contained(java.util.List<SSTableReader.PartitionPositionBounds> sections, SSTableReader sstable)
CassandraStreamHeader.Builder
CassandraStreamHeader.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)
long
CompressionMetadata. 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.
-