Package | Description |
---|---|
org.apache.cassandra.transport | |
org.apache.cassandra.transport.messages |
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 . |
static interface |
Message.Codec<M extends Message> |
Modifier and Type | Class and Description |
---|---|
static class |
Message.Request |
static class |
Message.Response |
Modifier and Type | Method and Description |
---|---|
Message |
Message.setStreamId(int streamId) |
Message |
Message.Response.setWarnings(java.util.List<java.lang.String> warnings) |
Modifier and Type | Method and Description |
---|---|
void |
PreV5Handlers.ProtocolEncoder.encode(io.netty.channel.ChannelHandlerContext ctx,
Message source,
java.util.List results) |
Modifier and Type | Class and Description |
---|---|
class |
UnsupportedMessageCodec<T extends Message>
Catch-all codec for any unsupported legacy messages.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthChallenge
SASL challenge sent from client to server
|
class |
AuthenticateMessage
Message to indicate that the server is ready to receive requests.
|
class |
AuthResponse
A SASL token message sent from client to server.
|
class |
AuthSuccess
Indicates to the client that authentication has succeeded.
|
class |
BatchMessage |
class |
ErrorMessage
Message to indicate an error to the client.
|
class |
EventMessage |
class |
ExecuteMessage |
class |
OptionsMessage
Message to indicate that the server is ready to receive requests.
|
class |
PrepareMessage |
class |
QueryMessage
A CQL query
|
class |
ReadyMessage
Message to indicate that the server is ready to receive requests.
|
class |
RegisterMessage |
class |
ResultMessage |
static class |
ResultMessage.Prepared |
static class |
ResultMessage.Rows |
static class |
ResultMessage.SchemaChange |
static class |
ResultMessage.SetKeyspace |
static class |
ResultMessage.Void |
class |
StartupMessage
The initial message of the protocol.
|
class |
SupportedMessage
Message to indicate that the server is ready to receive requests.
|
Copyright © 2009- The Apache Software Foundation