@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()
Coprocessor endpoints providing protobuf services should override this method.
|
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)
Called by the
CoprocessorEnvironment during it's own startup to initialize the
coprocessor. |
void |
stop(CoprocessorEnvironment env)
Called by the
CoprocessorEnvironment during it's own shutdown to stop the
coprocessor. |
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()
CoprocessorgetServices in interface CoprocessorServices or empty collection. Implementations should never
return null.public 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
CoprocessorCoprocessorEnvironment during it's own startup to initialize the
coprocessor.start in interface CoprocessorIOExceptionpublic void stop(CoprocessorEnvironment env) throws IOException
CoprocessorCoprocessorEnvironment during it's own shutdown to stop the
coprocessor.stop in interface CoprocessorIOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.