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

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

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
           
 

Fields in org.apache.cassandra.streaming with type parameters 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)
           
 

Uses of StreamHeader in org.apache.cassandra.streaming.compress
 

Constructors in org.apache.cassandra.streaming.compress with parameters of type StreamHeader
CompressedFileStreamTask(StreamHeader header, java.net.InetAddress to)
           
 



Copyright © 2012 The Apache Software Foundation