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, newStub
public PingCoprocessor()
public void start(org.apache.hadoop.hbase.CoprocessorEnvironment env) throws IOException
start
in interface org.apache.hadoop.hbase.Coprocessor
IOException
public void stop(org.apache.hadoop.hbase.CoprocessorEnvironment env) throws IOException
stop
in interface org.apache.hadoop.hbase.Coprocessor
IOException
public Iterable<com.google.protobuf.Service> getServices()
getServices
in interface org.apache.hadoop.hbase.Coprocessor
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)
ping
in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingService
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)
count
in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingService
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)
increment
in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingService
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)
hello
in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingService
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)
noop
in class org.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingService
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.