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.Factory
SSTableReaderBuilder. readerFactory
Methods in org.apache.cassandra.io.sstable.format that return SSTableReader.Factory Modifier and Type Method Description SSTableReader.Factory
SSTableFormat. 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.Factory
BigFormat. getReaderFactory()
-