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

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

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

Methods in org.apache.hadoop.hbase.master that return MasterProtos.IsSnapshotDoneResponse
 MasterProtos.IsSnapshotDoneResponse HMaster.isSnapshotDone(com.google.protobuf.RpcController controller, MasterProtos.IsSnapshotDoneRequest request)
          Checks if the specified snapshot is done.
 

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

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

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

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

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

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



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