public static final class MasterProtos.IsSnapshotDoneRequest.Builder extends <any> implements MasterProtos.IsSnapshotDoneRequestOrBuilder
hbase.pb.IsSnapshotDoneRequest
if you don't send the snapshot, then you will get it back in the response (if the snapshot is done) so you can check the snapshot
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public MasterProtos.IsSnapshotDoneRequest.Builder clear()
public MasterProtos.IsSnapshotDoneRequest.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public MasterProtos.IsSnapshotDoneRequest getDefaultInstanceForType()
public MasterProtos.IsSnapshotDoneRequest build()
public MasterProtos.IsSnapshotDoneRequest buildPartial()
public MasterProtos.IsSnapshotDoneRequest.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public MasterProtos.IsSnapshotDoneRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic boolean hasSnapshot()
optional .hbase.pb.SnapshotDescription snapshot = 1;hasSnapshot in interface MasterProtos.IsSnapshotDoneRequestOrBuilderpublic HBaseProtos.SnapshotDescription getSnapshot()
optional .hbase.pb.SnapshotDescription snapshot = 1;getSnapshot in interface MasterProtos.IsSnapshotDoneRequestOrBuilderpublic MasterProtos.IsSnapshotDoneRequest.Builder setSnapshot(HBaseProtos.SnapshotDescription value)
optional .hbase.pb.SnapshotDescription snapshot = 1;public MasterProtos.IsSnapshotDoneRequest.Builder setSnapshot(HBaseProtos.SnapshotDescription.Builder builderForValue)
optional .hbase.pb.SnapshotDescription snapshot = 1;public MasterProtos.IsSnapshotDoneRequest.Builder mergeSnapshot(HBaseProtos.SnapshotDescription value)
optional .hbase.pb.SnapshotDescription snapshot = 1;public MasterProtos.IsSnapshotDoneRequest.Builder clearSnapshot()
optional .hbase.pb.SnapshotDescription snapshot = 1;public HBaseProtos.SnapshotDescription.Builder getSnapshotBuilder()
optional .hbase.pb.SnapshotDescription snapshot = 1;public HBaseProtos.SnapshotDescriptionOrBuilder getSnapshotOrBuilder()
optional .hbase.pb.SnapshotDescription snapshot = 1;getSnapshotOrBuilder in interface MasterProtos.IsSnapshotDoneRequestOrBuilder