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

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

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

See Also:
Serialized Form

Nested Class Summary
static class OrcProto.RowIndex.Builder
          Protobuf type org.apache.hadoop.hive.ql.io.orc.RowIndex
 
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 ENTRY_FIELD_NUMBER
           
static org.spark_project.protobuf.Parser<OrcProto.RowIndex> PARSER
           
 
Fields inherited from class org.spark_project.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
static OrcProto.RowIndex getDefaultInstance()
           
 OrcProto.RowIndex getDefaultInstanceForType()
           
static org.spark_project.protobuf.Descriptors.Descriptor getDescriptor()
           
 OrcProto.RowIndexEntry getEntry(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 int getEntryCount()
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 List<OrcProto.RowIndexEntry> getEntryList()
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 OrcProto.RowIndexEntryOrBuilder getEntryOrBuilder(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 List<? extends OrcProto.RowIndexEntryOrBuilder> getEntryOrBuilderList()
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 org.spark_project.protobuf.Parser<OrcProto.RowIndex> getParserForType()
           
 int getSerializedSize()
           
 org.spark_project.protobuf.UnknownFieldSet getUnknownFields()
           
protected  org.spark_project.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static OrcProto.RowIndex.Builder newBuilder()
           
static OrcProto.RowIndex.Builder newBuilder(OrcProto.RowIndex prototype)
           
 OrcProto.RowIndex.Builder newBuilderForType()
           
protected  OrcProto.RowIndex.Builder newBuilderForType(org.spark_project.protobuf.GeneratedMessage.BuilderParent parent)
           
static OrcProto.RowIndex parseDelimitedFrom(InputStream input)
           
static OrcProto.RowIndex parseDelimitedFrom(InputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.RowIndex parseFrom(byte[] data)
           
static OrcProto.RowIndex parseFrom(byte[] data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.RowIndex parseFrom(org.spark_project.protobuf.ByteString data)
           
static OrcProto.RowIndex parseFrom(org.spark_project.protobuf.ByteString data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.RowIndex parseFrom(org.spark_project.protobuf.CodedInputStream input)
           
static OrcProto.RowIndex parseFrom(org.spark_project.protobuf.CodedInputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.RowIndex parseFrom(InputStream input)
           
static OrcProto.RowIndex parseFrom(InputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
 OrcProto.RowIndex.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.RowIndex> PARSER

ENTRY_FIELD_NUMBER

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

getDefaultInstance

public static OrcProto.RowIndex getDefaultInstance()

getDefaultInstanceForType

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

getEntryList

public List<OrcProto.RowIndexEntry> getEntryList()
repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;

Specified by:
getEntryList in interface OrcProto.RowIndexOrBuilder

getEntryOrBuilderList

public List<? extends OrcProto.RowIndexEntryOrBuilder> getEntryOrBuilderList()
repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;

Specified by:
getEntryOrBuilderList in interface OrcProto.RowIndexOrBuilder

getEntryCount

public int getEntryCount()
repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;

Specified by:
getEntryCount in interface OrcProto.RowIndexOrBuilder

getEntry

public OrcProto.RowIndexEntry getEntry(int index)
repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;

Specified by:
getEntry in interface OrcProto.RowIndexOrBuilder

getEntryOrBuilder

public OrcProto.RowIndexEntryOrBuilder getEntryOrBuilder(int index)
repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;

Specified by:
getEntryOrBuilder in interface OrcProto.RowIndexOrBuilder

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

parseFrom

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static OrcProto.RowIndex.Builder newBuilder()

newBuilderForType

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

toBuilder

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