Uses of Class
org.apache.cassandra.db.ColumnFamilyStore.ViewFragment
Packages that use ColumnFamilyStore.ViewFragment
-
Uses of ColumnFamilyStore.ViewFragment in org.apache.cassandra.db
Subclasses of ColumnFamilyStore.ViewFragment in org.apache.cassandra.dbMethods in org.apache.cassandra.db that return ColumnFamilyStore.ViewFragmentModifier and TypeMethodDescriptionColumnFamilyStore.select(com.google.common.base.Function<View, Iterable<SSTableReader>> filter) Methods in org.apache.cassandra.db with parameters of type ColumnFamilyStore.ViewFragmentModifier and TypeMethodDescriptionSinglePartitionReadCommand.queryMemtableAndDisk(ColumnFamilyStore cfs, ColumnFamilyStore.ViewFragment view, Function<CellSourceIdentifier, Transformation<BaseRowIterator<?>>> rowTransformer, ReadExecutionController executionController) -
Uses of ColumnFamilyStore.ViewFragment in org.apache.cassandra.index.sai.plan
Methods in org.apache.cassandra.index.sai.plan that return ColumnFamilyStore.ViewFragmentMethods in org.apache.cassandra.index.sai.plan with parameters of type ColumnFamilyStore.ViewFragmentModifier and TypeMethodDescriptionQueryController.queryStorage(PrimaryKey key, ColumnFamilyStore.ViewFragment view, ReadExecutionController executionController) Get an iterator over the row(s) for this primary key.