Uses of Class
org.apache.cassandra.db.compaction.CompactionType

Packages that use CompactionType
org.apache.cassandra.db.compaction   
 

Uses of CompactionType in org.apache.cassandra.db.compaction
 

Fields in org.apache.cassandra.db.compaction declared as CompactionType
protected  CompactionType CompactionIterator.type
           
 

Methods in org.apache.cassandra.db.compaction that return CompactionType
 CompactionType CompactionInfo.getTaskType()
           
static CompactionType CompactionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CompactionType[] CompactionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.cassandra.db.compaction with parameters of type CompactionType
CompactionInfo(java.lang.String ksname, java.lang.String cfname, CompactionType tasktype, long bytesComplete, long totalBytes)
           
CompactionIterator(CompactionType type, java.lang.Iterable<SSTableReader> sstables, CompactionController controller)
           
CompactionIterator(CompactionType type, java.util.Iterator iter, CompactionController controller)
           
 



Copyright © 2011 The Apache Software Foundation