Class TableOverAsyncTable.RegionCoprocessorRpcChannel

java.lang.Object
org.apache.hadoop.hbase.client.RegionCoprocessorRpcChannelImpl
org.apache.hadoop.hbase.client.TableOverAsyncTable.RegionCoprocessorRpcChannel
All Implemented Interfaces:
CoprocessorRpcChannel, org.apache.hbase.thirdparty.com.google.protobuf.BlockingRpcChannel, org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel
Enclosing class:
TableOverAsyncTable

  • Constructor Summary

    Constructors
    Constructor
    Description
    RegionCoprocessorRpcChannel(AsyncConnectionImpl conn, TableName tableName, RegionInfo region, byte[] row, long rpcTimeoutNs, long operationTimeoutNs)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hbase.thirdparty.com.google.protobuf.Message
    callBlockingMethod(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor method, org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hbase.thirdparty.com.google.protobuf.Message request, org.apache.hbase.thirdparty.com.google.protobuf.Message responsePrototype)
     
    void
    callMethod(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor method, org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hbase.thirdparty.com.google.protobuf.Message request, org.apache.hbase.thirdparty.com.google.protobuf.Message responsePrototype, org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<org.apache.hbase.thirdparty.com.google.protobuf.Message> done)
     

    Methods inherited from class org.apache.hadoop.hbase.client.RegionCoprocessorRpcChannelImpl

    getLastRegion

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • callMethod

      public void callMethod(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor method, org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hbase.thirdparty.com.google.protobuf.Message request, org.apache.hbase.thirdparty.com.google.protobuf.Message responsePrototype, org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<org.apache.hbase.thirdparty.com.google.protobuf.Message> done)
      Specified by:
      callMethod in interface org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel
      Overrides:
      callMethod in class RegionCoprocessorRpcChannelImpl
    • callBlockingMethod

      public org.apache.hbase.thirdparty.com.google.protobuf.Message callBlockingMethod(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.MethodDescriptor method, org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hbase.thirdparty.com.google.protobuf.Message request, org.apache.hbase.thirdparty.com.google.protobuf.Message responsePrototype) throws org.apache.hbase.thirdparty.com.google.protobuf.ServiceException
      Specified by:
      callBlockingMethod in interface org.apache.hbase.thirdparty.com.google.protobuf.BlockingRpcChannel
      Throws:
      org.apache.hbase.thirdparty.com.google.protobuf.ServiceException