public static final class WALProtos.WALHeader extends com.google.protobuf.GeneratedMessage implements WALProtos.WALHeaderOrBuilder
WALHeader
Modifier and Type | Class and Description |
---|---|
static class |
WALProtos.WALHeader.Builder
Protobuf type
WALHeader |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
CELL_CODEC_CLS_NAME_FIELD_NUMBER |
static int |
ENCRYPTION_KEY_FIELD_NUMBER |
static int |
HAS_COMPRESSION_FIELD_NUMBER |
static int |
HAS_TAG_COMPRESSION_FIELD_NUMBER |
static com.google.protobuf.Parser<WALProtos.WALHeader> |
PARSER |
static int |
WRITER_CLS_NAME_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getCellCodecClsName()
optional string cell_codec_cls_name = 5; |
com.google.protobuf.ByteString |
getCellCodecClsNameBytes()
optional string cell_codec_cls_name = 5; |
static WALProtos.WALHeader |
getDefaultInstance() |
WALProtos.WALHeader |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getEncryptionKey()
optional bytes encryption_key = 2; |
boolean |
getHasCompression()
optional bool has_compression = 1; |
boolean |
getHasTagCompression()
optional bool has_tag_compression = 3; |
com.google.protobuf.Parser<WALProtos.WALHeader> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getWriterClsName()
optional string writer_cls_name = 4; |
com.google.protobuf.ByteString |
getWriterClsNameBytes()
optional string writer_cls_name = 4; |
boolean |
hasCellCodecClsName()
optional string cell_codec_cls_name = 5; |
boolean |
hasEncryptionKey()
optional bytes encryption_key = 2; |
boolean |
hasHasCompression()
optional bool has_compression = 1; |
boolean |
hasHasTagCompression()
optional bool has_tag_compression = 3; |
int |
hashCode() |
boolean |
hasWriterClsName()
optional string writer_cls_name = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static WALProtos.WALHeader.Builder |
newBuilder() |
static WALProtos.WALHeader.Builder |
newBuilder(WALProtos.WALHeader prototype) |
WALProtos.WALHeader.Builder |
newBuilderForType() |
protected WALProtos.WALHeader.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static WALProtos.WALHeader |
parseDelimitedFrom(InputStream input) |
static WALProtos.WALHeader |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.WALHeader |
parseFrom(byte[] data) |
static WALProtos.WALHeader |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.WALHeader |
parseFrom(com.google.protobuf.ByteString data) |
static WALProtos.WALHeader |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.WALHeader |
parseFrom(com.google.protobuf.CodedInputStream input) |
static WALProtos.WALHeader |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static WALProtos.WALHeader |
parseFrom(InputStream input) |
static WALProtos.WALHeader |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WALProtos.WALHeader.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<WALProtos.WALHeader> PARSER
public static final int HAS_COMPRESSION_FIELD_NUMBER
public static final int ENCRYPTION_KEY_FIELD_NUMBER
public static final int HAS_TAG_COMPRESSION_FIELD_NUMBER
public static final int WRITER_CLS_NAME_FIELD_NUMBER
public static final int CELL_CODEC_CLS_NAME_FIELD_NUMBER
public static WALProtos.WALHeader getDefaultInstance()
public WALProtos.WALHeader getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<WALProtos.WALHeader> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasHasCompression()
optional bool has_compression = 1;
hasHasCompression
in interface WALProtos.WALHeaderOrBuilder
public boolean getHasCompression()
optional bool has_compression = 1;
getHasCompression
in interface WALProtos.WALHeaderOrBuilder
public boolean hasEncryptionKey()
optional bytes encryption_key = 2;
hasEncryptionKey
in interface WALProtos.WALHeaderOrBuilder
public com.google.protobuf.ByteString getEncryptionKey()
optional bytes encryption_key = 2;
getEncryptionKey
in interface WALProtos.WALHeaderOrBuilder
public boolean hasHasTagCompression()
optional bool has_tag_compression = 3;
hasHasTagCompression
in interface WALProtos.WALHeaderOrBuilder
public boolean getHasTagCompression()
optional bool has_tag_compression = 3;
getHasTagCompression
in interface WALProtos.WALHeaderOrBuilder
public boolean hasWriterClsName()
optional string writer_cls_name = 4;
hasWriterClsName
in interface WALProtos.WALHeaderOrBuilder
public String getWriterClsName()
optional string writer_cls_name = 4;
getWriterClsName
in interface WALProtos.WALHeaderOrBuilder
public com.google.protobuf.ByteString getWriterClsNameBytes()
optional string writer_cls_name = 4;
getWriterClsNameBytes
in interface WALProtos.WALHeaderOrBuilder
public boolean hasCellCodecClsName()
optional string cell_codec_cls_name = 5;
hasCellCodecClsName
in interface WALProtos.WALHeaderOrBuilder
public String getCellCodecClsName()
optional string cell_codec_cls_name = 5;
getCellCodecClsName
in interface WALProtos.WALHeaderOrBuilder
public com.google.protobuf.ByteString getCellCodecClsNameBytes()
optional string cell_codec_cls_name = 5;
getCellCodecClsNameBytes
in interface WALProtos.WALHeaderOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static WALProtos.WALHeader parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static WALProtos.WALHeader parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static WALProtos.WALHeader parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static WALProtos.WALHeader parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static WALProtos.WALHeader parseFrom(InputStream input) throws IOException
IOException
public static WALProtos.WALHeader parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static WALProtos.WALHeader parseDelimitedFrom(InputStream input) throws IOException
IOException
public static WALProtos.WALHeader parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static WALProtos.WALHeader parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static WALProtos.WALHeader parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static WALProtos.WALHeader.Builder newBuilder()
public WALProtos.WALHeader.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static WALProtos.WALHeader.Builder newBuilder(WALProtos.WALHeader prototype)
public WALProtos.WALHeader.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected WALProtos.WALHeader.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.