Class TestAccessController.PingCoprocessor
java.lang.Object
org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.PingService
org.apache.hadoop.hbase.security.access.TestAccessController.PingCoprocessor
- All Implemented Interfaces:
org.apache.hadoop.hbase.Coprocessor
,org.apache.hadoop.hbase.coprocessor.RegionCoprocessor
,org.apache.hbase.thirdparty.com.google.protobuf.Service
- Enclosing class:
- TestAccessController
public static class TestAccessController.PingCoprocessor
extends org.apache.hadoop.hbase.shaded.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.shaded.coprocessor.protobuf.generated.PingProtos.PingService
org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.PingService.BlockingInterface, org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.PingService.Interface, org.apache.hadoop.hbase.shaded.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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
count
(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.CountRequest request, org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.CountResponse> callback) Iterable<org.apache.hbase.thirdparty.com.google.protobuf.Service>
void
hello
(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.HelloRequest request, org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.HelloResponse> callback) void
increment
(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.IncrementCountRequest requet, org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.IncrementCountResponse> callback) void
noop
(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.NoopRequest request, org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.NoopResponse> callback) void
ping
(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.PingRequest request, org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.shaded.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.shaded.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
-
PingCoprocessor
public PingCoprocessor()
-
-
Method Details
-
start
- Specified by:
start
in interfaceorg.apache.hadoop.hbase.Coprocessor
- Throws:
IOException
-
stop
- Specified by:
stop
in interfaceorg.apache.hadoop.hbase.Coprocessor
- Throws:
IOException
-
getServices
- Specified by:
getServices
in interfaceorg.apache.hadoop.hbase.Coprocessor
-
ping
public void ping(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.PingRequest request, org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.PingResponse> callback) - Specified by:
ping
in classorg.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.PingService
-
count
public void count(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.CountRequest request, org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.CountResponse> callback) - Specified by:
count
in classorg.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.PingService
-
increment
public void increment(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.IncrementCountRequest requet, org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.IncrementCountResponse> callback) - Specified by:
increment
in classorg.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.PingService
-
hello
public void hello(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.HelloRequest request, org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.HelloResponse> callback) - Specified by:
hello
in classorg.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.PingService
-
noop
public void noop(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.NoopRequest request, org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.NoopResponse> callback) - Specified by:
noop
in classorg.apache.hadoop.hbase.shaded.coprocessor.protobuf.generated.PingProtos.PingService
-