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

Packages that use MasterProtos.GetCompletedSnapshotsResponse
org.apache.hadoop.hbase.protobuf.generated   
 

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

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

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

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

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

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



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