Class Dispatcher


  • public class Dispatcher
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Dispatcher​(boolean useLegacyFlusher)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispatch​(io.netty.channel.Channel channel, Message.Request request, org.apache.cassandra.transport.Dispatcher.FlushItemConverter forFlusher)  
      static void shutdown()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Dispatcher

        public Dispatcher​(boolean useLegacyFlusher)
    • Method Detail

      • dispatch

        public void dispatch​(io.netty.channel.Channel channel,
                             Message.Request request,
                             org.apache.cassandra.transport.Dispatcher.FlushItemConverter forFlusher)
      • shutdown

        public static void shutdown()