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

Packages that use OrcProto.StripeInformation
org.apache.hadoop.hive.ql.io.orc The Optimized Row Columnar (ORC) File Format. 
 

Uses of OrcProto.StripeInformation in org.apache.hadoop.hive.ql.io.orc
 

Fields in org.apache.hadoop.hive.ql.io.orc with type parameters of type OrcProto.StripeInformation
static org.spark_project.protobuf.Parser<OrcProto.StripeInformation> OrcProto.StripeInformation.PARSER
           
 

Methods in org.apache.hadoop.hive.ql.io.orc that return OrcProto.StripeInformation
 OrcProto.StripeInformation OrcProto.StripeInformation.Builder.build()
           
 OrcProto.StripeInformation OrcProto.StripeInformation.Builder.buildPartial()
           
static OrcProto.StripeInformation OrcProto.StripeInformation.getDefaultInstance()
           
 OrcProto.StripeInformation OrcProto.StripeInformation.getDefaultInstanceForType()
           
 OrcProto.StripeInformation OrcProto.StripeInformation.Builder.getDefaultInstanceForType()
           
 OrcProto.StripeInformation OrcProto.FooterOrBuilder.getStripes(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
 OrcProto.StripeInformation OrcProto.Footer.getStripes(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
 OrcProto.StripeInformation OrcProto.Footer.Builder.getStripes(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
static OrcProto.StripeInformation OrcProto.StripeInformation.parseDelimitedFrom(InputStream input)
           
static OrcProto.StripeInformation OrcProto.StripeInformation.parseDelimitedFrom(InputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.StripeInformation OrcProto.StripeInformation.parseFrom(byte[] data)
           
static OrcProto.StripeInformation OrcProto.StripeInformation.parseFrom(byte[] data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.StripeInformation OrcProto.StripeInformation.parseFrom(org.spark_project.protobuf.ByteString data)
           
static OrcProto.StripeInformation OrcProto.StripeInformation.parseFrom(org.spark_project.protobuf.ByteString data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.StripeInformation OrcProto.StripeInformation.parseFrom(org.spark_project.protobuf.CodedInputStream input)
           
static OrcProto.StripeInformation OrcProto.StripeInformation.parseFrom(org.spark_project.protobuf.CodedInputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.StripeInformation OrcProto.StripeInformation.parseFrom(InputStream input)
           
static OrcProto.StripeInformation OrcProto.StripeInformation.parseFrom(InputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hive.ql.io.orc that return types with arguments of type OrcProto.StripeInformation
 org.spark_project.protobuf.Parser<OrcProto.StripeInformation> OrcProto.StripeInformation.getParserForType()
           
 List<OrcProto.StripeInformation> OrcProto.FooterOrBuilder.getStripesList()
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
 List<OrcProto.StripeInformation> OrcProto.Footer.getStripesList()
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
 List<OrcProto.StripeInformation> OrcProto.Footer.Builder.getStripesList()
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
 

Methods in org.apache.hadoop.hive.ql.io.orc with parameters of type OrcProto.StripeInformation
 OrcProto.Footer.Builder OrcProto.Footer.Builder.addStripes(int index, OrcProto.StripeInformation value)
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
 OrcProto.Footer.Builder OrcProto.Footer.Builder.addStripes(OrcProto.StripeInformation value)
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
 OrcProto.StripeInformation.Builder OrcProto.StripeInformation.Builder.mergeFrom(OrcProto.StripeInformation other)
           
static OrcProto.StripeInformation.Builder OrcProto.StripeInformation.newBuilder(OrcProto.StripeInformation prototype)
           
 OrcProto.Footer.Builder OrcProto.Footer.Builder.setStripes(int index, OrcProto.StripeInformation value)
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
 

Method parameters in org.apache.hadoop.hive.ql.io.orc with type arguments of type OrcProto.StripeInformation
 OrcProto.Footer.Builder OrcProto.Footer.Builder.addAllStripes(Iterable<? extends OrcProto.StripeInformation> values)
          repeated .org.apache.hadoop.hive.ql.io.orc.StripeInformation stripes = 3;
 



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