Package org.apache.cassandra.service
Class StorageProxy.LocalReadRunnable
java.lang.Object
org.apache.cassandra.service.StorageProxy.LocalReadRunnable
- All Implemented Interfaces:
Runnable,DebuggableTask,DebuggableTask.RunnableDebuggableTask
- Enclosing class:
- StorageProxy
public static class StorageProxy.LocalReadRunnable
extends 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
ConstructorsConstructorDescriptionLocalReadRunnable(ReadCommand command, ReadCallback handler, Dispatcher.RequestTime requestTime) LocalReadRunnable(ReadCommand command, ReadCallback handler, Dispatcher.RequestTime requestTime, boolean trackRepairedStatus) -
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
-
LocalReadRunnable
public LocalReadRunnable(ReadCommand command, ReadCallback handler, Dispatcher.RequestTime requestTime) -
LocalReadRunnable
public LocalReadRunnable(ReadCommand command, ReadCallback handler, Dispatcher.RequestTime requestTime, boolean trackRepairedStatus)
-
-
Method Details
-
runMayThrow
protected void runMayThrow() -
creationTimeNanos
public long creationTimeNanos()- Specified by:
creationTimeNanosin interfaceDebuggableTask
-
startTimeNanos
public long startTimeNanos()- Specified by:
startTimeNanosin interfaceDebuggableTask
-
description
- Specified by:
descriptionin interfaceDebuggableTask
-
run
public final void run()
-