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

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

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

See Also:
Serialized Form

Nested Class Summary
static class OrcProto.Stream.Builder
          Protobuf type org.apache.hadoop.hive.ql.io.orc.Stream
static class OrcProto.Stream.Kind
          Protobuf enum org.apache.hadoop.hive.ql.io.orc.Stream.Kind
 
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 COLUMN_FIELD_NUMBER
           
static int KIND_FIELD_NUMBER
           
static int LENGTH_FIELD_NUMBER
           
static org.spark_project.protobuf.Parser<OrcProto.Stream> PARSER
           
 
Fields inherited from class org.spark_project.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
 int getColumn()
          optional uint32 column = 2;
static OrcProto.Stream getDefaultInstance()
           
 OrcProto.Stream getDefaultInstanceForType()
           
static org.spark_project.protobuf.Descriptors.Descriptor getDescriptor()
           
 OrcProto.Stream.Kind getKind()
          required .org.apache.hadoop.hive.ql.io.orc.Stream.Kind kind = 1;
 long getLength()
          optional uint64 length = 3;
 org.spark_project.protobuf.Parser<OrcProto.Stream> getParserForType()
           
 int getSerializedSize()
           
 org.spark_project.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasColumn()
          optional uint32 column = 2;
 boolean hasKind()
          required .org.apache.hadoop.hive.ql.io.orc.Stream.Kind kind = 1;
 boolean hasLength()
          optional uint64 length = 3;
protected  org.spark_project.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static OrcProto.Stream.Builder newBuilder()
           
static OrcProto.Stream.Builder newBuilder(OrcProto.Stream prototype)
           
 OrcProto.Stream.Builder newBuilderForType()
           
protected  OrcProto.Stream.Builder newBuilderForType(org.spark_project.protobuf.GeneratedMessage.BuilderParent parent)
           
static OrcProto.Stream parseDelimitedFrom(InputStream input)
           
static OrcProto.Stream parseDelimitedFrom(InputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.Stream parseFrom(byte[] data)
           
static OrcProto.Stream parseFrom(byte[] data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.Stream parseFrom(org.spark_project.protobuf.ByteString data)
           
static OrcProto.Stream parseFrom(org.spark_project.protobuf.ByteString data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.Stream parseFrom(org.spark_project.protobuf.CodedInputStream input)
           
static OrcProto.Stream parseFrom(org.spark_project.protobuf.CodedInputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.Stream parseFrom(InputStream input)
           
static OrcProto.Stream parseFrom(InputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
 OrcProto.Stream.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.Stream> PARSER

KIND_FIELD_NUMBER

public static final int KIND_FIELD_NUMBER
See Also:
Constant Field Values

COLUMN_FIELD_NUMBER

public static final int COLUMN_FIELD_NUMBER
See Also:
Constant Field Values

LENGTH_FIELD_NUMBER

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

getDefaultInstance

public static OrcProto.Stream getDefaultInstance()

getDefaultInstanceForType

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

hasKind

public boolean hasKind()
required .org.apache.hadoop.hive.ql.io.orc.Stream.Kind kind = 1;

Specified by:
hasKind in interface OrcProto.StreamOrBuilder

getKind

public OrcProto.Stream.Kind getKind()
required .org.apache.hadoop.hive.ql.io.orc.Stream.Kind kind = 1;

Specified by:
getKind in interface OrcProto.StreamOrBuilder

hasColumn

public boolean hasColumn()
optional uint32 column = 2;

Specified by:
hasColumn in interface OrcProto.StreamOrBuilder

getColumn

public int getColumn()
optional uint32 column = 2;

Specified by:
getColumn in interface OrcProto.StreamOrBuilder

hasLength

public boolean hasLength()
optional uint64 length = 3;

Specified by:
hasLength in interface OrcProto.StreamOrBuilder

getLength

public long getLength()
optional uint64 length = 3;

Specified by:
getLength in interface OrcProto.StreamOrBuilder

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

parseFrom

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

parseFrom

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

parseFrom

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

parseDelimitedFrom

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

parseDelimitedFrom

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

parseFrom

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

parseFrom

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

newBuilder

public static OrcProto.Stream.Builder newBuilder()

newBuilderForType

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

toBuilder

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