Package | Description |
---|---|
org.apache.cassandra.streaming | |
org.apache.cassandra.streaming.compress | |
org.apache.cassandra.streaming.messages |
Class and Description |
---|
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.
|
StreamMessage
StreamMessage is an abstract base class that every messages in streaming protocol inherit.
|
Class and Description |
---|
FileMessageHeader
StreamingFileHeader is appended before sending actual data to describe what it's sending.
|
Class and 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.
|
StreamMessage.Serializer
StreamMessage serializer
|
StreamMessage.Type
StreamMessage types
|
Copyright © 2013 The Apache Software Foundation