Uses of Enum Class
org.apache.cassandra.db.lifecycle.SSTableSet
Packages that use SSTableSet
-
Uses of SSTableSet in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type SSTableSetModifier and TypeMethodDescriptionKeyspace.getAllSSTables(SSTableSet sstableSet) ColumnFamilyStore.getSSTables(SSTableSet sstableSet) -
Uses of SSTableSet in org.apache.cassandra.db.lifecycle
Methods in org.apache.cassandra.db.lifecycle that return SSTableSetModifier and TypeMethodDescriptionstatic SSTableSetReturns the enum constant of this class with the specified name.static SSTableSet[]SSTableSet.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.db.lifecycle with parameters of type SSTableSetModifier and TypeMethodDescriptionView.select(SSTableSet sstableSet) static com.google.common.base.Function<View,Iterable<SSTableReader>> View.select(SSTableSet sstableSet, com.google.common.base.Predicate<SSTableReader> filter) static com.google.common.base.Function<View,Iterable<SSTableReader>> View.select(SSTableSet sstableSet, DecoratedKey key) static com.google.common.base.Function<View,Iterable<SSTableReader>> View.selectFunction(SSTableSet sstableSet) View.sstables(SSTableSet sstableSet, com.google.common.base.Predicate<SSTableReader> filter)