Uses of Class
org.apache.cassandra.db.lifecycle.View
Packages that use View
-
Uses of View in org.apache.cassandra.db
Method parameters in org.apache.cassandra.db with type arguments of type ViewModifier and TypeMethodDescriptionColumnFamilyStore.select(com.google.common.base.Function<View, Iterable<SSTableReader>> filter) ColumnFamilyStore.selectAndReference(com.google.common.base.Function<View, Iterable<SSTableReader>> filter) -
Uses of View in org.apache.cassandra.db.lifecycle
Methods in org.apache.cassandra.db.lifecycle that return ViewMethods in org.apache.cassandra.db.lifecycle that return types with arguments of type ViewModifier and TypeMethodDescriptionstatic com.google.common.base.Function<View,Iterable<SSTableReader>> View.select(SSTableSet sstableSet, com.google.common.base.Predicate<SSTableReader> filter) static com.google.common.base.Function<View,Iterable<SSTableReader>> View.select(SSTableSet sstableSet, DecoratedKey key) static com.google.common.base.Function<View,Iterable<SSTableReader>> View.selectFunction(SSTableSet sstableSet) static com.google.common.base.Function<View,Iterable<SSTableReader>> View.selectLive(AbstractBounds<PartitionPosition> rowBounds)