org.apache.hadoop.hbase.ipc
Class CallRunner
java.lang.Object
org.apache.hadoop.hbase.ipc.CallRunner
@InterfaceAudience.Private
public class CallRunner
- extends Object
The request processing logic, which is usually executed in thread pools provided by an
RpcScheduler
. Call run()
to actually execute the contained
RpcServer.Call
Method Summary |
org.apache.hadoop.hbase.ipc.RpcServer.Call |
getCall()
|
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getCall
public org.apache.hadoop.hbase.ipc.RpcServer.Call getCall()
run
public void run()
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.