Uses of Interface
org.apache.cassandra.concurrent.DebuggableTask.RunnableDebuggableTask
Packages that use DebuggableTask.RunnableDebuggableTask
-
Uses of DebuggableTask.RunnableDebuggableTask in org.apache.cassandra.service
Classes in org.apache.cassandra.service that implement DebuggableTask.RunnableDebuggableTask -
Uses of DebuggableTask.RunnableDebuggableTask in org.apache.cassandra.transport
Classes in org.apache.cassandra.transport that implement DebuggableTask.RunnableDebuggableTaskModifier and TypeClassDescriptionclassIt 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.