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

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

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

Methods in org.apache.hadoop.hbase.protobuf.generated that return MasterProtos.IsSnapshotDoneResponse.Builder
 MasterProtos.IsSnapshotDoneResponse.Builder MasterProtos.IsSnapshotDoneResponse.Builder.clear()
           
 MasterProtos.IsSnapshotDoneResponse.Builder MasterProtos.IsSnapshotDoneResponse.Builder.clearDone()
          optional bool done = 1 [default = false];
 MasterProtos.IsSnapshotDoneResponse.Builder MasterProtos.IsSnapshotDoneResponse.Builder.clearSnapshot()
          optional .SnapshotDescription snapshot = 2;
 MasterProtos.IsSnapshotDoneResponse.Builder MasterProtos.IsSnapshotDoneResponse.Builder.clone()
           
 MasterProtos.IsSnapshotDoneResponse.Builder MasterProtos.IsSnapshotDoneResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 MasterProtos.IsSnapshotDoneResponse.Builder MasterProtos.IsSnapshotDoneResponse.Builder.mergeFrom(MasterProtos.IsSnapshotDoneResponse other)
           
 MasterProtos.IsSnapshotDoneResponse.Builder MasterProtos.IsSnapshotDoneResponse.Builder.mergeFrom(com.google.protobuf.Message other)
           
 MasterProtos.IsSnapshotDoneResponse.Builder MasterProtos.IsSnapshotDoneResponse.Builder.mergeSnapshot(HBaseProtos.SnapshotDescription value)
          optional .SnapshotDescription snapshot = 2;
static MasterProtos.IsSnapshotDoneResponse.Builder MasterProtos.IsSnapshotDoneResponse.newBuilder()
           
static MasterProtos.IsSnapshotDoneResponse.Builder MasterProtos.IsSnapshotDoneResponse.newBuilder(MasterProtos.IsSnapshotDoneResponse prototype)
           
 MasterProtos.IsSnapshotDoneResponse.Builder MasterProtos.IsSnapshotDoneResponse.newBuilderForType()
           
protected  MasterProtos.IsSnapshotDoneResponse.Builder MasterProtos.IsSnapshotDoneResponse.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 MasterProtos.IsSnapshotDoneResponse.Builder MasterProtos.IsSnapshotDoneResponse.Builder.setDone(boolean value)
          optional bool done = 1 [default = false];
 MasterProtos.IsSnapshotDoneResponse.Builder MasterProtos.IsSnapshotDoneResponse.Builder.setSnapshot(HBaseProtos.SnapshotDescription.Builder builderForValue)
          optional .SnapshotDescription snapshot = 2;
 MasterProtos.IsSnapshotDoneResponse.Builder MasterProtos.IsSnapshotDoneResponse.Builder.setSnapshot(HBaseProtos.SnapshotDescription value)
          optional .SnapshotDescription snapshot = 2;
 MasterProtos.IsSnapshotDoneResponse.Builder MasterProtos.IsSnapshotDoneResponse.toBuilder()
           
 



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