Package org.apache.cassandra.concurrent
Class DebuggableTask.RunningDebuggableTask
java.lang.Object
org.apache.cassandra.concurrent.DebuggableTask.RunningDebuggableTask
- All Implemented Interfaces:
DebuggableTask
- Enclosing interface:
- DebuggableTask
Wraps a
DebuggableTask to include the name of the thread running it.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.cassandra.concurrent.DebuggableTask
DebuggableTask.CallableDebuggableTask<T>, DebuggableTask.RunnableDebuggableTask, DebuggableTask.RunningDebuggableTask -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cassandra.concurrent.DebuggableTask
elapsedSinceCreation
-
Constructor Details
-
RunningDebuggableTask
-
-
Method Details
-
threadId
-
hasTask
public boolean hasTask() -
creationTimeNanos
public long creationTimeNanos()- Specified by:
creationTimeNanosin interfaceDebuggableTask
-
startTimeNanos
public long startTimeNanos()- Specified by:
startTimeNanosin interfaceDebuggableTask
-
description
- Specified by:
descriptionin interfaceDebuggableTask
-