Package | Description |
---|---|
org.apache.cassandra.net | |
org.apache.cassandra.streaming | |
org.apache.cassandra.streaming.compress |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected StreamHeader |
FileStreamTask.header |
Modifier and Type | Field and Description |
---|---|
static IVersionedSerializer<StreamHeader> |
StreamHeader.serializer |
Constructor and Description |
---|
FileStreamTask(StreamHeader header,
java.net.InetAddress to) |
IncomingStreamReader(StreamHeader header,
java.net.Socket socket) |
Constructor and Description |
---|
CompressedFileStreamTask(StreamHeader header,
java.net.InetAddress to) |
Copyright © 2014 The Apache Software Foundation