org.apache.hadoop.hive.ql.io.orc
Class OrcProto.PostScript

java.lang.Object
  extended by org.spark_project.protobuf.AbstractMessageLite
      extended by org.spark_project.protobuf.AbstractMessage
          extended by org.spark_project.protobuf.GeneratedMessage
              extended by org.apache.hadoop.hive.ql.io.orc.OrcProto.PostScript
All Implemented Interfaces:
Serializable, OrcProto.PostScriptOrBuilder, org.spark_project.protobuf.Message, org.spark_project.protobuf.MessageLite, org.spark_project.protobuf.MessageLiteOrBuilder, org.spark_project.protobuf.MessageOrBuilder
Enclosing class:
OrcProto

public static final class OrcProto.PostScript
extends org.spark_project.protobuf.GeneratedMessage
implements OrcProto.PostScriptOrBuilder

Protobuf type org.apache.hadoop.hive.ql.io.orc.PostScript

 Serialized length must be less that 255 bytes
 

See Also:
Serialized Form

Nested Class Summary
static class OrcProto.PostScript.Builder
          Protobuf type org.apache.hadoop.hive.ql.io.orc.PostScript
 
Nested classes/interfaces inherited from class org.spark_project.protobuf.GeneratedMessage
org.spark_project.protobuf.GeneratedMessage.BuilderParent, org.spark_project.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends org.spark_project.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends org.spark_project.protobuf.GeneratedMessage.ExtendableBuilder>, org.spark_project.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends org.spark_project.protobuf.GeneratedMessage.ExtendableMessage>, org.spark_project.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends org.spark_project.protobuf.GeneratedMessage.ExtendableMessage>, org.spark_project.protobuf.GeneratedMessage.FieldAccessorTable, org.spark_project.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends org.spark_project.protobuf.Message,Type>
 
Field Summary
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 org.spark_project.protobuf.Parser<OrcProto.PostScript> PARSER
           
static int VERSION_FIELD_NUMBER
           
 
Fields inherited from class org.spark_project.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 OrcProto.CompressionKind getCompression()
          optional .org.apache.hadoop.hive.ql.io.orc.CompressionKind compression = 2;
 long getCompressionBlockSize()
          optional uint64 compressionBlockSize = 3;
static OrcProto.PostScript getDefaultInstance()
           
 OrcProto.PostScript getDefaultInstanceForType()
           
static org.spark_project.protobuf.Descriptors.Descriptor getDescriptor()
           
 long getFooterLength()
          optional uint64 footerLength = 1;
 String getMagic()
          optional string magic = 8000;
 org.spark_project.protobuf.ByteString getMagicBytes()
          optional string magic = 8000;
 long getMetadataLength()
          optional uint64 metadataLength = 5;
 org.spark_project.protobuf.Parser<OrcProto.PostScript> getParserForType()
           
 int getSerializedSize()
           
 org.spark_project.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];
 boolean hasCompression()
          optional .org.apache.hadoop.hive.ql.io.orc.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;
protected  org.spark_project.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(org.spark_project.protobuf.GeneratedMessage.BuilderParent parent)
           
static OrcProto.PostScript parseDelimitedFrom(InputStream input)
           
