Uses of Interface
org.apache.cassandra.concurrent.DebuggableTask
Packages that use DebuggableTask
Package
Description
-
Uses of DebuggableTask in org.apache.cassandra.concurrent
Subinterfaces of DebuggableTask in org.apache.cassandra.concurrentModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceClasses in org.apache.cassandra.concurrent that implement DebuggableTaskModifier and TypeClassDescriptionstatic classWraps aDebuggableTaskto include the name of the thread running it.Constructors in org.apache.cassandra.concurrent with parameters of type DebuggableTask -
Uses of DebuggableTask in org.apache.cassandra.service
Classes in org.apache.cassandra.service that implement DebuggableTask -
Uses of DebuggableTask in org.apache.cassandra.transport
Classes in org.apache.cassandra.transport that implement DebuggableTaskModifier 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.