Class Dispatcher

java.lang.Object
org.apache.cassandra.transport.Dispatcher

public class Dispatcher extends Object
  • Constructor Details

    • Dispatcher

      public Dispatcher(boolean useLegacyFlusher)
  • Method Details

    • dispatch

      public void dispatch(io.netty.channel.Channel channel, Message.Request request, org.apache.cassandra.transport.Dispatcher.FlushItemConverter forFlusher, ClientResourceLimits.Overload backpressure)
    • hasQueueCapacity

      public boolean hasQueueCapacity()
      Checks if the item in the head of the queue has spent more than allowed time in the queue.
    • isDone

      public boolean isDone()
    • shutdown

      public static void shutdown()