Package org.apache.cassandra.service
Class StorageProxy.LocalReadRunnable
- java.lang.Object
-
- org.apache.cassandra.service.StorageProxy.LocalReadRunnable
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- StorageProxy
public static class StorageProxy.LocalReadRunnable extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LocalReadRunnable(ReadCommand command, ReadCallback handler)
LocalReadRunnable(ReadCommand command, ReadCallback handler, boolean trackRepairedStatus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
runMayThrow()
-
-
-
Constructor Detail
-
LocalReadRunnable
public LocalReadRunnable(ReadCommand command, ReadCallback handler)
-
LocalReadRunnable
public LocalReadRunnable(ReadCommand command, ReadCallback handler, boolean trackRepairedStatus)
-
-