public static class TestAccessController.PingCoprocessor extends org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingService implements org.apache.hadoop.hbase.coprocessor.RegionCoprocessor
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| Constructor and Description | 
|---|
PingCoprocessor()  | 
| Modifier and Type | Method and 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> | 
getServices()  | 
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)  | 
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic PingCoprocessor()
public void start(org.apache.hadoop.hbase.CoprocessorEnvironment env) throws IOException
start in interface org.apache.hadoop.hbase.CoprocessorIOExceptionpublic void stop(org.apache.hadoop.hbase.CoprocessorEnvironment env) throws IOException
stop in interface org.apache.hadoop.hbase.CoprocessorIOExceptionpublic Iterable<com.google.protobuf.Service> getServices()
getServices in interface org.apache.hadoop.hbase.Coprocessorpublic 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)
ping in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingServicepublic 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)
count in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingServicepublic 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)
increment in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingServicepublic 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)
hello in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingServicepublic 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)
noop in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingServiceCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.