|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.spark_project.protobuf.AbstractMessageLite
org.spark_project.protobuf.AbstractMessage
org.spark_project.protobuf.GeneratedMessage
org.apache.hadoop.hive.ql.io.orc.OrcProto.PostScript
public static final class OrcProto.PostScript
Protobuf type org.apache.hadoop.hive.ql.io.orc.PostScript
Serialized length must be less that 255 bytes
| Nested Class Summary | |
|---|---|
static class |
OrcProto.PostScript.Builder
Protobuf type org.apache.hadoop.hive.ql.io.orc.PostScript |
| 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 |
COMPRESSION_FIELD_NUMBER
|
static int |
COMPRESSIONBLOCKSIZE_FIELD_NUMBER
|
static int |
FOOTERLENGTH_FIELD_NUMBER
|
static int |
MAGIC_FIELD_NUMBER
|
static int |
METADATALENGTH_FIELD_NUMBER
|
static org.spark_project.protobuf.Parser<OrcProto.PostScript> |
PARSER
|
static int |
VERSION_FIELD_NUMBER
|
| Fields inherited from class org.spark_project.protobuf.GeneratedMessage |
|---|
alwaysUseFieldBuilders |
| Method Summary | |
|---|---|
OrcProto.CompressionKind |
getCompression()
optional .org.apache.hadoop.hive.ql.io.orc.CompressionKind compression = 2; |
long |
getCompressionBlockSize()
optional uint64 compressionBlockSize = 3; |
static OrcProto.PostScript |
getDefaultInstance()
|
OrcProto.PostScript |
getDefaultInstanceForType()
|
static org.spark_project.protobuf.Descriptors.Descriptor |
getDescriptor()
|
long |
getFooterLength()
optional uint64 footerLength = 1; |
String |
getMagic()
optional string magic = 8000; |
org.spark_project.protobuf.ByteString |
getMagicBytes()
optional string magic = 8000; |
long |
getMetadataLength()
optional uint64 metadataLength = 5; |
org.spark_project.protobuf.Parser<OrcProto.PostScript> |
getParserForType()
|
int |
getSerializedSize()
|
org.spark_project.protobuf.UnknownFieldSet |
getUnknownFields()
|
int |
getVersion(int index)
repeated uint32 version = 4 [packed = true]; |
int |
getVersionCount()
repeated uint32 version = 4 [packed = true]; |
List<Integer> |
getVersionList()
repeated uint32 version = 4 [packed = true]; |
boolean |
hasCompression()
optional .org.apache.hadoop.hive.ql.io.orc.CompressionKind compression = 2; |
boolean |
hasCompressionBlockSize()
optional uint64 compressionBlockSize = 3; |
boolean |
hasFooterLength()
optional uint64 footerLength = 1; |
boolean |
hasMagic()
optional string magic = 8000; |
boolean |
hasMetadataLength()
optional uint64 metadataLength = 5; |
protected org.spark_project.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable()
|
boolean |
isInitialized()
|
static OrcProto.PostScript.Builder |
newBuilder()
|
static OrcProto.PostScript.Builder |
newBuilder(OrcProto.PostScript prototype)
|
OrcProto.PostScript.Builder |
newBuilderForType()
|
protected OrcProto.PostScript.Builder |
newBuilderForType(org.spark_project.protobuf.GeneratedMessage.BuilderParent parent)
|
static OrcProto.PostScript |
parseDelimitedFrom(InputStream input)
|
static OrcProto.PostScript |
parseDelimitedFrom(InputStream input,
org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
|
static OrcProto.PostScript |
parseFrom(byte[] data)
|
static OrcProto.PostScript |
parseFrom(byte[] data,
org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
|
static OrcProto.PostScript |
parseFrom(org.spark_project.protobuf.ByteString data)
|
static OrcProto.PostScript |
parseFrom(org.spark_project.protobuf.ByteString data,
org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
|
static OrcProto.PostScript |
parseFrom(org.spark_project.protobuf.CodedInputStream input)
|
static OrcProto.PostScript |
parseFrom(org.spark_project.protobuf.CodedInputStream input,
org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
|
static OrcProto.PostScript |
parseFrom(InputStream input)
|
static OrcProto.PostScript |
parseFrom(InputStream input,
org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
|
OrcProto.PostScript.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 |
|---|
public static org.spark_project.protobuf.Parser<OrcProto.PostScript> PARSER
public static final int FOOTERLENGTH_FIELD_NUMBER
public static final int COMPRESSION_FIELD_NUMBER
public static final int COMPRESSIONBLOCKSIZE_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public static final int METADATALENGTH_FIELD_NUMBER
public static final int MAGIC_FIELD_NUMBER
| Method Detail |
|---|
public static OrcProto.PostScript getDefaultInstance()
public OrcProto.PostScript getDefaultInstanceForType()
getDefaultInstanceForType in interface org.spark_project.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.spark_project.protobuf.MessageOrBuilderpublic final org.spark_project.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface org.spark_project.protobuf.MessageOrBuildergetUnknownFields in class org.spark_project.protobuf.GeneratedMessagepublic static final org.spark_project.protobuf.Descriptors.Descriptor getDescriptor()
protected org.spark_project.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.spark_project.protobuf.GeneratedMessagepublic org.spark_project.protobuf.Parser<OrcProto.PostScript> getParserForType()
getParserForType in interface org.spark_project.protobuf.MessagegetParserForType in interface org.spark_project.protobuf.MessageLitegetParserForType in class org.spark_project.protobuf.GeneratedMessagepublic boolean hasFooterLength()
optional uint64 footerLength = 1;
hasFooterLength in interface OrcProto.PostScriptOrBuilderpublic long getFooterLength()
optional uint64 footerLength = 1;
getFooterLength in interface OrcProto.PostScriptOrBuilderpublic boolean hasCompression()
optional .org.apache.hadoop.hive.ql.io.orc.CompressionKind compression = 2;
hasCompression in interface OrcProto.PostScriptOrBuilderpublic OrcProto.CompressionKind getCompression()
optional .org.apache.hadoop.hive.ql.io.orc.CompressionKind compression = 2;
getCompression in interface OrcProto.PostScriptOrBuilderpublic boolean hasCompressionBlockSize()
optional uint64 compressionBlockSize = 3;
hasCompressionBlockSize in interface OrcProto.PostScriptOrBuilderpublic long getCompressionBlockSize()
optional uint64 compressionBlockSize = 3;
getCompressionBlockSize in interface OrcProto.PostScriptOrBuilderpublic List<Integer> getVersionList()
repeated uint32 version = 4 [packed = true];
getVersionList in interface OrcProto.PostScriptOrBuilderpublic int getVersionCount()
repeated uint32 version = 4 [packed = true];
getVersionCount in interface OrcProto.PostScriptOrBuilderpublic int getVersion(int index)
repeated uint32 version = 4 [packed = true];
getVersion in interface OrcProto.PostScriptOrBuilderpublic boolean hasMetadataLength()
optional uint64 metadataLength = 5;
hasMetadataLength in interface OrcProto.PostScriptOrBuilderpublic long getMetadataLength()
optional uint64 metadataLength = 5;
getMetadataLength in interface OrcProto.PostScriptOrBuilderpublic boolean hasMagic()
optional string magic = 8000;
Leave this last in the record
hasMagic in interface OrcProto.PostScriptOrBuilderpublic String getMagic()
optional string magic = 8000;
Leave this last in the record
getMagic in interface OrcProto.PostScriptOrBuilderpublic org.spark_project.protobuf.ByteString getMagicBytes()
optional string magic = 8000;
Leave this last in the record
getMagicBytes in interface OrcProto.PostScriptOrBuilderpublic final boolean isInitialized()
isInitialized in interface org.spark_project.protobuf.MessageLiteOrBuilderisInitialized in class org.spark_project.protobuf.GeneratedMessage
public void writeTo(org.spark_project.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface org.spark_project.protobuf.MessageLitewriteTo in class org.spark_project.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface org.spark_project.protobuf.MessageLitegetSerializedSize in class org.spark_project.protobuf.AbstractMessage
protected Object writeReplace()
throws ObjectStreamException
writeReplace in class org.spark_project.protobuf.GeneratedMessageObjectStreamException
public static OrcProto.PostScript parseFrom(org.spark_project.protobuf.ByteString data)
throws org.spark_project.protobuf.InvalidProtocolBufferException
org.spark_project.protobuf.InvalidProtocolBufferException
public static OrcProto.PostScript parseFrom(org.spark_project.protobuf.ByteString data,
org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.spark_project.protobuf.InvalidProtocolBufferException
org.spark_project.protobuf.InvalidProtocolBufferException
public static OrcProto.PostScript parseFrom(byte[] data)
throws org.spark_project.protobuf.InvalidProtocolBufferException
org.spark_project.protobuf.InvalidProtocolBufferException
public static OrcProto.PostScript parseFrom(byte[] data,
org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
throws org.spark_project.protobuf.InvalidProtocolBufferException
org.spark_project.protobuf.InvalidProtocolBufferException
public static OrcProto.PostScript parseFrom(InputStream input)
throws IOException
IOException
public static OrcProto.PostScript parseFrom(InputStream input,
org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOException
public static OrcProto.PostScript parseDelimitedFrom(InputStream input)
throws IOException
IOException
public static OrcProto.PostScript parseDelimitedFrom(InputStream input,
org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOException
public static OrcProto.PostScript parseFrom(org.spark_project.protobuf.CodedInputStream input)
throws IOException
IOException
public static OrcProto.PostScript parseFrom(org.spark_project.protobuf.CodedInputStream input,
org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
IOExceptionpublic static OrcProto.PostScript.Builder newBuilder()
public OrcProto.PostScript.Builder newBuilderForType()
newBuilderForType in interface org.spark_project.protobuf.MessagenewBuilderForType in interface org.spark_project.protobuf.MessageLitepublic static OrcProto.PostScript.Builder newBuilder(OrcProto.PostScript prototype)
public OrcProto.PostScript.Builder toBuilder()
toBuilder in interface org.spark_project.protobuf.MessagetoBuilder in interface org.spark_project.protobuf.MessageLiteprotected OrcProto.PostScript.Builder newBuilderForType(org.spark_project.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class org.spark_project.protobuf.GeneratedMessage
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||