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

java.lang.Object
  extended by org.spark_project.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by org.spark_project.protobuf.AbstractMessage.Builder<BuilderType>
          extended by org.spark_project.protobuf.GeneratedMessage.Builder<OrcProto.RowIndex.Builder>
              extended by org.apache.hadoop.hive.ql.io.orc.OrcProto.RowIndex.Builder
All Implemented Interfaces:
Cloneable, OrcProto.RowIndexOrBuilder, org.spark_project.protobuf.Message.Builder, org.spark_project.protobuf.MessageLite.Builder, org.spark_project.protobuf.MessageLiteOrBuilder, org.spark_project.protobuf.MessageOrBuilder
Enclosing class:
OrcProto.RowIndex

public static final class OrcProto.RowIndex.Builder
extends org.spark_project.protobuf.GeneratedMessage.Builder<OrcProto.RowIndex.Builder>
implements OrcProto.RowIndexOrBuilder

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


Method Summary
 OrcProto.RowIndex.Builder addAllEntry(Iterable<? extends OrcProto.RowIndexEntry> values)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 OrcProto.RowIndex.Builder addEntry(int index, OrcProto.RowIndexEntry.Builder builderForValue)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 OrcProto.RowIndex.Builder addEntry(int index, OrcProto.RowIndexEntry value)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 OrcProto.RowIndex.Builder addEntry(OrcProto.RowIndexEntry.Builder builderForValue)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 OrcProto.RowIndex.Builder addEntry(OrcProto.RowIndexEntry value)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 OrcProto.RowIndexEntry.Builder addEntryBuilder()
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 OrcProto.RowIndexEntry.Builder addEntryBuilder(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 OrcProto.RowIndex build()
           
 OrcProto.RowIndex buildPartial()
           
 OrcProto.RowIndex.Builder clear()
           
 OrcProto.RowIndex.Builder clearEntry()
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 OrcProto.RowIndex.Builder clone()
           
 OrcProto.RowIndex getDefaultInstanceForType()
           
static org.spark_project.protobuf.Descriptors.Descriptor getDescriptor()
           
 org.spark_project.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 OrcProto.RowIndexEntry getEntry(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 OrcProto.RowIndexEntry.Builder getEntryBuilder(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 List<OrcProto.RowIndexEntry.Builder> getEntryBuilderList()
          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;
protected  org.spark_project.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 OrcProto.RowIndex.Builder mergeFrom(org.spark_project.protobuf.CodedInputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
 OrcProto.RowIndex.Builder mergeFrom(org.spark_project.protobuf.Message other)
           
 OrcProto.RowIndex.Builder mergeFrom(OrcProto.RowIndex other)
           
 OrcProto.RowIndex.Builder removeEntry(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 OrcProto.RowIndex.Builder setEntry(int index, OrcProto.RowIndexEntry.Builder builderForValue)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 OrcProto.RowIndex.Builder setEntry(int index, OrcProto.RowIndexEntry value)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 
Methods inherited from class org.spark_project.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class org.spark_project.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class org.spark_project.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.spark_project.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

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

clear

public OrcProto.RowIndex.Builder clear()
Specified by:
clear in interface org.spark_project.protobuf.Message.Builder
Specified by:
clear in interface org.spark_project.protobuf.MessageLite.Builder
Overrides:
clear in class org.spark_project.protobuf.GeneratedMessage.Builder<OrcProto.RowIndex.Builder>

clone

public OrcProto.RowIndex.Builder clone()
Specified by:
clone in interface org.spark_project.protobuf.Message.Builder
Specified by:
clone in interface org.spark_project.protobuf.MessageLite.Builder
Overrides:
clone in class org.spark_project.protobuf.GeneratedMessage.Builder<OrcProto.RowIndex.Builder>

getDescriptorForType

public org.spark_project.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface org.spark_project.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface org.spark_project.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class org.spark_project.protobuf.GeneratedMessage.Builder<OrcProto.RowIndex.Builder>

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

build

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

buildPartial

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

mergeFrom

public OrcProto.RowIndex.Builder mergeFrom(org.spark_project.protobuf.Message other)
Specified by:
mergeFrom in interface org.spark_project.protobuf.Message.Builder
Overrides:
mergeFrom in class org.spark_project.protobuf.AbstractMessage.Builder<OrcProto.RowIndex.Builder>

mergeFrom

public OrcProto.RowIndex.Builder mergeFrom(OrcProto.RowIndex other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface org.spark_project.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class org.spark_project.protobuf.GeneratedMessage.Builder<OrcProto.RowIndex.Builder>

mergeFrom

public OrcProto.RowIndex.Builder mergeFrom(org.spark_project.protobuf.CodedInputStream input,
                                           org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws IOException
Specified by:
mergeFrom in interface org.spark_project.protobuf.Message.Builder
Specified by:
mergeFrom in interface org.spark_project.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class org.spark_project.protobuf.AbstractMessage.Builder<OrcProto.RowIndex.Builder>
Throws:
IOException

getEntryList

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

Specified by:
getEntryList 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

setEntry

public OrcProto.RowIndex.Builder setEntry(int index,
                                          OrcProto.RowIndexEntry value)
repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;


setEntry

public OrcProto.RowIndex.Builder setEntry(int index,
                                          OrcProto.RowIndexEntry.Builder builderForValue)
repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;


addEntry

public OrcProto.RowIndex.Builder addEntry(OrcProto.RowIndexEntry value)
repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;


addEntry

public OrcProto.RowIndex.Builder addEntry(int index,
                                          OrcProto.RowIndexEntry value)
repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;


addEntry

public OrcProto.RowIndex.Builder addEntry(OrcProto.RowIndexEntry.Builder builderForValue)
repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;


addEntry

public OrcProto.RowIndex.Builder addEntry(int index,
                                          OrcProto.RowIndexEntry.Builder builderForValue)
repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;


addAllEntry

public OrcProto.RowIndex.Builder addAllEntry(Iterable<? extends OrcProto.RowIndexEntry> values)
repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;


clearEntry

public OrcProto.RowIndex.Builder clearEntry()
repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;


removeEntry

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


getEntryBuilder

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


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

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

addEntryBuilder

public OrcProto.RowIndexEntry.Builder addEntryBuilder()
repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;


addEntryBuilder

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


getEntryBuilderList

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



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