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

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

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

See Also:
Serialized Form

Nested Class Summary
static class OrcProto.StripeInformation.Builder
          Protobuf type org.apache.hadoop.hive.ql.io.orc.StripeInformation
 
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 DATALENGTH_FIELD_NUMBER
           
static int FOOTERLENGTH_FIELD_NUMBER
           
static int INDEXLENGTH_FIELD_NUMBER
           
static int NUMBEROFROWS_FIELD_NUMBER
           
static int OFFSET_FIELD_NUMBER
           
static org.spark_project.protobuf.Parser<OrcProto.StripeInformation> PARSER
           
 
Fields inherited from class org.spark_project.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 long getDataLength()
          optional uint64 dataLength = 3;
static OrcProto.StripeInformation getDefaultInstance()
           
 OrcProto.StripeInformation getDefaultInstanceForType()
           
static org.spark_project.protobuf.Descriptors.Descriptor getDescriptor()
           
 long getFooterLength()
          optional uint64 footerLength = 4;
 long getIndexLength()
          optional uint64 indexLength = 2;
 long getNumberOfRows()
          optional uint64 numberOfRows = 5;
 long getOffset()
          optional uint64 offset = 1;
 org.spark_project.protobuf.Parser<OrcProto.StripeInformation> getParserForType()
           
 int getSerializedSize()
           
 org.spark_project.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasDataLength()
          optional uint64 dataLength = 3;
 boolean hasFooterLength()
          optional uint64 footerLength = 4;
 boolean hasIndexLength()
          optional uint64 indexLength = 2;
 boolean hasNumberOfRows()
          optional uint64 numberOfRows = 5;
 boolean hasOffset()
          optional uint64 offset = 1;
protected  org.spark_project.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static OrcProto.StripeInformation.Builder newBuilder()
           
static OrcProto.StripeInformation.Builder newBuilder(OrcProto.StripeInformation prototype)
           
 OrcProto.StripeInformation.Builder newBuilderForType()
           
protected  OrcProto.StripeInformation.Builder newBuilderForType(org.spark_project.protobuf.GeneratedMessage.BuilderParent parent)
           
static OrcProto.StripeInformation parseDelimitedFrom(InputStream input)
           
static OrcProto.StripeInformation parseDelimitedFrom(InputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.StripeInformation parseFrom(byte[] data)
           
static OrcProto.StripeInformation parseFrom(byte[] data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.StripeInformation parseFrom(org.spark_project.protobuf.ByteString data)
           
static OrcProto.StripeInformation parseFrom(org.spark_project.protobuf.ByteString data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.StripeInformation parseFrom(org.spark_project.protobuf.CodedInputStream input)
           
static OrcProto.StripeInformation parseFrom(org.spark_project.protobuf.CodedInputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.StripeInformation parseFrom(InputStream input)
           
static OrcProto.StripeInformation parseFrom(InputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
 OrcProto.StripeInformation.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.StripeInformation> PARSER

OFFSET_FIELD_NUMBER

public static final int OFFSET_FIELD_NUMBER
See Also:
Constant Field Values

INDEXLENGTH_FIELD_NUMBER

public static final int INDEXLENGTH_FIELD_NUMBER
See Also:
Constant Field Values

DATALENGTH_FIELD_NUMBER

public static final int DATALENGTH_FIELD_NUMBER
See Also:
Constant Field Values

FOOTERLENGTH_FIELD_NUMBER

public static final int FOOTERLENGTH_FIELD_NUMBER
See Also:
Constant Field Values

NUMBEROFROWS_FIELD_NUMBER

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

getDefaultInstance

public static OrcProto.StripeInformation getDefaultInstance()

getDefaultInstanceForType

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

hasOffset

public boolean hasOffset()
optional uint64 offset = 1;

Specified by:
hasOffset in interface OrcProto.StripeInformationOrBuilder

getOffset

public long getOffset()
optional uint64 offset = 1;

Specified by:
getOffset in interface OrcProto.StripeInformationOrBuilder

hasIndexLength

public boolean hasIndexLength()
optional uint64 indexLength = 2;

Specified by:
hasIndexLength in interface OrcProto.StripeInformationOrBuilder

getIndexLength

public long getIndexLength()
optional uint64 indexLength = 2;

Specified by:
getIndexLength in interface OrcProto.StripeInformationOrBuilder

hasDataLength

public boolean hasDataLength()
optional uint64 dataLength = 3;

Specified by:
hasDataLength in interface OrcProto.StripeInformationOrBuilder

getDataLength

public long getDataLength()
optional uint64 dataLength = 3;

Specified by:
getDataLength in interface OrcProto.StripeInformationOrBuilder

hasFooterLength

public boolean hasFooterLength()
optional uint64 footerLength = 4;

Specified by:
hasFooterLength in interface OrcProto.StripeInformationOrBuilder

getFooterLength

public long getFooterLength()
optional uint64 footerLength = 4;

Specified by:
getFooterLength in interface OrcProto.StripeInformationOrBuilder

hasNumberOfRows

public boolean hasNumberOfRows()
optional uint64 numberOfRows = 5;

Specified by:
hasNumberOfRows in interface OrcProto.StripeInformationOrBuilder

getNumberOfRows

public long getNumberOfRows()
optional uint64 numberOfRows = 5;

Specified by:
getNumberOfRows in interface OrcProto.StripeInformationOrBuilder

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

parseFrom

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static OrcProto.StripeInformation.Builder newBuilder()

newBuilderForType

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

toBuilder

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