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
static java.nio.ByteBuffer MessagingService.constructStreamHeader(StreamHeader streamHeader, boolean compress)
           
 void MessagingService.stream(StreamHeader header, java.net.InetAddress to)
          Stream a file from source to destination.
 

Uses of StreamHeader in org.apache.cassandra.streaming
 

Methods in org.apache.cassandra.streaming that return types with arguments of type StreamHeader
static ICompactSerializer<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.nio.channels.SocketChannel socketChannel)
           
 



Copyright © 2011 The Apache Software Foundation