Uses of Interface
org.apache.cassandra.concurrent.DebuggableTask
-
Packages that use DebuggableTask Package Description org.apache.cassandra.concurrent org.apache.cassandra.service org.apache.cassandra.transport -
-
Uses of DebuggableTask in org.apache.cassandra.concurrent
Subinterfaces of DebuggableTask in org.apache.cassandra.concurrent Modifier and Type Interface Description static interface
DebuggableTask.CallableDebuggableTask<T>
static interface
DebuggableTask.RunnableDebuggableTask
Classes in org.apache.cassandra.concurrent that implement DebuggableTask Modifier and Type Class Description static class
DebuggableTask.RunningDebuggableTask
Wraps aDebuggableTask
to include the name of the thread running it.Constructors in org.apache.cassandra.concurrent with parameters of type DebuggableTask Constructor Description RunningDebuggableTask(java.lang.String threadId, DebuggableTask task)
-
Uses of DebuggableTask in org.apache.cassandra.service
Classes in org.apache.cassandra.service that implement DebuggableTask Modifier and Type Class Description static class
StorageProxy.LocalReadRunnable
-
Uses of DebuggableTask in org.apache.cassandra.transport
Classes in org.apache.cassandra.transport that implement DebuggableTask Modifier and Type Class Description class
Dispatcher.RequestProcessor
It is important to keep this class an instance ofDebuggableTask
, either runnable or callable since this is the only way we can keep it not wrapped into a callable on SEPExecutor submission path.
-