@InterfaceAudience.Private public class RefreshHFilesEndpoint extends org.apache.hadoop.hbase.protobuf.generated.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.
org.apache.hadoop.hbase.protobuf.generated.RefreshHFilesProtos.RefreshHFilesService.BlockingInterface, org.apache.hadoop.hbase.protobuf.generated.RefreshHFilesProtos.RefreshHFilesService.Interface, org.apache.hadoop.hbase.protobuf.generated.RefreshHFilesProtos.RefreshHFilesService.StubCoprocessor.State| Modifier and Type | Field and Description |
|---|---|
private RegionCoprocessorEnvironment |
env |
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,
org.apache.hadoop.hbase.protobuf.generated.RefreshHFilesProtos.RefreshHFilesRequest request,
com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.protobuf.generated.RefreshHFilesProtos.RefreshHFilesResponse> done) |
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, getRegionObserverprotected static final org.slf4j.Logger LOG
private RegionCoprocessorEnvironment env
public RefreshHFilesEndpoint()
public 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, org.apache.hadoop.hbase.protobuf.generated.RefreshHFilesProtos.RefreshHFilesRequest request, com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.protobuf.generated.RefreshHFilesProtos.RefreshHFilesResponse> done)
refreshHFiles in class org.apache.hadoop.hbase.protobuf.generated.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–2020 The Apache Software Foundation. All rights reserved.