public static interface RegionServerStatusProtos.RegionServerStatusService.Interface
| Modifier and Type | Method and Description |
|---|---|
void |
getLastFlushedSequenceId(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
RegionServerStatusProtos.GetLastFlushedSequenceIdRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<RegionServerStatusProtos.GetLastFlushedSequenceIdResponse> done)
Called to get the sequence id of the last MemStore entry flushed to an
HFile for a specified region.
|
void |
regionServerReport(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
RegionServerStatusProtos.RegionServerReportRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<RegionServerStatusProtos.RegionServerReportResponse> done)
Called to report the load the RegionServer is under.
|
void |
regionServerStartup(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
RegionServerStatusProtos.RegionServerStartupRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<RegionServerStatusProtos.RegionServerStartupResponse> done)
Called when a region server first starts.
|
void |
reportProcedureDone(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
RegionServerStatusProtos.ReportProcedureDoneRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<RegionServerStatusProtos.ReportProcedureDoneResponse> done)
rpc ReportProcedureDone(.hbase.pb.ReportProcedureDoneRequest) returns (.hbase.pb.ReportProcedureDoneResponse); |
void |
reportRegionSpaceUse(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
RegionServerStatusProtos.RegionSpaceUseReportRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<RegionServerStatusProtos.RegionSpaceUseReportResponse> done)
Reports Region filesystem space use
|
void |
reportRegionStateTransition(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
RegionServerStatusProtos.ReportRegionStateTransitionRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<RegionServerStatusProtos.ReportRegionStateTransitionResponse> done)
Called by a region server to report the progress of a region
transition.
|
void |
reportRSFatalError(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
RegionServerStatusProtos.ReportRSFatalErrorRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<RegionServerStatusProtos.ReportRSFatalErrorResponse> done)
Called by a region server to report a fatal error that is causing it to
abort.
|
void regionServerStartup(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
RegionServerStatusProtos.RegionServerStartupRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<RegionServerStatusProtos.RegionServerStartupResponse> done)
Called when a region server first starts.
rpc RegionServerStartup(.hbase.pb.RegionServerStartupRequest) returns (.hbase.pb.RegionServerStartupResponse);void regionServerReport(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
RegionServerStatusProtos.RegionServerReportRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<RegionServerStatusProtos.RegionServerReportResponse> done)
Called to report the load the RegionServer is under.
rpc RegionServerReport(.hbase.pb.RegionServerReportRequest) returns (.hbase.pb.RegionServerReportResponse);void reportRSFatalError(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
RegionServerStatusProtos.ReportRSFatalErrorRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<RegionServerStatusProtos.ReportRSFatalErrorResponse> done)
Called by a region server to report a fatal error that is causing it to abort.
rpc ReportRSFatalError(.hbase.pb.ReportRSFatalErrorRequest) returns (.hbase.pb.ReportRSFatalErrorResponse);void getLastFlushedSequenceId(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
RegionServerStatusProtos.GetLastFlushedSequenceIdRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<RegionServerStatusProtos.GetLastFlushedSequenceIdResponse> done)
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.
rpc GetLastFlushedSequenceId(.hbase.pb.GetLastFlushedSequenceIdRequest) returns (.hbase.pb.GetLastFlushedSequenceIdResponse);void reportRegionStateTransition(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
RegionServerStatusProtos.ReportRegionStateTransitionRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<RegionServerStatusProtos.ReportRegionStateTransitionResponse> done)
Called by a region server to report the progress of a region transition. If the request fails, the transition should be aborted.
rpc ReportRegionStateTransition(.hbase.pb.ReportRegionStateTransitionRequest) returns (.hbase.pb.ReportRegionStateTransitionResponse);void reportRegionSpaceUse(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
RegionServerStatusProtos.RegionSpaceUseReportRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<RegionServerStatusProtos.RegionSpaceUseReportResponse> done)
Reports Region filesystem space use
rpc ReportRegionSpaceUse(.hbase.pb.RegionSpaceUseReportRequest) returns (.hbase.pb.RegionSpaceUseReportResponse);void reportProcedureDone(org.apache.hbase.thirdparty.com.google.protobuf.RpcController controller,
RegionServerStatusProtos.ReportProcedureDoneRequest request,
org.apache.hbase.thirdparty.com.google.protobuf.RpcCallback<RegionServerStatusProtos.ReportProcedureDoneResponse> done)
rpc ReportProcedureDone(.hbase.pb.ReportProcedureDoneRequest) returns (.hbase.pb.ReportProcedureDoneResponse);Copyright © 2007–2019 Cloudera. All rights reserved.