Package | Description |
---|---|
org.apache.cassandra.streaming | |
org.apache.cassandra.streaming.messages |
Modifier and Type | Method and Description |
---|---|
void |
StreamSession.messageReceived(StreamMessage message) |
void |
ConnectionHandler.sendMessage(StreamMessage message) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionHandler.sendMessages(java.util.Collection<? extends StreamMessage> messages)
Enqueue messages to be sent.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
StreamMessage.Serializer<V extends StreamMessage>
StreamMessage serializer
|
Modifier and Type | Class and Description |
---|---|
class |
CompleteMessage |
class |
IncomingFileMessage
IncomingFileMessage is used to receive the part(or whole) of a SSTable data file.
|
class |
OutgoingFileMessage
OutgoingFileMessage is used to transfer the part(or whole) of a SSTable data file.
|
class |
PrepareMessage |
class |
ReceivedMessage |
class |
RetryMessage |
class |
SessionFailedMessage |
Modifier and Type | Field and Description |
---|---|
StreamMessage.Serializer<StreamMessage> |
StreamMessage.Type.inSerializer |
StreamMessage.Serializer<StreamMessage> |
StreamMessage.Type.outSerializer |
Modifier and Type | Method and Description |
---|---|
static StreamMessage |
StreamMessage.deserialize(java.nio.channels.ReadableByteChannel in,
int version,
StreamSession session) |
Modifier and Type | Method and Description |
---|---|
static void |
StreamMessage.serialize(StreamMessage message,
DataOutputStreamPlus out,
int version,
StreamSession session) |
Copyright © 2016 The Apache Software Foundation