public abstract static class RegionServerStatusProtos.RegionServerStatusService extends Object implements com.google.protobuf.Service
RegionServerStatusService
Modifier and Type | Class and Description |
---|---|
static interface |
RegionServerStatusProtos.RegionServerStatusService.BlockingInterface |
static interface |
RegionServerStatusProtos.RegionServerStatusService.Interface |
static class |
RegionServerStatusProtos.RegionServerStatusService.Stub |
Modifier | Constructor and Description |
---|---|
protected |
RegionServerStatusProtos.RegionServerStatusService() |
Modifier and Type | Method and Description |
---|---|
void |
callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done) |
static com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptorForType() |
abstract void |
getLastFlushedSequenceId(com.google.protobuf.RpcController controller,
RegionServerStatusProtos.GetLastFlushedSequenceIdRequest request,
com.google.protobuf.RpcCallback<RegionServerStatusProtos.GetLastFlushedSequenceIdResponse> done)
rpc GetLastFlushedSequenceId(.GetLastFlushedSequenceIdRequest) returns (.GetLastFlushedSequenceIdResponse); |
com.google.protobuf.Message |
getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
com.google.protobuf.Message |
getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
static RegionServerStatusProtos.RegionServerStatusService.BlockingInterface |
newBlockingStub(com.google.protobuf.BlockingRpcChannel channel) |
static com.google.protobuf.BlockingService |
newReflectiveBlockingService(RegionServerStatusProtos.RegionServerStatusService.BlockingInterface impl) |
static com.google.protobuf.Service |
newReflectiveService(RegionServerStatusProtos.RegionServerStatusService.Interface impl) |
static RegionServerStatusProtos.RegionServerStatusService.Stub |
newStub(com.google.protobuf.RpcChannel channel) |
abstract void |
regionServerReport(com.google.protobuf.RpcController controller,
RegionServerStatusProtos.RegionServerReportRequest request,
com.google.protobuf.RpcCallback<RegionServerStatusProtos.RegionServerReportResponse> done)
rpc RegionServerReport(.RegionServerReportRequest) returns (.RegionServerReportResponse); |
abstract void |
regionServerStartup(com.google.protobuf.RpcController controller,
RegionServerStatusProtos.RegionServerStartupRequest request,
com.google.protobuf.RpcCallback<RegionServerStatusProtos.RegionServerStartupResponse> done)
rpc RegionServerStartup(.RegionServerStartupRequest) returns (.RegionServerStartupResponse); |
abstract void |
reportRegionStateTransition(com.google.protobuf.RpcController controller,
RegionServerStatusProtos.ReportRegionStateTransitionRequest request,
com.google.protobuf.RpcCallback<RegionServerStatusProtos.ReportRegionStateTransitionResponse> done)
rpc ReportRegionStateTransition(.ReportRegionStateTransitionRequest) returns (.ReportRegionStateTransitionResponse); |
abstract void |
reportRSFatalError(com.google.protobuf.RpcController controller,
RegionServerStatusProtos.ReportRSFatalErrorRequest request,
com.google.protobuf.RpcCallback<RegionServerStatusProtos.ReportRSFatalErrorResponse> done)
rpc ReportRSFatalError(.ReportRSFatalErrorRequest) returns (.ReportRSFatalErrorResponse); |
protected RegionServerStatusProtos.RegionServerStatusService()
public static com.google.protobuf.Service newReflectiveService(RegionServerStatusProtos.RegionServerStatusService.Interface impl)
public static com.google.protobuf.BlockingService newReflectiveBlockingService(RegionServerStatusProtos.RegionServerStatusService.BlockingInterface impl)
public abstract void regionServerStartup(com.google.protobuf.RpcController controller, RegionServerStatusProtos.RegionServerStartupRequest request, com.google.protobuf.RpcCallback<RegionServerStatusProtos.RegionServerStartupResponse> done)
rpc RegionServerStartup(.RegionServerStartupRequest) returns (.RegionServerStartupResponse);
Called when a region server first starts.
public abstract void regionServerReport(com.google.protobuf.RpcController controller, RegionServerStatusProtos.RegionServerReportRequest request, com.google.protobuf.RpcCallback<RegionServerStatusProtos.RegionServerReportResponse> done)
rpc RegionServerReport(.RegionServerReportRequest) returns (.RegionServerReportResponse);
Called to report the load the RegionServer is under.
public abstract void reportRSFatalError(com.google.protobuf.RpcController controller, RegionServerStatusProtos.ReportRSFatalErrorRequest request, com.google.protobuf.RpcCallback<RegionServerStatusProtos.ReportRSFatalErrorResponse> done)
rpc ReportRSFatalError(.ReportRSFatalErrorRequest) returns (.ReportRSFatalErrorResponse);
Called by a region server to report a fatal error that is causing it to abort.
public abstract void getLastFlushedSequenceId(com.google.protobuf.RpcController controller, RegionServerStatusProtos.GetLastFlushedSequenceIdRequest request, com.google.protobuf.RpcCallback<RegionServerStatusProtos.GetLastFlushedSequenceIdResponse> done)
rpc GetLastFlushedSequenceId(.GetLastFlushedSequenceIdRequest) returns (.GetLastFlushedSequenceIdResponse);
Called to get the sequence id of the last MemStore entry flushed to an HFile for a specified region. Used by the region server to speed up log splitting.
public abstract void reportRegionStateTransition(com.google.protobuf.RpcController controller, RegionServerStatusProtos.ReportRegionStateTransitionRequest request, com.google.protobuf.RpcCallback<RegionServerStatusProtos.ReportRegionStateTransitionResponse> done)
rpc ReportRegionStateTransition(.ReportRegionStateTransitionRequest) returns (.ReportRegionStateTransitionResponse);
Called by a region server to report the progress of a region transition. If the request fails, the transition should be aborted.
public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Service
public final void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.RpcController controller, com.google.protobuf.Message request, com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
callMethod
in interface com.google.protobuf.Service
public final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype
in interface com.google.protobuf.Service
public final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype
in interface com.google.protobuf.Service
public static RegionServerStatusProtos.RegionServerStatusService.Stub newStub(com.google.protobuf.RpcChannel channel)
public static RegionServerStatusProtos.RegionServerStatusService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.