Interface | Description |
---|---|
StreamMessage.Serializer<V extends StreamMessage> |
StreamMessage serializer
|
Class | Description |
---|---|
CompleteMessage | |
FileMessage |
FileMessage is used to transfer/receive the part(or whole) of a SSTable data file.
|
FileMessageHeader |
StreamingFileHeader is appended before sending actual data to describe what it's sending.
|
PrepareMessage | |
ReceivedMessage | |
RetryMessage | |
SessionFailedMessage | |
StreamInitMessage |
StreamInitMessage is first sent from the node where
StreamSession is started,
to initiate corresponding StreamSession on the other side. |
StreamMessage |
StreamMessage is an abstract base class that every messages in streaming protocol inherit.
|
Enum | Description |
---|---|
StreamMessage.Type |
StreamMessage types
|
Copyright © 2013 The Apache Software Foundation