@InterfaceAudience.Private public class RefreshHFilesEndpoint extends RefreshHFilesProtos.RefreshHFilesService implements 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.StubCoprocessor.State| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG |
PRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_SYSTEM, PRIORITY_USER, VERSION| 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(CoprocessorEnvironment env) |
void |
stop(CoprocessorEnvironment env) |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBulkLoadObserver, getEndpointObserver, getRegionObserverpublic Iterable<com.google.protobuf.Service> getServices()
getServices in interface 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(CoprocessorEnvironment env) throws IOException
start in interface CoprocessorIOExceptionpublic void stop(CoprocessorEnvironment env) throws IOException
stop in interface CoprocessorIOExceptionCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.