Uses of Class
org.apache.cassandra.io.sstable.format.SSTableReader.OpenReason
-
Packages that use SSTableReader.OpenReason Package Description org.apache.cassandra.io.sstable.format -
-
Uses of SSTableReader.OpenReason in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format declared as SSTableReader.OpenReason Modifier and Type Field Description SSTableReader.OpenReason
SSTableReader. openReason
protected SSTableReader.OpenReason
SSTableReaderBuilder. openReason
Methods in org.apache.cassandra.io.sstable.format that return SSTableReader.OpenReason Modifier and Type Method Description static SSTableReader.OpenReason
SSTableReader.OpenReason. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SSTableReader.OpenReason[]
SSTableReader.OpenReason. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.io.sstable.format with parameters of type SSTableReader.OpenReason Modifier and Type Method Description static SSTableReader
SSTableReader. internalOpen(Descriptor desc, java.util.Set<Component> components, TableMetadataRef metadata, FileHandle ifile, FileHandle dfile, IndexSummary summary, IFilter bf, long maxDataAge, StatsMetadata sstableMetadata, SSTableReader.OpenReason openReason, SerializationHeader header)
Open a RowIndexedReader which already has its state initialized (by SSTableWriter).Constructors in org.apache.cassandra.io.sstable.format with parameters of type SSTableReader.OpenReason Constructor Description ForWriter(Descriptor descriptor, TableMetadataRef metadataRef, long maxDataAge, java.util.Set<Component> components, StatsMetadata statsMetadata, SSTableReader.OpenReason openReason, SerializationHeader header)
SSTableReader(Descriptor desc, java.util.Set<Component> components, TableMetadataRef metadata, long maxDataAge, StatsMetadata sstableMetadata, SSTableReader.OpenReason openReason, SerializationHeader header, IndexSummary summary, FileHandle dfile, FileHandle ifile, IFilter bf)
SSTableReaderBuilder(Descriptor descriptor, TableMetadataRef metadataRef, long maxDataAge, java.util.Set<Component> components, StatsMetadata statsMetadata, SSTableReader.OpenReason openReason, SerializationHeader header)
-