Uses of Class
org.apache.cassandra.transport.Message
Packages that use Message
-
Uses of Message in org.apache.cassandra.transport
Classes in org.apache.cassandra.transport with type parameters of type MessageModifier and TypeClassDescriptionclassCQLMessageHandler<M extends Message>Implementation ofAbstractMessageHandlerfor processing CQL messages which comprise aMessagewrapped in anEnvelope.static interfaceMessage.Codec<M extends Message>Subclasses of Message in org.apache.cassandra.transportMethods in org.apache.cassandra.transport that return MessageModifier and TypeMethodDescriptionMessage.setStreamId(int streamId) Message.Response.setWarnings(List<String> warnings) Methods in org.apache.cassandra.transport with parameters of type Message -
Uses of Message in org.apache.cassandra.transport.messages
Classes in org.apache.cassandra.transport.messages with type parameters of type MessageModifier and TypeClassDescriptionclassUnsupportedMessageCodec<T extends Message>Catch-all codec for any unsupported legacy messages.Subclasses of Message in org.apache.cassandra.transport.messagesModifier and TypeClassDescriptionclassSASL challenge sent from client to serverclassMessage to indicate that the server is ready to receive requests.classA SASL token message sent from client to server.classIndicates to the client that authentication has succeeded.classclassMessage to indicate an error to the client.classclassclassMessage to indicate that the server is ready to receive requests.classclassA CQL queryclassMessage to indicate that the server is ready to receive requests.classclassstatic classstatic classstatic classstatic classstatic classclassThe initial message of the protocol.classMessage to indicate that the server is ready to receive requests.