org.apache.hadoop.hbase.protobuf.generated
Class MasterMonitorProtos.MasterMonitorService.Stub

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

public static final class MasterMonitorProtos.MasterMonitorService.Stub
extends MasterMonitorProtos.MasterMonitorService
implements MasterMonitorProtos.MasterMonitorService.Interface


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos.MasterMonitorService
MasterMonitorProtos.MasterMonitorService.BlockingInterface, MasterMonitorProtos.MasterMonitorService.Interface, MasterMonitorProtos.MasterMonitorService.Stub
 
Method Summary
 com.google.protobuf.RpcChannel getChannel()
           
 void getClusterStatus(com.google.protobuf.RpcController controller, MasterMonitorProtos.GetClusterStatusRequest request, com.google.protobuf.RpcCallback<MasterMonitorProtos.GetClusterStatusResponse> done)
           
 void getSchemaAlterStatus(com.google.protobuf.RpcController controller, MasterMonitorProtos.GetSchemaAlterStatusRequest request, com.google.protobuf.RpcCallback<MasterMonitorProtos.GetSchemaAlterStatusResponse> done)
           
 void getTableDescriptors(com.google.protobuf.RpcController controller, MasterMonitorProtos.GetTableDescriptorsRequest request, com.google.protobuf.RpcCallback<MasterMonitorProtos.GetTableDescriptorsResponse> done)
           
 void getTableNames(com.google.protobuf.RpcController controller, MasterMonitorProtos.GetTableNamesRequest request, com.google.protobuf.RpcCallback<MasterMonitorProtos.GetTableNamesResponse> done)
           
 void isMasterRunning(com.google.protobuf.RpcController controller, MasterProtos.IsMasterRunningRequest request, com.google.protobuf.RpcCallback<MasterProtos.IsMasterRunningResponse> done)
           
 
Methods inherited from class org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos.MasterMonitorService
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()

getSchemaAlterStatus

public void getSchemaAlterStatus(com.google.protobuf.RpcController controller,
                                 MasterMonitorProtos.GetSchemaAlterStatusRequest request,
                                 com.google.protobuf.RpcCallback<MasterMonitorProtos.GetSchemaAlterStatusResponse> done)
Specified by:
getSchemaAlterStatus in interface MasterMonitorProtos.MasterMonitorService.Interface
Specified by:
getSchemaAlterStatus in class MasterMonitorProtos.MasterMonitorService

getTableDescriptors

public void getTableDescriptors(com.google.protobuf.RpcController controller,
                                MasterMonitorProtos.GetTableDescriptorsRequest request,
                                com.google.protobuf.RpcCallback<MasterMonitorProtos.GetTableDescriptorsResponse> done)
Specified by:
getTableDescriptors in interface MasterMonitorProtos.MasterMonitorService.Interface
Specified by:
getTableDescriptors in class MasterMonitorProtos.MasterMonitorService

getTableNames

public void getTableNames(com.google.protobuf.RpcController controller,
                          MasterMonitorProtos.GetTableNamesRequest request,
                          com.google.protobuf.RpcCallback<MasterMonitorProtos.GetTableNamesResponse> done)
Specified by:
getTableNames in interface MasterMonitorProtos.MasterMonitorService.Interface
Specified by:
getTableNames in class MasterMonitorProtos.MasterMonitorService

getClusterStatus

public void getClusterStatus(com.google.protobuf.RpcController controller,
                             MasterMonitorProtos.GetClusterStatusRequest request,
                             com.google.protobuf.RpcCallback<MasterMonitorProtos.GetClusterStatusResponse> done)
Specified by:
getClusterStatus in interface MasterMonitorProtos.MasterMonitorService.Interface
Specified by:
getClusterStatus in class MasterMonitorProtos.MasterMonitorService

isMasterRunning

public void isMasterRunning(com.google.protobuf.RpcController controller,
                            MasterProtos.IsMasterRunningRequest request,
                            com.google.protobuf.RpcCallback<MasterProtos.IsMasterRunningResponse> done)
Specified by:
isMasterRunning in interface MasterMonitorProtos.MasterMonitorService.Interface
Specified by:
isMasterRunning in class MasterMonitorProtos.MasterMonitorService


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