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

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

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

Fields in org.apache.cassandra.db.compaction declared as OperationType
protected  OperationType AbstractCompactionIterable.type
           
 

Methods in org.apache.cassandra.db.compaction that return OperationType
 OperationType CompactionInfo.getTaskType()
           
static OperationType OperationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OperationType[] OperationType.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 OperationType
AbstractCompactionIterable(CompactionController controller, OperationType type)
           
CompactionInfo(int id, java.lang.String ksname, java.lang.String cfname, OperationType tasktype, long bytesComplete, long totalBytes)
           
CompactionIterable(OperationType type, java.lang.Iterable<SSTableReader> sstables, CompactionController controller)
           
CompactionIterable(OperationType type, java.util.List<SSTableScanner> scanners, CompactionController controller)
           
ParallelCompactionIterable(OperationType type, java.lang.Iterable<SSTableReader> sstables, CompactionController controller)
           
ParallelCompactionIterable(OperationType type, java.lang.Iterable<SSTableReader> sstables, CompactionController controller, int maxInMemorySize)
           
ParallelCompactionIterable(OperationType type, java.util.List<SSTableScanner> scanners, CompactionController controller, int maxInMemorySize)
           
 



Copyright © 2012 The Apache Software Foundation