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

Packages that use OperationType
org.apache.cassandra.streaming   
 

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<ColumnFamilyStore> columnFamilies, java.util.Collection<Range> ranges, java.lang.Runnable callback, OperationType type)
          Request ranges to be transferred from specific CFs
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 for all column families in the given keyspace.
static void StreamOut.transferRanges(java.net.InetAddress target, Table table, java.util.Collection<Range> ranges, java.lang.Runnable callback, OperationType type)
          Stream the given ranges to the target endpoint from each CF in the given keyspace.
static void StreamOut.transferRanges(StreamOutSession session, java.lang.Iterable<ColumnFamilyStore> cfses, java.util.Collection<Range> ranges, OperationType type)
          Stream the given ranges to the target endpoint from each of the given CFs.
static void StreamOut.transferSSTables(StreamOutSession session, java.lang.Iterable<SSTableReader> sstables, java.util.Collection<Range> ranges, OperationType type)
          Low-level transfer of 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(SSTableReader sstable, Descriptor desc, java.lang.String component, java.util.List<Pair<java.lang.Long,java.lang.Long>> sections, OperationType type)
           
PendingFile(SSTableReader sstable, Descriptor desc, java.lang.String component, java.util.List<Pair<java.lang.Long,java.lang.Long>> sections, OperationType type, long estimatedKeys)
           
 



Copyright © 2012 The Apache Software Foundation