org.apache.hadoop.hbase.protobuf.generated
Class RegionServerStatusProtos.RegionServerStatusService.Stub

java.lang.Object
  extended by org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService
      extended by org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService.Stub
All Implemented Interfaces:
com.google.protobuf.Service, RegionServerStatusProtos.RegionServerStatusService.Interface
Enclosing class:
RegionServerStatusProtos.RegionServerStatusService

public static final class RegionServerStatusProtos.RegionServerStatusService.Stub
extends RegionServerStatusProtos.RegionServerStatusService
implements RegionServerStatusProtos.RegionServerStatusService.Interface


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService
RegionServerStatusProtos.RegionServerStatusService.BlockingInterface, RegionServerStatusProtos.RegionServerStatusService.Interface, RegionServerStatusProtos.RegionServerStatusService.Stub
 
Method Summary
 com.google.protobuf.RpcChannel getChannel()
           
 void getLastFlushedSequenceId(com.google.protobuf.RpcController controller, RegionServerStatusProtos.GetLastFlushedSequenceIdRequest request, com.google.protobuf.RpcCallback<RegionServerStatusProtos.GetLastFlushedSequenceIdResponse> done)
          rpc GetLastFlushedSequenceId(.GetLastFlushedSequenceIdRequest) returns (.GetLastFlushedSequenceIdResponse);
 void regionServerReport(com.google.protobuf.RpcController controller, RegionServerStatusProtos.RegionServerReportRequest request, com.google.protobuf.RpcCallback<RegionServerStatusProtos.RegionServerReportResponse> done)
          rpc RegionServerReport(.RegionServerReportRequest) returns (.RegionServerReportResponse);
 void regionServerStartup(com.google.protobuf.RpcController controller, RegionServerStatusProtos.RegionServerStartupRequest request, com.google.protobuf.RpcCallback<RegionServerStatusProtos.RegionServerStartupResponse> done)
          rpc RegionServerStartup(.RegionServerStartupRequest) returns (.RegionServerStartupResponse);
 void reportRSFatalError(com.google.protobuf.RpcController controller, RegionServerStatusProtos.ReportRSFatalErrorRequest request, com.google.protobuf.RpcCallback<RegionServerStatusProtos.ReportRSFatalErrorResponse> done)
          rpc ReportRSFatalError(.ReportRSFatalErrorRequest) returns (.ReportRSFatalErrorResponse);
 
Methods inherited from class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStatusService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChannel

public com.google.protobuf.RpcChannel getChannel()

regionServerStartup

public void regionServerStartup(com.google.protobuf.RpcController controller,
                                RegionServerStatusProtos.RegionServerStartupRequest request,
                                com.google.protobuf.RpcCallback<RegionServerStatusProtos.RegionServerStartupResponse> done)
Description copied from class: RegionServerStatusProtos.RegionServerStatusService
rpc RegionServerStartup(.RegionServerStartupRequest) returns (.RegionServerStartupResponse);
 Called when a region server first starts. 
 

Specified by:
regionServerStartup in interface RegionServerStatusProtos.RegionServerStatusService.Interface
Specified by:
regionServerStartup in class RegionServerStatusProtos.RegionServerStatusService

regionServerReport

public void regionServerReport(com.google.protobuf.RpcController controller,
                               RegionServerStatusProtos.RegionServerReportRequest request,
                               com.google.protobuf.RpcCallback<RegionServerStatusProtos.RegionServerReportResponse> done)
Description copied from class: RegionServerStatusProtos.RegionServerStatusService
rpc RegionServerReport(.RegionServerReportRequest) returns (.RegionServerReportResponse);
 Called to report the load the RegionServer is under. 
 

Specified by:
regionServerReport in interface RegionServerStatusProtos.RegionServerStatusService.Interface
Specified by:
regionServerReport in class RegionServerStatusProtos.RegionServerStatusService

reportRSFatalError

public void reportRSFatalError(com.google.protobuf.RpcController controller,
                               RegionServerStatusProtos.ReportRSFatalErrorRequest request,
                               com.google.protobuf.RpcCallback<RegionServerStatusProtos.ReportRSFatalErrorResponse> done)
Description copied from class: RegionServerStatusProtos.RegionServerStatusService
rpc ReportRSFatalError(.ReportRSFatalErrorRequest) returns (.ReportRSFatalErrorResponse);

 Called by a region server to report a fatal error that is causing it to
 abort.
 

Specified by:
reportRSFatalError in interface RegionServerStatusProtos.RegionServerStatusService.Interface
Specified by:
reportRSFatalError in class RegionServerStatusProtos.RegionServerStatusService

getLastFlushedSequenceId

public void getLastFlushedSequenceId(com.google.protobuf.RpcController controller,
                                     RegionServerStatusProtos.GetLastFlushedSequenceIdRequest request,
                                     com.google.protobuf.RpcCallback<RegionServerStatusProtos.GetLastFlushedSequenceIdResponse> done)
Description copied from class: RegionServerStatusProtos.RegionServerStatusService
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. 
 

Specified by:
getLastFlushedSequenceId in interface RegionServerStatusProtos.RegionServerStatusService.Interface
Specified by:
getLastFlushedSequenceId in class RegionServerStatusProtos.RegionServerStatusService


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.