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)
           
 
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

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


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