public static final class OrcProto.StripeInformation extends com.google.protobuf.GeneratedMessage implements OrcProto.StripeInformationOrBuilder
orc.proto.StripeInformation
Modifier and Type | Class and Description |
---|---|
static class |
OrcProto.StripeInformation.Builder
Protobuf type
orc.proto.StripeInformation |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
DATALENGTH_FIELD_NUMBER |
static int |
FOOTERLENGTH_FIELD_NUMBER |
static int |
INDEXLENGTH_FIELD_NUMBER |
static int |
NUMBEROFROWS_FIELD_NUMBER |
static int |
OFFSET_FIELD_NUMBER |
static com.google.protobuf.Parser<OrcProto.StripeInformation> |
PARSER |
Modifier and Type | Method and Description |
---|---|
long |
getDataLength()
optional uint64 dataLength = 3; |
static OrcProto.StripeInformation |
getDefaultInstance() |
OrcProto.StripeInformation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getFooterLength()
optional uint64 footerLength = 4; |
long |
getIndexLength()
optional uint64 indexLength = 2; |
long |
getNumberOfRows()
optional uint64 numberOfRows = 5; |
long |
getOffset()
optional uint64 offset = 1; |
com.google.protobuf.Parser<OrcProto.StripeInformation> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDataLength()
optional uint64 dataLength = 3; |
boolean |
hasFooterLength()
optional uint64 footerLength = 4; |
boolean |
hasIndexLength()
optional uint64 indexLength = 2; |
boolean |
hasNumberOfRows()
optional uint64 numberOfRows = 5; |
boolean |
hasOffset()
optional uint64 offset = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static OrcProto.StripeInformation.Builder |
newBuilder() |
static OrcProto.StripeInformation.Builder |
newBuilder(OrcProto.StripeInformation prototype) |
OrcProto.StripeInformation.Builder |
newBuilderForType() |
protected OrcProto.StripeInformation.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static OrcProto.StripeInformation |
parseDelimitedFrom(InputStream input) |
static OrcProto.StripeInformation |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.StripeInformation |
parseFrom(byte[] data) |
static OrcProto.StripeInformation |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.StripeInformation |
parseFrom(com.google.protobuf.ByteString data) |
static OrcProto.StripeInformation |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.StripeInformation |
parseFrom(com.google.protobuf.CodedInputStream input) |
static OrcProto.StripeInformation |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.StripeInformation |
parseFrom(InputStream input) |
static OrcProto.StripeInformation |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OrcProto.StripeInformation.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<OrcProto.StripeInformation> PARSER
public static final int OFFSET_FIELD_NUMBER
public static final int INDEXLENGTH_FIELD_NUMBER
public static final int DATALENGTH_FIELD_NUMBER
public static final int FOOTERLENGTH_FIELD_NUMBER
public static final int NUMBEROFROWS_FIELD_NUMBER
public static OrcProto.StripeInformation getDefaultInstance()
public OrcProto.StripeInformation getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<OrcProto.StripeInformation> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasOffset()
optional uint64 offset = 1;
hasOffset
in interface OrcProto.StripeInformationOrBuilder
public long getOffset()
optional uint64 offset = 1;
getOffset
in interface OrcProto.StripeInformationOrBuilder
public boolean hasIndexLength()
optional uint64 indexLength = 2;
hasIndexLength
in interface OrcProto.StripeInformationOrBuilder
public long getIndexLength()
optional uint64 indexLength = 2;
getIndexLength
in interface OrcProto.StripeInformationOrBuilder
public boolean hasDataLength()
optional uint64 dataLength = 3;
hasDataLength
in interface OrcProto.StripeInformationOrBuilder
public long getDataLength()
optional uint64 dataLength = 3;
getDataLength
in interface OrcProto.StripeInformationOrBuilder
public boolean hasFooterLength()
optional uint64 footerLength = 4;
hasFooterLength
in interface OrcProto.StripeInformationOrBuilder
public long getFooterLength()
optional uint64 footerLength = 4;
getFooterLength
in interface OrcProto.StripeInformationOrBuilder
public boolean hasNumberOfRows()
optional uint64 numberOfRows = 5;
hasNumberOfRows
in interface OrcProto.StripeInformationOrBuilder
public long getNumberOfRows()
optional uint64 numberOfRows = 5;
getNumberOfRows
in interface OrcProto.StripeInformationOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public static OrcProto.StripeInformation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OrcProto.StripeInformation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OrcProto.StripeInformation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OrcProto.StripeInformation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OrcProto.StripeInformation parseFrom(InputStream input) throws IOException
IOException
public static OrcProto.StripeInformation parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static OrcProto.StripeInformation parseDelimitedFrom(InputStream input) throws IOException
IOException
public static OrcProto.StripeInformation parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static OrcProto.StripeInformation parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static OrcProto.StripeInformation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static OrcProto.StripeInformation.Builder newBuilder()
public OrcProto.StripeInformation.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static OrcProto.StripeInformation.Builder newBuilder(OrcProto.StripeInformation prototype)
public OrcProto.StripeInformation.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected OrcProto.StripeInformation.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.