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

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.Footer
All Implemented Interfaces:
Serializable, OrcProto.FooterOrBuilder, 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.Footer
extends org.spark_project.protobuf.GeneratedMessage
implements OrcProto.FooterOrBuilder

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

See Also:
Serialized Form

Nested Class Summary
static class OrcProto.Footer.Builder
          Protobuf type org.apache.hadoop.hive.ql.io.orc.Footer
 
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 CONTENTLENGTH_FIELD_NUMBER
           
static int HEADERLENGTH_FIELD_NUMBER
           
static int METADATA_FIELD_NUMBER
           
static int NUMBEROFROWS_FIELD_NUMBER
           
static org.spark_project.protobuf.Parser<OrcProto.Footer> PARSER
           
static int ROWINDEXSTRIDE_FIELD_NUMBER
           
static int STATISTICS_FIELD_NUMBER
           
static int STRIPES_FIELD_NUMBER
           
static int TYPES_FIELD_NUMBER
           
 
Fields inherited from class org.spark_project.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 long getContentLength()
          optional uint64 contentLength = 2;
static OrcProto.Footer getDefaultInstance()
           
 OrcProto.Footer getDefaultInstanceForType()
           
static org.spark_project.protobuf.Descriptors.Descriptor getDescriptor()
           
 long getHeaderLength()
          optional uint64 headerLength = 1;
 OrcProto.UserMetadataItem getMetadata(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.UserMetadataItem metadata = 5;
 int getMetadataCount()
          repeated .org.apache.hadoop.hive.ql.io.orc.UserMetadataItem metadata = 5;
 List<OrcProto.UserMetadataItem> getMetadataList()
          repeated .org.apache.hadoop.hive.ql.io.orc.UserMetadataItem metadata = 5;
 OrcProto.UserMetadataItemOrBuilder getMetadataOrBuilder(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.UserMetadataItem metadata = 5;
 List<? extends OrcProto.UserMetadataItemOrBuilder> getMetadataOrBuilderList()
          repeated .org.apache.hadoop.hive.ql.io.orc.UserMetadataItem metadata = 5;
 long getNumberOfRows()
          optional uint64 numberOfRows = 6;
 org.spark_project.protobuf.Parser<OrcProto.Footer> getParserForType()
           
 int getRowIndexStride()
          optional uint32 rowIndexStride = 8;
 int getSerializedSize()
           
 OrcProto.ColumnStatistics getStatistics(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics statistics = 7;
 int getStatisticsCount()
          repeated .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics statistics = 7;
 List<OrcProto.ColumnStatistics> getStatisticsList()
          repeated .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics statistics = 7;
 OrcProto.ColumnStatisticsOrBuilder getStatisticsOrBuilder(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics statistics = 7;
 List<? extends OrcProto.ColumnStatisticsOrBuilder> getStatisticsOrBuilderList()
          repeated .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics statistics = 7;
 OrcProto.StripeInformation getStripes(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
 int getStripesCount()
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
 List<OrcProto.StripeInformation> getStripesList()
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
 OrcProto.StripeInformationOrBuilder getStripesOrBuilder(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
 List<? extends OrcProto.StripeInformationOrBuilder> getStripesOrBuilderList()
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
 OrcProto.Type getTypes(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.Type types = 4;
 int getTypesCount()
          repeated .org.apache.hadoop.hive.ql.io.orc.Type types = 4;
 List<OrcProto.Type> getTypesList()
          repeated .org.apache.hadoop.hive.ql.io.orc.Type types = 4;
 OrcProto.TypeOrBuilder getTypesOrBuilder(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.Type types = 4;
 List<? extends OrcProto.TypeOrBuilder> getTypesOrBuilderList()
          repeated .org.apache.hadoop.hive.ql.io.orc.Type types = 4;
 org.spark_project.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasContentLength()
          optional uint64 contentLength = 2;
 boolean hasHeaderLength()
          optional uint64 headerLength = 1;
 boolean hasNumberOfRows()
          optional uint64 numberOfRows = 6;
 boolean hasRowIndexStride()
          optional uint32 rowIndexStride = 8;
protected  org.spark_project.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static OrcProto.Footer.Builder newBuilder()
           
static OrcProto.Footer.Builder newBuilder(OrcProto.Footer prototype)
           
 OrcProto.Footer.Builder newBuilderForType()
           
protected  OrcProto.Footer.Builder newBuilderForType(org.spark_project.protobuf.GeneratedMessage.BuilderParent parent)
           
static OrcProto.Footer parseDelimitedFrom(InputStream input)
           
static OrcProto.Footer parseDelimitedFrom(InputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.Footer parseFrom(byte[] data)
           
static OrcProto.Footer parseFrom(byte[] data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.Footer parseFrom(org.spark_project.protobuf.ByteString data)
           
static OrcProto.Footer parseFrom(org.spark_project.protobuf.ByteString data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.Footer parseFrom(org.spark_project.protobuf.CodedInputStream input)
           
static OrcProto.Footer parseFrom(org.spark_project.protobuf.CodedInputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.Footer parseFrom(InputStream input)
           
static OrcProto.Footer parseFrom(InputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
 OrcProto.Footer.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.Footer> PARSER

HEADERLENGTH_FIELD_NUMBER

public static final int HEADERLENGTH_FIELD_NUMBER
See Also:
Constant Field Values

CONTENTLENGTH_FIELD_NUMBER

public static final int CONTENTLENGTH_FIELD_NUMBER
See Also:
Constant Field Values

STRIPES_FIELD_NUMBER

public static final int STRIPES_FIELD_NUMBER
See Also:
Constant Field Values

TYPES_FIELD_NUMBER

public static final int TYPES_FIELD_NUMBER
See Also:
Constant Field Values

METADATA_FIELD_NUMBER

public static final int METADATA_FIELD_NUMBER
See Also:
Constant Field Values

NUMBEROFROWS_FIELD_NUMBER

public static final int NUMBEROFROWS_FIELD_NUMBER
See Also:
Constant Field Values

STATISTICS_FIELD_NUMBER

public static final int STATISTICS_FIELD_NUMBER
See Also:
Constant Field Values

ROWINDEXSTRIDE_FIELD_NUMBER

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

getDefaultInstance

public static OrcProto.Footer getDefaultInstance()

getDefaultInstanceForType

public OrcProto.Footer 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.Footer> 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

hasHeaderLength

public boolean hasHeaderLength()
optional uint64 headerLength = 1;

Specified by:
hasHeaderLength in interface OrcProto.FooterOrBuilder

getHeaderLength

public long getHeaderLength()
optional uint64 headerLength = 1;

Specified by:
getHeaderLength in interface OrcProto.FooterOrBuilder

hasContentLength

public boolean hasContentLength()
optional uint64 contentLength = 2;

Specified by:
hasContentLength in interface OrcProto.FooterOrBuilder

getContentLength

public long getContentLength()
optional uint64 contentLength = 2;

Specified by:
getContentLength in interface OrcProto.FooterOrBuilder

getStripesList

public List<OrcProto.StripeInformation> getStripesList()
repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;

Specified by:
getStripesList in interface OrcProto.FooterOrBuilder

getStripesOrBuilderList

public List<? extends OrcProto.StripeInformationOrBuilder> getStripesOrBuilderList()
repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;

Specified by:
getStripesOrBuilderList in interface OrcProto.FooterOrBuilder

getStripesCount

public int getStripesCount()
repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;

Specified by:
getStripesCount in interface OrcProto.FooterOrBuilder

getStripes

public OrcProto.StripeInformation getStripes(int index)
repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;

Specified by:
getStripes in interface OrcProto.FooterOrBuilder

getStripesOrBuilder

public OrcProto.StripeInformationOrBuilder getStripesOrBuilder(int index)
repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;

Specified by:
getStripesOrBuilder in interface OrcProto.FooterOrBuilder

getTypesList

public List<OrcProto.Type> getTypesList()
repeated .org.apache.hadoop.hive.ql.io.orc.Type types = 4;

Specified by:
getTypesList in interface OrcProto.FooterOrBuilder

getTypesOrBuilderList

public List<? extends OrcProto.TypeOrBuilder> getTypesOrBuilderList()
repeated .org.apache.hadoop.hive.ql.io.orc.Type types = 4;

Specified by:
getTypesOrBuilderList in interface OrcProto.FooterOrBuilder

getTypesCount

public int getTypesCount()
repeated .org.apache.hadoop.hive.ql.io.orc.Type types = 4;

Specified by:
getTypesCount in interface OrcProto.FooterOrBuilder

getTypes

public OrcProto.Type getTypes(int index)
repeated .org.apache.hadoop.hive.ql.io.orc.Type types = 4;

Specified by:
getTypes in interface OrcProto.FooterOrBuilder

getTypesOrBuilder

public OrcProto.TypeOrBuilder getTypesOrBuilder(int index)
repeated .org.apache.hadoop.hive.ql.io.orc.Type types = 4;

Specified by:
getTypesOrBuilder in interface OrcProto.FooterOrBuilder

getMetadataList

public List<OrcProto.UserMetadataItem> getMetadataList()
repeated .org.apache.hadoop.hive.ql.io.orc.UserMetadataItem metadata = 5;

Specified by:
getMetadataList in interface OrcProto.FooterOrBuilder

getMetadataOrBuilderList

public List<? extends OrcProto.UserMetadataItemOrBuilder> getMetadataOrBuilderList()
repeated .org.apache.hadoop.hive.ql.io.orc.UserMetadataItem metadata = 5;

Specified by:
getMetadataOrBuilderList in interface OrcProto.FooterOrBuilder

getMetadataCount

public int getMetadataCount()
repeated .org.apache.hadoop.hive.ql.io.orc.UserMetadataItem metadata = 5;

Specified by:
getMetadataCount in interface OrcProto.FooterOrBuilder

getMetadata

public OrcProto.UserMetadataItem getMetadata(int index)
repeated .org.apache.hadoop.hive.ql.io.orc.UserMetadataItem metadata = 5;

Specified by:
getMetadata in interface OrcProto.FooterOrBuilder

getMetadataOrBuilder

public OrcProto.UserMetadataItemOrBuilder getMetadataOrBuilder(int index)
repeated .org.apache.hadoop.hive.ql.io.orc.UserMetadataItem metadata = 5;

Specified by:
getMetadataOrBuilder in interface OrcProto.FooterOrBuilder

hasNumberOfRows

public boolean hasNumberOfRows()
optional uint64 numberOfRows = 6;

Specified by:
hasNumberOfRows in interface OrcProto.FooterOrBuilder

getNumberOfRows

public long getNumberOfRows()
optional uint64 numberOfRows = 6;

Specified by:
getNumberOfRows in interface OrcProto.FooterOrBuilder

getStatisticsList

public List<OrcProto.ColumnStatistics> getStatisticsList()
repeated .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics statistics = 7;

Specified by:
getStatisticsList in interface OrcProto.FooterOrBuilder

getStatisticsOrBuilderList

public List<? extends OrcProto.ColumnStatisticsOrBuilder> getStatisticsOrBuilderList()
repeated .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics statistics = 7;

Specified by:
getStatisticsOrBuilderList in interface OrcProto.FooterOrBuilder

getStatisticsCount

public int getStatisticsCount()
repeated .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics statistics = 7;

Specified by:
getStatisticsCount in interface OrcProto.FooterOrBuilder

getStatistics

public OrcProto.ColumnStatistics getStatistics(int index)
repeated .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics statistics = 7;

Specified by:
getStatistics in interface OrcProto.FooterOrBuilder

getStatisticsOrBuilder

public OrcProto.ColumnStatisticsOrBuilder getStatisticsOrBuilder(int index)
repeated .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics statistics = 7;

Specified by:
getStatisticsOrBuilder in interface OrcProto.FooterOrBuilder

hasRowIndexStride

public boolean hasRowIndexStride()
optional uint32 rowIndexStride = 8;

Specified by:
hasRowIndexStride in interface OrcProto.FooterOrBuilder

getRowIndexStride

public int getRowIndexStride()
optional uint32 rowIndexStride = 8;

Specified by:
getRowIndexStride in interface OrcProto.FooterOrBuilder

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.Footer parseFrom(org.spark_project.protobuf.ByteString data)
                                 throws org.spark_project.protobuf.InvalidProtocolBufferException
Throws:
org.spark_project.protobuf.InvalidProtocolBufferException

parseFrom

public static OrcProto.Footer 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.Footer parseFrom(byte[] data)
                                 throws org.spark_project.protobuf.InvalidProtocolBufferException
Throws:
org.spark_project.protobuf.InvalidProtocolBufferException

parseFrom

public static OrcProto.Footer 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.Footer parseFrom(InputStream input)
                                 throws IOException
Throws:
IOException

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static OrcProto.Footer.Builder newBuilder()

newBuilderForType

public OrcProto.Footer.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.Footer.Builder newBuilder(OrcProto.Footer prototype)

toBuilder

public OrcProto.Footer.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.Footer.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.