Package | Description |
---|---|
org.apache.cassandra.net | |
org.apache.cassandra.transport |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageHandler
Core logic for handling inbound message deserialization and execution (in tandem with
FrameDecoder ). |
class |
InboundMessageHandler
Implementation of
AbstractMessageHandler for processing internode messages from peers. |
Modifier and Type | Method and Description |
---|---|
void |
FrameDecoder.activate(FrameDecoder.FrameProcessor processor)
For use by InboundMessageHandler (or other upstream handlers) that want to start receiving frames.
|
Modifier and Type | Class and Description |
---|---|
class |
CQLMessageHandler<M extends Message>
Implementation of
AbstractMessageHandler for processing CQL messages which comprise a Message wrapped
in an Envelope . |
Copyright © 2009- The Apache Software Foundation