Class Dispatcher.RequestProcessor

java.lang.Object
org.apache.cassandra.transport.Dispatcher.RequestProcessor
All Implemented Interfaces:
Runnable, DebuggableTask, DebuggableTask.RunnableDebuggableTask
Enclosing class:
Dispatcher

public class Dispatcher.RequestProcessor extends Object implements DebuggableTask.RunnableDebuggableTask
It is important to keep this class an instance of DebuggableTask, either runnable or callable since this is the only way we can keep it not wrapped into a callable on SEPExecutor submission path. And we need this functionality for tracking time purposes.