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
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()
setStatus
public void setStatus(MonitoredRPCHandler status)
run
public void run()
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.