public static final class MasterProtos.IsSnapshotDoneRequest extends com.google.protobuf.GeneratedMessage 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
| Modifier and Type | Class and Description |
|---|---|
static class |
MasterProtos.IsSnapshotDoneRequest.Builder
Protobuf type
hbase.pb.IsSnapshotDoneRequest |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
PARSER |
static int |
SNAPSHOT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static MasterProtos.IsSnapshotDoneRequest |
getDefaultInstance() |
MasterProtos.IsSnapshotDoneRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
int |
getSerializedSize() |
HBaseProtos.SnapshotDescription |
getSnapshot()
optional .hbase.pb.SnapshotDescription snapshot = 1; |
HBaseProtos.SnapshotDescriptionOrBuilder |
getSnapshotOrBuilder()
optional .hbase.pb.SnapshotDescription snapshot = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasSnapshot()
optional .hbase.pb.SnapshotDescription snapshot = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MasterProtos.IsSnapshotDoneRequest.Builder |
newBuilder() |
static MasterProtos.IsSnapshotDoneRequest.Builder |
newBuilder(MasterProtos.IsSnapshotDoneRequest prototype) |
MasterProtos.IsSnapshotDoneRequest.Builder |
newBuilderForType() |
protected MasterProtos.IsSnapshotDoneRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static MasterProtos.IsSnapshotDoneRequest |
parseDelimitedFrom(java.io.InputStream input) |
static MasterProtos.IsSnapshotDoneRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.IsSnapshotDoneRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.IsSnapshotDoneRequest |
parseFrom(com.google.protobuf.ByteString data) |
static MasterProtos.IsSnapshotDoneRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.IsSnapshotDoneRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MasterProtos.IsSnapshotDoneRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MasterProtos.IsSnapshotDoneRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MasterProtos.IsSnapshotDoneRequest.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int SNAPSHOT_FIELD_NUMBER
public static MasterProtos.IsSnapshotDoneRequest getDefaultInstance()
public MasterProtos.IsSnapshotDoneRequest getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public 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 HBaseProtos.SnapshotDescriptionOrBuilder getSnapshotOrBuilder()
optional .hbase.pb.SnapshotDescription snapshot = 1;getSnapshotOrBuilder in interface MasterProtos.IsSnapshotDoneRequestOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic boolean equals(java.lang.Object obj)
public int hashCode()
public static MasterProtos.IsSnapshotDoneRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.IsSnapshotDoneRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.IsSnapshotDoneRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MasterProtos.IsSnapshotDoneRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.IsSnapshotDoneRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.IsSnapshotDoneRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.IsSnapshotDoneRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.IsSnapshotDoneRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MasterProtos.IsSnapshotDoneRequest.Builder newBuilder()
public MasterProtos.IsSnapshotDoneRequest.Builder newBuilderForType()
public static MasterProtos.IsSnapshotDoneRequest.Builder newBuilder(MasterProtos.IsSnapshotDoneRequest prototype)
public MasterProtos.IsSnapshotDoneRequest.Builder toBuilder()
protected MasterProtos.IsSnapshotDoneRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)