public class HBaseBulkDeleteEndpoint extends HBaseBulkDeleteProtosServer.BulkDeleteService implements org.apache.hadoop.hbase.coprocessor.RegionCoprocessor
HBaseBulkDeleteProtosServer.BulkDeleteService.BlockingInterface, HBaseBulkDeleteProtosServer.BulkDeleteService.Interface, HBaseBulkDeleteProtosServer.BulkDeleteService.Stub
Constructor and Description |
---|
HBaseBulkDeleteEndpoint() |
Modifier and Type | Method and Description |
---|---|
void |
delete(com.google.protobuf.RpcController controller,
HBaseBulkDeleteProtosServer.BulkDeleteRequest request,
com.google.protobuf.RpcCallback<HBaseBulkDeleteProtosServer.BulkDeleteResponse> done)
rpc delete(.BulkDeleteRequest) returns (.BulkDeleteResponse); |
Iterable<com.google.protobuf.Service> |
getServices() |
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 Iterable<com.google.protobuf.Service> getServices()
getServices
in interface org.apache.hadoop.hbase.Coprocessor
public void delete(com.google.protobuf.RpcController controller, HBaseBulkDeleteProtosServer.BulkDeleteRequest request, com.google.protobuf.RpcCallback<HBaseBulkDeleteProtosServer.BulkDeleteResponse> done)
HBaseBulkDeleteProtosServer.BulkDeleteService
rpc delete(.BulkDeleteRequest) returns (.BulkDeleteResponse);
delete
in class HBaseBulkDeleteProtosServer.BulkDeleteService
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
Copyright © 2013–2022. All rights reserved.