| Package | Description | 
|---|---|
| org.apache.cassandra.db | |
| org.apache.cassandra.db.lifecycle | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<SSTableReader> | Keyspace. getAllSSTables(SSTableSet sstableSet) | 
| java.lang.Iterable<SSTableReader> | ColumnFamilyStore. getSSTables(SSTableSet sstableSet) | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Iterable<SSTableReader> | View. select(SSTableSet sstableSet) | 
| 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) | 
| java.lang.Iterable<SSTableReader> | View. sstables(SSTableSet sstableSet,
        com.google.common.base.Predicate<SSTableReader> filter) | 
Copyright © 2018 The Apache Software Foundation