@InterfaceAudience.Private public class RefreshHFilesEndpoint extends RefreshHFilesProtos.RefreshHFilesService implements org.apache.hadoop.hbase.coprocessor.RegionCoprocessor
For the protocol buffer definition of the RefreshHFilesService, see the source file located under hbase-protocol/src/main/protobuf/RefreshHFiles.proto.
RefreshHFilesProtos.RefreshHFilesService.BlockingInterface, RefreshHFilesProtos.RefreshHFilesService.Interface, RefreshHFilesProtos.RefreshHFilesService.Stub| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
RefreshHFilesEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<com.google.protobuf.Service> |
getServices() |
void |
refreshHFiles(com.google.protobuf.RpcController controller,
RefreshHFilesProtos.RefreshHFilesRequest request,
com.google.protobuf.RpcCallback<RefreshHFilesProtos.RefreshHFilesResponse> done)
rpc refreshHFiles(.hbase.pb.RefreshHFilesRequest) returns (.hbase.pb.RefreshHFilesResponse); |
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 Iterable<com.google.protobuf.Service> getServices()
getServices in interface org.apache.hadoop.hbase.Coprocessorpublic void refreshHFiles(com.google.protobuf.RpcController controller,
RefreshHFilesProtos.RefreshHFilesRequest request,
com.google.protobuf.RpcCallback<RefreshHFilesProtos.RefreshHFilesResponse> done)
RefreshHFilesProtos.RefreshHFilesServicerpc refreshHFiles(.hbase.pb.RefreshHFilesRequest) returns (.hbase.pb.RefreshHFilesResponse);refreshHFiles in class RefreshHFilesProtos.RefreshHFilesServicepublic 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.CoprocessorIOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.