Package | Description |
---|---|
org.apache.cassandra.concurrent | |
org.apache.cassandra.service | |
org.apache.cassandra.transport |
Modifier and Type | Interface and Description |
---|---|
static interface |
DebuggableTask.CallableDebuggableTask<T> |
static interface |
DebuggableTask.RunnableDebuggableTask |
Modifier and Type | Class and Description |
---|---|
static class |
DebuggableTask.RunningDebuggableTask
Wraps a
DebuggableTask to include the name of the thread running it. |
Constructor and Description |
---|
RunningDebuggableTask(java.lang.String threadId,
DebuggableTask task) |
Modifier and Type | Class and Description |
---|---|
static class |
StorageProxy.LocalReadRunnable |
Modifier and Type | Class and Description |
---|---|
class |
Dispatcher.RequestProcessor
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. |
Copyright © 2009- The Apache Software Foundation