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.StubNested 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidcount(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>voidhello(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) voidincrement(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) voidnoop(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) voidping(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) voidstart(org.apache.hadoop.hbase.CoprocessorEnvironment env) voidstop(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, newStubMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.hbase.coprocessor.RegionCoprocessor
getBulkLoadObserver, getEndpointObserver, getRegionObserver
-
Constructor Details
-
PingCoprocessor
public PingCoprocessor()
-
-
Method Details
-
start
- Specified by:
startin interfaceorg.apache.hadoop.hbase.Coprocessor- Throws:
IOException
-
stop
- Specified by:
stopin interfaceorg.apache.hadoop.hbase.Coprocessor- Throws:
IOException
-
getServices
- Specified by:
getServicesin interfaceorg.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:
pingin classorg.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:
countin classorg.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:
incrementin classorg.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:
helloin classorg.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:
noopin classorg.apache.hadoop.hbase.coprocessor.protobuf.generated.PingProtos.PingService
-