Uses of Class
org.apache.cassandra.db.lifecycle.SSTableSet
-
Packages that use SSTableSet Package Description org.apache.cassandra.db org.apache.cassandra.db.lifecycle -
-
Uses of SSTableSet in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type SSTableSet Modifier and Type Method Description java.util.List<SSTableReader>
Keyspace. getAllSSTables(SSTableSet sstableSet)
java.lang.Iterable<SSTableReader>
ColumnFamilyStore. getSSTables(SSTableSet sstableSet)
-
Uses of SSTableSet in org.apache.cassandra.db.lifecycle
Methods in org.apache.cassandra.db.lifecycle that return SSTableSet Modifier and Type Method Description static SSTableSet
SSTableSet. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SSTableSet[]
SSTableSet. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.db.lifecycle with parameters of type SSTableSet Modifier and Type Method Description java.lang.Iterable<SSTableReader>
View. select(SSTableSet sstableSet)
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)
java.lang.Iterable<SSTableReader>
View. sstables(SSTableSet sstableSet, com.google.common.base.Predicate<SSTableReader> filter)
-