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

Packages that use StreamContext
org.apache.cassandra.streaming   
 

Uses of StreamContext in org.apache.cassandra.streaming
 

Fields in org.apache.cassandra.streaming with type parameters of type StreamContext
static com.google.common.collect.Multimap<StreamContext,PendingFile> StreamInManager.activeStreams
           
static com.google.common.collect.Multimap<java.net.InetAddress,StreamContext> StreamOutManager.destHosts
           
static com.google.common.collect.Multimap<java.net.InetAddress,StreamContext> StreamInManager.sourceHosts
           
 

Methods in org.apache.cassandra.streaming that return types with arguments of type StreamContext
static java.util.Set<StreamContext> StreamInManager.getSources()
          query method to determine which hosts are streaming to this node.
 

Methods in org.apache.cassandra.streaming with parameters of type StreamContext
static StreamInManager StreamInManager.get(StreamContext context)
           
static StreamOutManager StreamOutManager.get(StreamContext context)
           
static java.util.List<PendingFile> StreamOutManager.getPendingFiles(StreamContext context)
          this method exists so that we don't have to call StreamOutManager.get() which has a nasty side-effect of indicating that we are streaming to a particular host.
static void StreamOutManager.remove(StreamContext context)
           
static void StreamIn.requestFile(StreamContext context, PendingFile file)
          Request for transferring a single file.
static void StreamOut.transferRangesForRequest(StreamContext context, java.lang.String tableName, java.util.Collection<Range> ranges, java.lang.Runnable callback)
          Split out files for all tables on disk locally for each range and then stream them to the target endpoint.
static void StreamOut.transferSSTables(StreamContext context, java.lang.String table, java.util.Collection<SSTableReader> sstables, java.util.Collection<Range> ranges)
          Transfers matching portions of a group of sstables from a single table to the target endpoint.
 



Copyright © 2010 The Apache Software Foundation