Uses of Class
org.apache.hadoop.hbase.protobuf.generated.MasterProtos.GetSchemaAlterStatusResponse

Packages that use MasterProtos.GetSchemaAlterStatusResponse
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of MasterProtos.GetSchemaAlterStatusResponse in org.apache.hadoop.hbase.master
 

Methods in org.apache.hadoop.hbase.master that return MasterProtos.GetSchemaAlterStatusResponse
 MasterProtos.GetSchemaAlterStatusResponse HMaster.getSchemaAlterStatus(com.google.protobuf.RpcController controller, MasterProtos.GetSchemaAlterStatusRequest req)
          Get the number of regions of the table that have been updated by the alter.
 

Uses of MasterProtos.GetSchemaAlterStatusResponse in org.apache.hadoop.hbase.protobuf.generated
 

Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type MasterProtos.GetSchemaAlterStatusResponse
static com.google.protobuf.Parser<MasterProtos.GetSchemaAlterStatusResponse> MasterProtos.GetSchemaAlterStatusResponse.PARSER
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return MasterProtos.GetSchemaAlterStatusResponse
 MasterProtos.GetSchemaAlterStatusResponse MasterProtos.GetSchemaAlterStatusResponse.Builder.build()
           
 MasterProtos.GetSchemaAlterStatusResponse MasterProtos.GetSchemaAlterStatusResponse.Builder.buildPartial()
           
static MasterProtos.GetSchemaAlterStatusResponse MasterProtos.GetSchemaAlterStatusResponse.getDefaultInstance()
           
 MasterProtos.GetSchemaAlterStatusResponse MasterProtos.GetSchemaAlterStatusResponse.getDefaultInstanceForType()
           
 MasterProtos.GetSchemaAlterStatusResponse MasterProtos.GetSchemaAlterStatusResponse.Builder.getDefaultInstanceForType()
           
 MasterProtos.GetSchemaAlterStatusResponse MasterProtos.MasterService.BlockingInterface.getSchemaAlterStatus(com.google.protobuf.RpcController controller, MasterProtos.GetSchemaAlterStatusRequest request)
           
static MasterProtos.GetSchemaAlterStatusResponse MasterProtos.GetSchemaAlterStatusResponse.parseDelimitedFrom(InputStream input)
           
static MasterProtos.GetSchemaAlterStatusResponse MasterProtos.GetSchemaAlterStatusResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MasterProtos.GetSchemaAlterStatusResponse MasterProtos.GetSchemaAlterStatusResponse.parseFrom(byte[] data)
           
static MasterProtos.GetSchemaAlterStatusResponse MasterProtos.GetSchemaAlterStatusResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MasterProtos.GetSchemaAlterStatusResponse MasterProtos.GetSchemaAlterStatusResponse.parseFrom(com.google.protobuf.ByteString data)
           
static MasterProtos.GetSchemaAlterStatusResponse MasterProtos.GetSchemaAlterStatusResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MasterProtos.GetSchemaAlterStatusResponse MasterProtos.GetSchemaAlterStatusResponse.parseFrom(com.google.protobuf.CodedInputStream input)
           
static MasterProtos.GetSchemaAlterStatusResponse MasterProtos.GetSchemaAlterStatusResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MasterProtos.GetSchemaAlterStatusResponse MasterProtos.GetSchemaAlterStatusResponse.parseFrom(InputStream input)
           
static MasterProtos.GetSchemaAlterStatusResponse MasterProtos.GetSchemaAlterStatusResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type MasterProtos.GetSchemaAlterStatusResponse
 com.google.protobuf.Parser<MasterProtos.GetSchemaAlterStatusResponse> MasterProtos.GetSchemaAlterStatusResponse.getParserForType()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type MasterProtos.GetSchemaAlterStatusResponse
 MasterProtos.GetSchemaAlterStatusResponse.Builder MasterProtos.GetSchemaAlterStatusResponse.Builder.mergeFrom(MasterProtos.GetSchemaAlterStatusResponse other)
           
static MasterProtos.GetSchemaAlterStatusResponse.Builder MasterProtos.GetSchemaAlterStatusResponse.newBuilder(MasterProtos.GetSchemaAlterStatusResponse prototype)
           
 

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type MasterProtos.GetSchemaAlterStatusResponse
abstract  void MasterProtos.MasterService.getSchemaAlterStatus(com.google.protobuf.RpcController controller, MasterProtos.GetSchemaAlterStatusRequest request, com.google.protobuf.RpcCallback<MasterProtos.GetSchemaAlterStatusResponse> done)
          rpc GetSchemaAlterStatus(.GetSchemaAlterStatusRequest) returns (.GetSchemaAlterStatusResponse);
 void MasterProtos.MasterService.Interface.getSchemaAlterStatus(com.google.protobuf.RpcController controller, MasterProtos.GetSchemaAlterStatusRequest request, com.google.protobuf.RpcCallback<MasterProtos.GetSchemaAlterStatusResponse> done)
          rpc GetSchemaAlterStatus(.GetSchemaAlterStatusRequest) returns (.GetSchemaAlterStatusResponse);
 void MasterProtos.MasterService.Stub.getSchemaAlterStatus(com.google.protobuf.RpcController controller, MasterProtos.GetSchemaAlterStatusRequest request, com.google.protobuf.RpcCallback<MasterProtos.GetSchemaAlterStatusResponse> done)
           
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.