Package org.apache.cassandra.service
Class StorageProxy.LocalReadRunnable
- java.lang.Object
-
- org.apache.cassandra.service.StorageProxy.LocalReadRunnable
-
- All Implemented Interfaces:
java.lang.Runnable,DebuggableTask,DebuggableTask.RunnableDebuggableTask
- Enclosing class:
- StorageProxy
public static class StorageProxy.LocalReadRunnable extends java.lang.Object implements DebuggableTask.RunnableDebuggableTask
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.cassandra.concurrent.DebuggableTask
DebuggableTask.CallableDebuggableTask<T>, DebuggableTask.RunnableDebuggableTask, DebuggableTask.RunningDebuggableTask
-
-
Constructor Summary
Constructors Constructor Description LocalReadRunnable(ReadCommand command, ReadCallback handler, Dispatcher.RequestTime requestTime)LocalReadRunnable(ReadCommand command, ReadCallback handler, Dispatcher.RequestTime requestTime, boolean trackRepairedStatus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longcreationTimeNanos()java.lang.Stringdescription()protected voidrunMayThrow()longstartTimeNanos()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cassandra.concurrent.DebuggableTask
elapsedSinceCreation
-
-
-
-
Constructor Detail
-
LocalReadRunnable
public LocalReadRunnable(ReadCommand command, ReadCallback handler, Dispatcher.RequestTime requestTime)
-
LocalReadRunnable
public LocalReadRunnable(ReadCommand command, ReadCallback handler, Dispatcher.RequestTime requestTime, boolean trackRepairedStatus)
-
-
Method Detail
-
runMayThrow
protected void runMayThrow()
-
creationTimeNanos
public long creationTimeNanos()
- Specified by:
creationTimeNanosin interfaceDebuggableTask
-
startTimeNanos
public long startTimeNanos()
- Specified by:
startTimeNanosin interfaceDebuggableTask
-
description
public java.lang.String description()
- Specified by:
descriptionin interfaceDebuggableTask
-
-