public static final class SnapshotProtos.SnapshotFileInfo extends com.google.protobuf.GeneratedMessage implements SnapshotProtos.SnapshotFileInfoOrBuilder
SnapshotFileInfo| Modifier and Type | Class and Description |
|---|---|
static class |
SnapshotProtos.SnapshotFileInfo.Builder
Protobuf type
SnapshotFileInfo |
static class |
SnapshotProtos.SnapshotFileInfo.Type
Protobuf enum
SnapshotFileInfo.Type |
| Modifier and Type | Field and Description |
|---|---|
static int |
HFILE_FIELD_NUMBER |
static <any> |
PARSER |
static int |
TYPE_FIELD_NUMBER |
static int |
WAL_NAME_FIELD_NUMBER |
static int |
WAL_SERVER_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static SnapshotProtos.SnapshotFileInfo |
getDefaultInstance() |
SnapshotProtos.SnapshotFileInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getHfile()
optional string hfile = 3; |
com.google.protobuf.ByteString |
getHfileBytes()
optional string hfile = 3; |
<any> |
getParserForType() |
int |
getSerializedSize() |
SnapshotProtos.SnapshotFileInfo.Type |
getType()
required .SnapshotFileInfo.Type type = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
java.lang.String |
getWalName()
optional string wal_name = 5; |
com.google.protobuf.ByteString |
getWalNameBytes()
optional string wal_name = 5; |
java.lang.String |
getWalServer()
optional string wal_server = 4; |
com.google.protobuf.ByteString |
getWalServerBytes()
optional string wal_server = 4; |
int |
hashCode() |
boolean |
hasHfile()
optional string hfile = 3; |
boolean |
hasType()
required .SnapshotFileInfo.Type type = 1; |
boolean |
hasWalName()
optional string wal_name = 5; |
boolean |
hasWalServer()
optional string wal_server = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static SnapshotProtos.SnapshotFileInfo.Builder |
newBuilder() |
static SnapshotProtos.SnapshotFileInfo.Builder |
newBuilder(SnapshotProtos.SnapshotFileInfo prototype) |
SnapshotProtos.SnapshotFileInfo.Builder |
newBuilderForType() |
protected SnapshotProtos.SnapshotFileInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static SnapshotProtos.SnapshotFileInfo |
parseDelimitedFrom(java.io.InputStream input) |
static SnapshotProtos.SnapshotFileInfo |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SnapshotProtos.SnapshotFileInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SnapshotProtos.SnapshotFileInfo |
parseFrom(com.google.protobuf.ByteString data) |
static SnapshotProtos.SnapshotFileInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SnapshotProtos.SnapshotFileInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static SnapshotProtos.SnapshotFileInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SnapshotProtos.SnapshotFileInfo |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SnapshotProtos.SnapshotFileInfo.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int TYPE_FIELD_NUMBER
public static final int HFILE_FIELD_NUMBER
public static final int WAL_SERVER_FIELD_NUMBER
public static final int WAL_NAME_FIELD_NUMBER
public static SnapshotProtos.SnapshotFileInfo getDefaultInstance()
public SnapshotProtos.SnapshotFileInfo 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 hasType()
required .SnapshotFileInfo.Type type = 1;hasType in interface SnapshotProtos.SnapshotFileInfoOrBuilderpublic SnapshotProtos.SnapshotFileInfo.Type getType()
required .SnapshotFileInfo.Type type = 1;getType in interface SnapshotProtos.SnapshotFileInfoOrBuilderpublic boolean hasHfile()
optional string hfile = 3;hasHfile in interface SnapshotProtos.SnapshotFileInfoOrBuilderpublic java.lang.String getHfile()
optional string hfile = 3;getHfile in interface SnapshotProtos.SnapshotFileInfoOrBuilderpublic com.google.protobuf.ByteString getHfileBytes()
optional string hfile = 3;getHfileBytes in interface SnapshotProtos.SnapshotFileInfoOrBuilderpublic boolean hasWalServer()
optional string wal_server = 4;hasWalServer in interface SnapshotProtos.SnapshotFileInfoOrBuilderpublic java.lang.String getWalServer()
optional string wal_server = 4;getWalServer in interface SnapshotProtos.SnapshotFileInfoOrBuilderpublic com.google.protobuf.ByteString getWalServerBytes()
optional string wal_server = 4;getWalServerBytes in interface SnapshotProtos.SnapshotFileInfoOrBuilderpublic boolean hasWalName()
optional string wal_name = 5;hasWalName in interface SnapshotProtos.SnapshotFileInfoOrBuilderpublic java.lang.String getWalName()
optional string wal_name = 5;getWalName in interface SnapshotProtos.SnapshotFileInfoOrBuilderpublic com.google.protobuf.ByteString getWalNameBytes()
optional string wal_name = 5;getWalNameBytes in interface SnapshotProtos.SnapshotFileInfoOrBuilderpublic 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 SnapshotProtos.SnapshotFileInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SnapshotProtos.SnapshotFileInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SnapshotProtos.SnapshotFileInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SnapshotProtos.SnapshotFileInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static SnapshotProtos.SnapshotFileInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static SnapshotProtos.SnapshotFileInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static SnapshotProtos.SnapshotFileInfo parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static SnapshotProtos.SnapshotFileInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static SnapshotProtos.SnapshotFileInfo.Builder newBuilder()
public SnapshotProtos.SnapshotFileInfo.Builder newBuilderForType()
public static SnapshotProtos.SnapshotFileInfo.Builder newBuilder(SnapshotProtos.SnapshotFileInfo prototype)
public SnapshotProtos.SnapshotFileInfo.Builder toBuilder()
protected SnapshotProtos.SnapshotFileInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)