Uses of Class
org.apache.cassandra.db.lifecycle.View
-
Packages that use View Package Description org.apache.cassandra.db org.apache.cassandra.db.lifecycle -
-
Uses of View in org.apache.cassandra.db
Method parameters in org.apache.cassandra.db with type arguments of type View Modifier and Type Method Description ColumnFamilyStore.ViewFragment
ColumnFamilyStore. select(com.google.common.base.Function<View,java.lang.Iterable<SSTableReader>> filter)
ColumnFamilyStore.RefViewFragment
ColumnFamilyStore. selectAndReference(com.google.common.base.Function<View,java.lang.Iterable<SSTableReader>> filter)
-
Uses of View in org.apache.cassandra.db.lifecycle
Methods in org.apache.cassandra.db.lifecycle that return View Modifier and Type Method Description View
Tracker. getView()
Methods in org.apache.cassandra.db.lifecycle that return types with arguments of type View Modifier and Type Method Description static com.google.common.base.Function<View,java.lang.Iterable<SSTableReader>>
View. select(SSTableSet sstableSet, com.google.common.base.Predicate<SSTableReader> filter)
static com.google.common.base.Function<View,java.lang.Iterable<SSTableReader>>
View. select(SSTableSet sstableSet, DecoratedKey key)
static com.google.common.base.Function<View,java.lang.Iterable<SSTableReader>>
View. selectFunction(SSTableSet sstableSet)
static com.google.common.base.Function<View,java.lang.Iterable<SSTableReader>>
View. selectLive(AbstractBounds<PartitionPosition> rowBounds)
-