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

Packages that use StreamOutSession
org.apache.cassandra.streaming   
 

Uses of StreamOutSession in org.apache.cassandra.streaming
 

Methods in org.apache.cassandra.streaming that return StreamOutSession
static StreamOutSession StreamOutSession.create(java.lang.String table, java.net.InetAddress host, long sessionId)
           
static StreamOutSession StreamOutSession.create(java.lang.String table, java.net.InetAddress host, long sessionId, java.lang.Runnable callback)
           
static StreamOutSession StreamOutSession.create(java.lang.String table, java.net.InetAddress host, java.lang.Runnable callback)
           
static StreamOutSession StreamOutSession.get(java.net.InetAddress host, long sessionId)
           
 

Methods in org.apache.cassandra.streaming with parameters of type StreamOutSession
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.
 



Copyright © 2011 The Apache Software Foundation