Uses of Class
org.apache.cassandra.transport.Message.Request
Packages that use Message.Request
-
Uses of Message.Request in org.apache.cassandra.transport
Methods in org.apache.cassandra.transport that return types with arguments of type Message.RequestModifier and TypeMethodDescriptionSimpleClient.execute(List<Message.Request> requests) protected org.apache.cassandra.transport.CQLMessageHandler.MessageConsumer<Message.Request>PipelineConfigurator.messageConsumer()protected org.apache.cassandra.transport.Message.Decoder<Message.Request>PipelineConfigurator.messageDecoder()Methods in org.apache.cassandra.transport with parameters of type Message.RequestModifier and TypeMethodDescriptionprotected voidPreV5Handlers.LegacyDispatchHandler.channelRead0(io.netty.channel.ChannelHandlerContext ctx, Message.Request request) voidDispatcher.dispatch(io.netty.channel.Channel channel, Message.Request request, org.apache.cassandra.transport.Dispatcher.FlushItemConverter forFlusher, ClientResourceLimits.Overload backpressure) SimpleClient.execute(Message.Request request) SimpleClient.execute(Message.Request request, boolean throwOnErrorResponse) Method parameters in org.apache.cassandra.transport with type arguments of type Message.RequestConstructors in org.apache.cassandra.transport with parameters of type Message.RequestModifierConstructorDescriptionRequestProcessor(io.netty.channel.Channel channel, Message.Request request, org.apache.cassandra.transport.Dispatcher.FlushItemConverter forFlusher, ClientResourceLimits.Overload backpressure) -
Uses of Message.Request in org.apache.cassandra.transport.messages
Subclasses of Message.Request in org.apache.cassandra.transport.messagesModifier and TypeClassDescriptionclassA SASL token message sent from client to server.classclassclassMessage to indicate that the server is ready to receive requests.classclassA CQL queryclassclassThe initial message of the protocol.