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

Packages that use PendingFile
org.apache.cassandra.io.sstable   
org.apache.cassandra.streaming   
 

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

Methods in org.apache.cassandra.io.sstable that return types with arguments of type PendingFile
 java.util.Map<java.net.InetAddress,java.util.Collection<PendingFile>> SSTableLoader.LoaderFuture.getPendingFiles()
           
 

Uses of PendingFile in org.apache.cassandra.streaming
 

Fields in org.apache.cassandra.streaming declared as PendingFile
 PendingFile StreamHeader.file
          file being sent on initial stream
protected  PendingFile IncomingStreamReader.localFile
           
protected  PendingFile IncomingStreamReader.remoteFile
           
 

Fields in org.apache.cassandra.streaming with type parameters of type PendingFile
 java.util.Collection<PendingFile> StreamHeader.pendingFiles
          files to add to the session
 

Methods in org.apache.cassandra.streaming that return PendingFile
 PendingFile PendingFile.PendingFileSerializer.deserialize(java.io.DataInput dis, int version)
           
static PendingFile StreamIn.getContextMapping(PendingFile remote)
          Translates remote files to local files by creating a local sstable per remote sstable.
 

Methods in org.apache.cassandra.streaming that return types with arguments of type PendingFile
 java.util.Collection<PendingFile> StreamOutSession.getFiles()
           
static java.util.Set<PendingFile> StreamInSession.getIncomingFiles(java.net.InetAddress host)
          query the status of incoming files.
static java.util.List<PendingFile> StreamOutSession.getOutgoingFiles(java.net.InetAddress host)
           
 

Methods in org.apache.cassandra.streaming with parameters of type PendingFile
 void StreamInSession.finished(PendingFile remoteFile, SSTableReader reader)
           
static PendingFile StreamIn.getContextMapping(PendingFile remote)
          Translates remote files to local files by creating a local sstable per remote sstable.
 void StreamInSession.retry(PendingFile remoteFile)
           
 void PendingFile.PendingFileSerializer.serialize(PendingFile sc, java.io.DataOutput dos, int version)
           
 long PendingFile.PendingFileSerializer.serializedSize(PendingFile pendingFile, int version)
           
 void StreamInSession.setCurrentFile(PendingFile file)
           
 

Method parameters in org.apache.cassandra.streaming with type arguments of type PendingFile
 void StreamInSession.addFiles(java.util.Collection<PendingFile> files)
           
 void StreamOutSession.addFilesToStream(java.util.List<PendingFile> pendingFiles)
           
 

Constructors in org.apache.cassandra.streaming with parameters of type PendingFile
PendingFile(Descriptor desc, PendingFile pf)
           
StreamHeader(java.lang.String table, long sessionId, PendingFile file)
           
StreamHeader(java.lang.String table, long sessionId, PendingFile first, java.util.Collection<PendingFile> pendingFiles)
           
 

Constructor parameters in org.apache.cassandra.streaming with type arguments of type PendingFile
StreamHeader(java.lang.String table, long sessionId, PendingFile first, java.util.Collection<PendingFile> pendingFiles)
           
 



Copyright © 2012 The Apache Software Foundation