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

Packages that use PendingFile
org.apache.cassandra.streaming   
 

Uses of PendingFile in org.apache.cassandra.streaming
 

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

Methods in org.apache.cassandra.streaming that return PendingFile
static PendingFile StreamIn.getContextMapping(PendingFile remote)
          Translates remote files to local files by creating a local sstable per remote sstable.
 PendingFile StreamHeader.getStreamFile()
           
 

Methods in org.apache.cassandra.streaming that return types with arguments of type PendingFile
static java.util.List<PendingFile> StreamInManager.getIncomingFiles(java.net.InetAddress host)
          query the status of incoming files.
static java.util.List<PendingFile> StreamOutManager.getOutgoingFiles(java.net.InetAddress host)
           
 java.util.List<PendingFile> StreamHeader.getPendingFiles()
           
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 ICompactSerializer<PendingFile> PendingFile.serializer()
           
 

Methods in org.apache.cassandra.streaming with parameters of type PendingFile
 void StreamInManager.finishAndRequestNext(PendingFile lastFile)
          Complete the transfer process of the existing file and then request the next file in the list
static PendingFile StreamIn.getContextMapping(PendingFile remote)
          Translates remote files to local files by creating a local sstable per remote sstable.
 void StreamOutManager.removePending(PendingFile pf)
           
static void StreamIn.requestFile(StreamContext context, PendingFile file)
          Request for transferring a single file.
 

Method parameters in org.apache.cassandra.streaming with type arguments of type PendingFile
 void StreamInManager.addFilesToRequest(java.util.List<PendingFile> pendingFiles)
           
 void StreamOutManager.addFilesToStream(java.util.List<PendingFile> pendingFiles)
           
 

Constructors in org.apache.cassandra.streaming with parameters of type PendingFile
PendingFile(Descriptor desc, PendingFile pf)
           
StreamHeader(long sessionId, PendingFile file, boolean initiatedTransfer)
           
StreamHeader(long sessionId, PendingFile file, java.util.List<PendingFile> pending, boolean initiatedTransfer)
           
 

Constructor parameters in org.apache.cassandra.streaming with type arguments of type PendingFile
StreamHeader(long sessionId, PendingFile file, java.util.List<PendingFile> pending, boolean initiatedTransfer)
           
 



Copyright © 2010 The Apache Software Foundation