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) |
static com.google.common.base.Function<View,java.lang.Iterable<SSTableReader>> |
View.select(SSTableSet sstableSet,
AbstractBounds<PartitionPosition> rowBounds) |
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) |
Copyright © 2015 The Apache Software Foundation