Uses of Class
org.apache.cassandra.io.sstable.format.SSTableReader.Factory
-
Packages that use SSTableReader.Factory Package Description org.apache.cassandra.io.sstable.format org.apache.cassandra.io.sstable.format.big -
-
Uses of SSTableReader.Factory in org.apache.cassandra.io.sstable.format
Fields in org.apache.cassandra.io.sstable.format declared as SSTableReader.Factory Modifier and Type Field Description protected SSTableReader.FactorySSTableReaderBuilder. readerFactoryMethods in org.apache.cassandra.io.sstable.format that return SSTableReader.Factory Modifier and Type Method Description SSTableReader.FactorySSTableFormat. getReaderFactory() -
Uses of SSTableReader.Factory in org.apache.cassandra.io.sstable.format.big
Methods in org.apache.cassandra.io.sstable.format.big that return SSTableReader.Factory Modifier and Type Method Description SSTableReader.FactoryBigFormat. getReaderFactory()
-