Package | Description |
---|---|
org.apache.cassandra.transport | |
org.apache.cassandra.transport.messages |
Modifier and Type | Method and Description |
---|---|
void |
Message.Dispatcher.channelRead0(io.netty.channel.ChannelHandlerContext ctx,
Message.Request request) |
protected Message.Response |
SimpleClient.execute(Message.Request request) |
Modifier and Type | Class and Description |
---|---|
class |
AuthResponse
A SASL token message sent from client to server.
|
class |
BatchMessage |
class |
CredentialsMessage
Message to indicate that the server is ready to receive requests.
|
class |
ExecuteMessage |
class |
OptionsMessage
Message to indicate that the server is ready to receive requests.
|
class |
PrepareMessage |
class |
QueryMessage
A CQL query
|
class |
RegisterMessage |
class |
StartupMessage
The initial message of the protocol.
|
Copyright © 2017 The Apache Software Foundation