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)
           
 void regionServerReport(com.google.protobuf.RpcController controller, RegionServerStatusProtos.RegionServerReportRequest request, com.google.protobuf.RpcCallback<RegionServerStatusProtos.RegionServerReportResponse> done)
           
 void regionServerStartup(com.google.protobuf.RpcController controller, RegionServerStatusProtos.RegionServerStartupRequest request, com.google.protobuf.RpcCallback<RegionServerStatusProtos.RegionServerStartupResponse> done)
           
 void reportRSFatalError(com.google.protobuf.RpcController controller, RegionServerStatusProtos.ReportRSFatalErrorRequest request, com.google.protobuf.RpcCallback<RegionServerStatusProtos.ReportRSFatalErrorResponse> done)
           
 
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)
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)
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)
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)
Specified by:
getLastFlushedSequenceId in interface RegionServerStatusProtos.RegionServerStatusService.Interface
Specified by:
getLastFlushedSequenceId in class RegionServerStatusProtos.RegionServerStatusService


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