public static final class OrcProto.PostScript extends com.google.protobuf.GeneratedMessage implements OrcProto.PostScriptOrBuilder
orc.proto.PostScript
Serialized length must be less that 255 bytes
Modifier and Type | Class and Description |
---|---|
static class |
OrcProto.PostScript.Builder
Protobuf type
orc.proto.PostScript |
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 |
COMPRESSION_FIELD_NUMBER |
static int |
COMPRESSIONBLOCKSIZE_FIELD_NUMBER |
static int |
FOOTERLENGTH_FIELD_NUMBER |
static int |
MAGIC_FIELD_NUMBER |
static int |
METADATALENGTH_FIELD_NUMBER |
static com.google.protobuf.Parser<OrcProto.PostScript> |
PARSER |
static int |
VERSION_FIELD_NUMBER |
static int |
WRITERVERSION_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
OrcProto.CompressionKind |
getCompression()
optional .orc.proto.CompressionKind compression = 2; |
long |
getCompressionBlockSize()
optional uint64 compressionBlockSize = 3; |
static OrcProto.PostScript |
getDefaultInstance() |
OrcProto.PostScript |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getFooterLength()
optional uint64 footerLength = 1; |
String |
getMagic()
optional string magic = 8000; |
com.google.protobuf.ByteString |
getMagicBytes()
optional string magic = 8000; |
long |
getMetadataLength()
optional uint64 metadataLength = 5; |
com.google.protobuf.Parser<OrcProto.PostScript> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
getVersion(int index)
repeated uint32 version = 4 [packed = true]; |
int |
getVersionCount()
repeated uint32 version = 4 [packed = true]; |
List<Integer> |
getVersionList()
repeated uint32 version = 4 [packed = true]; |
int |
getWriterVersion()
optional uint32 writerVersion = 6; |
boolean |
hasCompression()
optional .orc.proto.CompressionKind compression = 2; |
boolean |
hasCompressionBlockSize()
optional uint64 compressionBlockSize = 3; |
boolean |
hasFooterLength()
optional uint64 footerLength = 1; |
boolean |
hasMagic()
optional string magic = 8000; |
boolean |
hasMetadataLength()
optional uint64 metadataLength = 5; |
boolean |
hasWriterVersion()
optional uint32 writerVersion = 6; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static OrcProto.PostScript.Builder |
newBuilder() |
static OrcProto.PostScript.Builder |
newBuilder(OrcProto.PostScript prototype) |
OrcProto.PostScript.Builder |
newBuilderForType() |
protected OrcProto.PostScript.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static OrcProto.PostScript |
parseDelimitedFrom(InputStream input) |
static OrcProto.PostScript |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.PostScript |
parseFrom(byte[] data) |
static OrcProto.PostScript |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.PostScript |
parseFrom(com.google.protobuf.ByteString data) |
static OrcProto.PostScript |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.PostScript |
parseFrom(com.google.protobuf.CodedInputStream input) |
static OrcProto.PostScript |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.PostScript |
parseFrom(InputStream input) |
static OrcProto.PostScript |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OrcProto.PostScript.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<OrcProto.PostScript> PARSER
public static final int FOOTERLENGTH_FIELD_NUMBER
public static final int COMPRESSION_FIELD_NUMBER
public static final int COMPRESSIONBLOCKSIZE_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public static final int METADATALENGTH_FIELD_NUMBER
public static final int WRITERVERSION_FIELD_NUMBER
public static final int MAGIC_FIELD_NUMBER
public static OrcProto.PostScript getDefaultInstance()
public OrcProto.PostScript 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<OrcProto.PostScript> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasFooterLength()
optional uint64 footerLength = 1;
hasFooterLength
in interface OrcProto.PostScriptOrBuilder
public long getFooterLength()
optional uint64 footerLength = 1;
getFooterLength
in interface OrcProto.PostScriptOrBuilder
public boolean hasCompression()
optional .orc.proto.CompressionKind compression = 2;
hasCompression
in interface OrcProto.PostScriptOrBuilder
public OrcProto.CompressionKind getCompression()
optional .orc.proto.CompressionKind compression = 2;
getCompression
in interface OrcProto.PostScriptOrBuilder
public boolean hasCompressionBlockSize()
optional uint64 compressionBlockSize = 3;
hasCompressionBlockSize
in interface OrcProto.PostScriptOrBuilder
public long getCompressionBlockSize()
optional uint64 compressionBlockSize = 3;
getCompressionBlockSize
in interface OrcProto.PostScriptOrBuilder
public List<Integer> getVersionList()
repeated uint32 version = 4 [packed = true];
the version of the file format [0, 11] = Hive 0.11 [0, 12] = Hive 0.12
getVersionList
in interface OrcProto.PostScriptOrBuilder
public int getVersionCount()
repeated uint32 version = 4 [packed = true];
the version of the file format [0, 11] = Hive 0.11 [0, 12] = Hive 0.12
getVersionCount
in interface OrcProto.PostScriptOrBuilder
public int getVersion(int index)
repeated uint32 version = 4 [packed = true];
the version of the file format [0, 11] = Hive 0.11 [0, 12] = Hive 0.12
getVersion
in interface OrcProto.PostScriptOrBuilder
public boolean hasMetadataLength()
optional uint64 metadataLength = 5;
hasMetadataLength
in interface OrcProto.PostScriptOrBuilder
public long getMetadataLength()
optional uint64 metadataLength = 5;
getMetadataLength
in interface OrcProto.PostScriptOrBuilder
public boolean hasWriterVersion()
optional uint32 writerVersion = 6;
Version of the writer: 0 (or missing) = original 1 = HIVE-8732 fixed 2 = HIVE-4243 fixed 3 = HIVE-12055 fixed 4 = HIVE-13083 fixed
hasWriterVersion
in interface OrcProto.PostScriptOrBuilder
public int getWriterVersion()
optional uint32 writerVersion = 6;
Version of the writer: 0 (or missing) = original 1 = HIVE-8732 fixed 2 = HIVE-4243 fixed 3 = HIVE-12055 fixed 4 = HIVE-13083 fixed
getWriterVersion
in interface OrcProto.PostScriptOrBuilder
public boolean hasMagic()
optional string magic = 8000;
Leave this last in the record
hasMagic
in interface OrcProto.PostScriptOrBuilder
public String getMagic()
optional string magic = 8000;
Leave this last in the record
getMagic
in interface OrcProto.PostScriptOrBuilder
public com.google.protobuf.ByteString getMagicBytes()
optional string magic = 8000;
Leave this last in the record
getMagicBytes
in interface OrcProto.PostScriptOrBuilder
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 static OrcProto.PostScript parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OrcProto.PostScript parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OrcProto.PostScript parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OrcProto.PostScript parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OrcProto.PostScript parseFrom(InputStream input) throws IOException
IOException
public static OrcProto.PostScript parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static OrcProto.PostScript parseDelimitedFrom(InputStream input) throws IOException
IOException
public static OrcProto.PostScript parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static OrcProto.PostScript parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static OrcProto.PostScript parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static OrcProto.PostScript.Builder newBuilder()
public OrcProto.PostScript.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static OrcProto.PostScript.Builder newBuilder(OrcProto.PostScript prototype)
public OrcProto.PostScript.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected OrcProto.PostScript.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.