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

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

Uses of OperationType in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db with parameters of type OperationType
 void ColumnFamilyStore.markCompacted(java.util.Collection<SSTableReader> sstables, OperationType compactionType)
           
 void DataTracker.markCompacted(java.util.Collection<SSTableReader> sstables, OperationType compactionType)
           
 void DataTracker.notifySSTablesChanged(java.lang.Iterable<SSTableReader> removed, java.lang.Iterable<SSTableReader> added, OperationType compactionType)
           
 void ColumnFamilyStore.replaceCompactedSSTables(java.util.Collection<SSTableReader> sstables, java.lang.Iterable<SSTableReader> replacements, OperationType compactionType)
           
 void DataTracker.replaceCompactedSSTables(java.util.Collection<SSTableReader> sstables, java.lang.Iterable<SSTableReader> replacements, OperationType compactionType)
           
 

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

Fields in org.apache.cassandra.db.compaction declared as OperationType
protected  OperationType CompactionTask.compactionType
           
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.
 

Methods in org.apache.cassandra.db.compaction with parameters of type OperationType
 CompactionTask CompactionTask.setCompactionType(OperationType compactionType)
           
 

Constructors in org.apache.cassandra.db.compaction with parameters of type OperationType
AbstractCompactionIterable(CompactionController controller, OperationType type, java.util.List<SSTableScanner> scanners)
           
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)
           
 

Uses of OperationType in org.apache.cassandra.notifications
 

Fields in org.apache.cassandra.notifications declared as OperationType
 OperationType SSTableListChangedNotification.compactionType
           
 

Constructors in org.apache.cassandra.notifications with parameters of type OperationType
SSTableListChangedNotification(java.lang.Iterable<SSTableReader> added, java.lang.Iterable<SSTableReader> removed, OperationType compactionType)
           
 



Copyright © 2012 The Apache Software Foundation