Class AdminOverAsyncAdmin.SyncCoprocessorRpcChannelOverAsync

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

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    SyncCoprocessorRpcChannelOverAsync(org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel delegate)
     
  • 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 java.lang.Object

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

    • delegate

      private final org.apache.hbase.thirdparty.com.google.protobuf.RpcChannel delegate
  • 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
    • 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