Class TestAccessController.PingCoprocessor

java.lang.Object
org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingService
org.apache.hadoop.hbase.security.access.TestAccessController.PingCoprocessor
All Implemented Interfaces:
com.google.protobuf.Service, org.apache.hadoop.hbase.Coprocessor, org.apache.hadoop.hbase.coprocessor.RegionCoprocessor
Enclosing class:
TestAccessController

public static class TestAccessController.PingCoprocessor extends org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingService implements org.apache.hadoop.hbase.coprocessor.RegionCoprocessor
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingService

    org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingService.BlockingInterface, org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingService.Interface, org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingService.Stub

    Nested classes/interfaces inherited from interface org.apache.hadoop.hbase.Coprocessor

    org.apache.hadoop.hbase.Coprocessor.State
  • Field Summary

    Fields inherited from interface org.apache.hadoop.hbase.Coprocessor

    PRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_SYSTEM, PRIORITY_USER, VERSION
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    count(com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.CountRequest request, com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.CountResponse> callback)
     
    Iterable<com.google.protobuf.Service>
     
    void
    hello(com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.HelloRequest request, com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.HelloResponse> callback)
     
    void
    increment(com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.IncrementCountRequest requet, com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.IncrementCountResponse> callback)
     
    void
    noop(com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.NoopRequest request, com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.NoopResponse> callback)
     
    void
    ping(com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingRequest request, com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingResponse> callback)
     
    void
    start(org.apache.hadoop.hbase.CoprocessorEnvironment env)
     
    void
    stop(org.apache.hadoop.hbase.CoprocessorEnvironment env)
     

    Methods inherited from class org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingService

    callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.hadoop.hbase.coprocessor.RegionCoprocessor

    getBulkLoadObserver, getEndpointObserver, getRegionObserver
  • Constructor Details

  • Method Details

    • start

      public void start(org.apache.hadoop.hbase.CoprocessorEnvironment env) throws IOException
      Specified by:
      start in interface org.apache.hadoop.hbase.Coprocessor
      Throws:
      IOException
    • stop

      public void stop(org.apache.hadoop.hbase.CoprocessorEnvironment env) throws IOException
      Specified by:
      stop in interface org.apache.hadoop.hbase.Coprocessor
      Throws:
      IOException
    • getServices

      public Iterable<com.google.protobuf.Service> getServices()
      Specified by:
      getServices in interface org.apache.hadoop.hbase.Coprocessor
    • ping

      public void ping(com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingRequest request, com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingResponse> callback)
      Specified by:
      ping in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingService
    • count

      public void count(com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.CountRequest request, com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.CountResponse> callback)
      Specified by:
      count in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingService
    • increment

      public void increment(com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.IncrementCountRequest requet, com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.IncrementCountResponse> callback)
      Specified by:
      increment in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingService
    • hello

      public void hello(com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.HelloRequest request, com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.HelloResponse> callback)
      Specified by:
      hello in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingService
    • noop

      public void noop(com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.NoopRequest request, com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.NoopResponse> callback)
      Specified by:
      noop in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingService