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

Packages that use StreamHeader
org.apache.cassandra.net   
org.apache.cassandra.streaming   
 

Uses of StreamHeader in org.apache.cassandra.net
 

Methods in org.apache.cassandra.net with parameters of type StreamHeader
 java.nio.ByteBuffer MessagingService.constructStreamHeader(StreamHeader streamHeader, boolean compress, int version)
           
 void MessagingService.stream(StreamHeader header, java.net.InetAddress to)
          Stream a file from source to destination.
 

Uses of StreamHeader in org.apache.cassandra.streaming
 

Fields in org.apache.cassandra.streaming declared as StreamHeader
protected  StreamHeader FileStreamTask.header
           
 

Methods in org.apache.cassandra.streaming that return types with arguments of type StreamHeader
static IVersionedSerializer<StreamHeader> StreamHeader.serializer()
           
 

Constructors in org.apache.cassandra.streaming with parameters of type StreamHeader
FileStreamTask(StreamHeader header, java.net.InetAddress to)
           
IncomingStreamReader(StreamHeader header, java.net.Socket socket)
           
 



Copyright © 2012 The Apache Software Foundation