org.apache.hadoop.hbase.ipc
Class CallRunner

java.lang.Object
  extended by 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()
           
 void setStatus(MonitoredRPCHandler status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.