Uses of Package
org.apache.cassandra.streaming.messages
Packages that use org.apache.cassandra.streaming.messages
Package
Description
File transfer
Non-blocking streaming with netty
-
Classes in org.apache.cassandra.streaming.messages used by org.apache.cassandra.db.streamingClassDescriptionStreamMessageHeader is appended before sending actual data to describe what it's sending.
-
Classes in org.apache.cassandra.streaming.messages used by org.apache.cassandra.streamingClassDescriptionStreamMessage is an abstract base class that every messages in streaming protocol inherit.StreamMessage typesStreamMessageHeader is appended before sending actual data to describe what it's sending.
-
Classes in org.apache.cassandra.streaming.messages used by org.apache.cassandra.streaming.asyncClassDescriptionStreamMessage is an abstract base class that every messages in streaming protocol inherit.
-
Classes in org.apache.cassandra.streaming.messages used by org.apache.cassandra.streaming.messagesClassDescriptionStreamInitMessage is first sent from the node where
StreamSessionis started, to initiate correspondingStreamSessionon the other side.StreamMessage is an abstract base class that every messages in streaming protocol inherit.StreamMessage serializerStreamMessage typesStreamMessageHeader is appended before sending actual data to describe what it's sending.