| Package | Description | 
|---|---|
| org.apache.cassandra.db | |
| org.apache.cassandra.db.lifecycle | 
| Modifier and Type | Method and 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| View | Tracker. getView() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. select(SSTableSet sstableSet,
      com.google.common.base.Predicate<SSTableReader> filter) | 
| 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) | 
Copyright © 2018 The Apache Software Foundation