static OrcProto.PostScript parseDelimitedFrom(InputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.PostScript parseFrom(byte[] data)
           
static OrcProto.PostScript parseFrom(byte[] data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.PostScript parseFrom(org.spark_project.protobuf.ByteString data)
           
static OrcProto.PostScript parseFrom(org.spark_project.protobuf.ByteString data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.PostScript parseFrom(org.spark_project.protobuf.CodedInputStream input)
           
static OrcProto.PostScript parseFrom(org.spark_project.protobuf.CodedInputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.PostScript parseFrom(InputStream input)
           
static OrcProto.PostScript parseFrom(InputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
 OrcProto.PostScript.Builder toBuilder()
           
protected  Object writeReplace()
           
 void writeTo(org.spark_project.protobuf.CodedOutputStream output)
           
 
Methods inherited from class org.spark_project.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
 
Methods inherited from class org.spark_project.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
 
Methods inherited from class org.spark_project.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.spark_project.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField
 
Methods inherited from interface org.spark_project.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

PARSER

public static org.spark_project.protobuf.Parser<OrcProto.PostScript> PARSER

FOOTERLENGTH_FIELD_NUMBER

public static final int FOOTERLENGTH_FIELD_NUMBER
See Also:
Constant Field Values

COMPRESSION_FIELD_NUMBER

public static final int COMPRESSION_FIELD_NUMBER
See Also:
Constant Field Values

COMPRESSIONBLOCKSIZE_FIELD_NUMBER

public static final int COMPRESSIONBLOCKSIZE_FIELD_NUMBER
See Also:
Constant Field Values

VERSION_FIELD_NUMBER

public static final int VERSION_FIELD_NUMBER
See Also:
Constant Field Values

METADATALENGTH_FIELD_NUMBER

public static final int METADATALENGTH_FIELD_NUMBER
See Also:
Constant Field Values

MAGIC_FIELD_NUMBER

public static final int MAGIC_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static OrcProto.PostScript getDefaultInstance()

getDefaultInstanceForType

public OrcProto.PostScript getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface org.spark_project.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface org.spark_project.protobuf.MessageOrBuilder

getUnknownFields

public final org.spark_project.protobuf.UnknownFieldSet getUnknownFields()
Specified by:
getUnknownFields in interface org.spark_project.protobuf.MessageOrBuilder
Overrides:
getUnknownFields in class org.spark_project.protobuf.GeneratedMessage

getDescriptor

public static final org.spark_project.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected org.spark_project.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class org.spark_project.protobuf.GeneratedMessage

getParserForType

public org.spark_project.protobuf.Parser<OrcProto.PostScript> getParserForType()
Specified by:
getParserForType in interface org.spark_project.protobuf.Message
Specified by:
getParserForType in interface org.spark_project.protobuf.MessageLite
Overrides:
getParserForType in class org.spark_project.protobuf.GeneratedMessage

hasFooterLength

public boolean hasFooterLength()
optional uint64 footerLength = 1;

Specified by:
hasFooterLength in interface OrcProto.PostScriptOrBuilder

getFooterLength

public long getFooterLength()
optional uint64 footerLength = 1;

Specified by:
getFooterLength in interface OrcProto.PostScriptOrBuilder

hasCompression

public boolean hasCompression()
optional .org.apache.hadoop.hive.ql.io.orc.CompressionKind compression = 2;

Specified by:
hasCompression in interface OrcProto.PostScriptOrBuilder

getCompression

public OrcProto.CompressionKind getCompression()
optional .org.apache.hadoop.hive.ql.io.orc.CompressionKind compression = 2;

Specified by:
getCompression in interface OrcProto.PostScriptOrBuilder

hasCompressionBlockSize

public boolean hasCompressionBlockSize()
optional uint64 compressionBlockSize = 3;

Specified by:
hasCompressionBlockSize in interface OrcProto.PostScriptOrBuilder

getCompressionBlockSize

public long getCompressionBlockSize()
optional uint64 compressionBlockSize = 3;

Specified by:
getCompressionBlockSize in interface OrcProto.PostScriptOrBuilder

getVersionList

public List<Integer> getVersionList()
repeated uint32 version = 4 [packed = true];

Specified by:
getVersionList in interface OrcProto.PostScriptOrBuilder

getVersionCount

public int getVersionCount()
repeated uint32 version = 4 [packed = true];

Specified by:
getVersionCount in interface OrcProto.PostScriptOrBuilder

getVersion

public int getVersion(int index)
repeated uint32 version = 4 [packed = true];

Specified by:
getVersion in interface OrcProto.PostScriptOrBuilder

hasMetadataLength

public boolean hasMetadataLength()
optional uint64 metadataLength = 5;

Specified by:
hasMetadataLength in interface OrcProto.PostScriptOrBuilder

getMetadataLength

public long getMetadataLength()
optional uint64 metadataLength = 5;

Specified by:
getMetadataLength in interface OrcProto.PostScriptOrBuilder

hasMagic

public boolean hasMagic()
optional string magic = 8000;
 Leave this last in the record
 

Specified by:
hasMagic in interface OrcProto.PostScriptOrBuilder

getMagic

public String getMagic()
optional string magic = 8000;
 Leave this last in the record
 

Specified by:
getMagic in interface OrcProto.PostScriptOrBuilder

getMagicBytes

public org.spark_project.protobuf.ByteString getMagicBytes()
optional string magic = 8000;
 Leave this last in the record
 

Specified by:
getMagicBytes in interface OrcProto.PostScriptOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface org.spark_project.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class org.spark_project.protobuf.GeneratedMessage

writeTo

public void writeTo(org.spark_project.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface org.spark_project.protobuf.MessageLite
Overrides:
writeTo in class org.spark_project.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface org.spark_project.protobuf.MessageLite
Overrides:
getSerializedSize in class org.spark_project.protobuf.AbstractMessage

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class org.spark_project.protobuf.GeneratedMessage
Throws:
ObjectStreamException

parseFrom

public static OrcProto.PostScript parseFrom(org.spark_project.protobuf.ByteString data)
                                     throws org.spark_project.protobuf.InvalidProtocolBufferException
Throws:
org.spark_project.protobuf.InvalidProtocolBufferException

parseFrom

public static OrcProto.PostScript parseFrom(org.spark_project.protobuf.ByteString data,
                                            org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws org.spark_project.protobuf.InvalidProtocolBufferException
Throws:
org.spark_project.protobuf.InvalidProtocolBufferException

parseFrom

public static OrcProto.PostScript parseFrom(byte[] data)
                                     throws org.spark_project.protobuf.InvalidProtocolBufferException
Throws:
org.spark_project.protobuf.InvalidProtocolBufferException

parseFrom

public static OrcProto.PostScript parseFrom(byte[] data,
                                            org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws org.spark_project.protobuf.InvalidProtocolBufferException
Throws:
org.spark_project.protobuf.InvalidProtocolBufferException

parseFrom

public static OrcProto.PostScript parseFrom(InputStream input)
                                     throws IOException
Throws:
IOException

parseFrom

public static OrcProto.PostScript parseFrom(InputStream input,
                                            org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws IOException
Throws:
IOException

parseDelimitedFrom

public static OrcProto.PostScript parseDelimitedFrom(InputStream input)
                                              throws IOException
Throws:
IOException

parseDelimitedFrom

public static OrcProto.PostScript parseDelimitedFrom(InputStream input,
                                                     org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws IOException
Throws:
IOException

parseFrom

public static OrcProto.PostScript parseFrom(org.spark_project.protobuf.CodedInputStream input)
                                     throws IOException
Throws:
IOException

parseFrom

public static OrcProto.PostScript parseFrom(org.spark_project.protobuf.CodedInputStream input,
                                            org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
                                     throws IOException
Throws:
IOException

newBuilder

public static OrcProto.PostScript.Builder newBuilder()

newBuilderForType

public OrcProto.PostScript.Builder newBuilderForType()
Specified by:
newBuilderForType in interface org.spark_project.protobuf.Message
Specified by:
newBuilderForType in interface org.spark_project.protobuf.MessageLite

newBuilder

public static OrcProto.PostScript.Builder newBuilder(OrcProto.PostScript prototype)

toBuilder

public OrcProto.PostScript.Builder toBuilder()
Specified by:
toBuilder in interface org.spark_project.protobuf.Message
Specified by:
toBuilder in interface org.spark_project.protobuf.MessageLite

newBuilderForType

protected OrcProto.PostScript.Builder newBuilderForType(org.spark_project.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class org.spark_project.protobuf.GeneratedMessage


Copyright © 2014 The Apache Software Foundation. All rights reserved.