| CBUtil |
ByteBuf utility methods.
|
| Client |
|
| ClientResourceLimits |
|
| ClientStat |
|
| Compressor.LZ4Compressor |
|
| Compressor.SnappyCompressor |
|
| ConnectedClient |
|
| Connection |
|
| CQLMessageHandler<M extends Message> |
|
| DataType.Codec |
|
| Dispatcher |
|
| Envelope |
|
| Envelope.Compressor |
|
| Envelope.Decoder |
|
| Envelope.Decompressor |
|
| Envelope.Encoder |
|
| Envelope.Header |
|
| Event |
|
| Event.NodeEvent |
|
| Event.SchemaChange |
|
| Event.StatusChange |
|
| Event.TopologyChange |
|
| ExceptionHandlers |
|
| InitialConnectionHandler |
Added to the Netty pipeline whenever a new Channel is initialized.
|
| Message |
A message from the CQL binary protocol.
|
| Message.Request |
|
| Message.Response |
|
| PipelineConfigurator |
Takes care of intializing a Netty Channel and Pipeline for client protocol connections.
|
| PreV5Handlers |
|
| PreV5Handlers.ExceptionHandler |
Pre-V5 exception handler which closes the connection if an ProtocolException
is thrown
|
| PreV5Handlers.LegacyDispatchHandler |
Wraps an Dispatcher so that it can be used as an
channel inbound handler in pre-V5 pipelines.
|
| PreV5Handlers.ProtocolDecoder |
Simple adaptor to allow Message.Decoder.decodeMessage(Channel, Envelope)
to be used as a handler in pre-V5 pipelines
|
| PreV5Handlers.ProtocolEncoder |
Simple adaptor to plug CQL message encoding into pre-V5 pipelines
|
| ProtocolVersionTracker |
This class tracks the last 100 connections per protocol version
|
| Server |
|
| Server.Builder |
|
| Server.ConnectionTracker |
|
| ServerConnection |
|
| SimpleClient |
|
| SimpleClient.Builder |
|
| SimpleClient.SimpleEventHandler |
|
| SimpleClient.SimpleFlusher |
|