Uses of Class
org.apache.cassandra.streaming.OperationType

Packages that use OperationType
org.apache.cassandra.db   
org.apache.cassandra.io.sstable   
org.apache.cassandra.streaming   
 

Uses of OperationType in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db with parameters of type OperationType
 java.util.concurrent.Future<SSTableReader> CompactionManager.submitSSTableBuild(Descriptor desc, OperationType type)
          Submits an sstable to be rebuilt: is not scheduled, since the sstable must not exist.
 

Uses of OperationType in org.apache.cassandra.io.sstable
 

Methods in org.apache.cassandra.io.sstable with parameters of type OperationType
static SSTableWriter.Builder SSTableWriter.createBuilder(Descriptor desc, OperationType type)
           
 

Constructors in org.apache.cassandra.io.sstable with parameters of type OperationType
SSTableWriter.Builder(Descriptor desc, OperationType type)
           
 

Uses of OperationType in org.apache.cassandra.streaming
 

Fields in org.apache.cassandra.streaming declared as OperationType
 OperationType PendingFile.type
           
 

Methods in org.apache.cassandra.streaming that return OperationType
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.streaming with parameters of type OperationType
static void StreamIn.requestRanges(java.net.InetAddress source, java.lang.String tableName, java.util.Collection<Range> ranges, java.lang.Runnable callback, OperationType type)
          Request ranges to be transferred from source to local node
static void StreamOut.transferRanges(java.net.InetAddress target, java.lang.String tableName, java.util.Collection<Range> ranges, java.lang.Runnable callback, OperationType type)
          Split out files for all tables on disk locally for each range and then stream them to the target endpoint.
static void StreamOut.transferRangesForRequest(StreamOutSession session, java.util.Collection<Range> ranges, OperationType type)
          Split out files for all tables on disk locally for each range and then stream them to the target endpoint.
static void StreamOut.transferSSTables(StreamOutSession session, java.util.Collection<SSTableReader> sstables, java.util.Collection<Range> ranges, OperationType type)
          Transfers matching portions of a group of sstables from a single table to the target endpoint.
 

Constructors in org.apache.cassandra.streaming with parameters of type OperationType
PendingFile(SSTable sstable, Descriptor desc, java.lang.String component, java.util.List<Pair<java.lang.Long,java.lang.Long>> sections, OperationType type)
           
 



Copyright © 2011 The Apache Software Foundation