public static final class OrcProto.RowIndex extends com.google.protobuf.GeneratedMessage implements OrcProto.RowIndexOrBuilder
orc.proto.RowIndex
Modifier and Type | Class and Description |
---|---|
static class |
OrcProto.RowIndex.Builder
Protobuf type
orc.proto.RowIndex |
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 |
ENTRY_FIELD_NUMBER |
static com.google.protobuf.Parser<OrcProto.RowIndex> |
PARSER |
Modifier and Type | Method and Description |
---|---|
static OrcProto.RowIndex |
getDefaultInstance() |
OrcProto.RowIndex |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
OrcProto.RowIndexEntry |
getEntry(int index)
repeated .orc.proto.RowIndexEntry entry = 1; |
int |
getEntryCount()
repeated .orc.proto.RowIndexEntry entry = 1; |
List<OrcProto.RowIndexEntry> |
getEntryList()
repeated .orc.proto.RowIndexEntry entry = 1; |
OrcProto.RowIndexEntryOrBuilder |
getEntryOrBuilder(int index)
repeated .orc.proto.RowIndexEntry entry = 1; |
List<? extends OrcProto.RowIndexEntryOrBuilder> |
getEntryOrBuilderList()
repeated .orc.proto.RowIndexEntry entry = 1; |
com.google.protobuf.Parser<OrcProto.RowIndex> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static OrcProto.RowIndex.Builder |
newBuilder() |
static OrcProto.RowIndex.Builder |
newBuilder(OrcProto.RowIndex prototype) |
OrcProto.RowIndex.Builder |
newBuilderForType() |
protected OrcProto.RowIndex.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static OrcProto.RowIndex |
parseDelimitedFrom(InputStream input) |
static OrcProto.RowIndex |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.RowIndex |
parseFrom(byte[] data) |
static OrcProto.RowIndex |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.RowIndex |
parseFrom(com.google.protobuf.ByteString data) |
static OrcProto.RowIndex |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.RowIndex |
parseFrom(com.google.protobuf.CodedInputStream input) |
static OrcProto.RowIndex |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.RowIndex |
parseFrom(InputStream input) |
static OrcProto.RowIndex |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
OrcProto.RowIndex.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.RowIndex> PARSER
public static final int ENTRY_FIELD_NUMBER
public static OrcProto.RowIndex getDefaultInstance()
public OrcProto.RowIndex 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.RowIndex> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public List<OrcProto.RowIndexEntry> getEntryList()
repeated .orc.proto.RowIndexEntry entry = 1;
getEntryList
in interface OrcProto.RowIndexOrBuilder
public List<? extends OrcProto.RowIndexEntryOrBuilder> getEntryOrBuilderList()
repeated .orc.proto.RowIndexEntry entry = 1;
getEntryOrBuilderList
in interface OrcProto.RowIndexOrBuilder
public int getEntryCount()
repeated .orc.proto.RowIndexEntry entry = 1;
getEntryCount
in interface OrcProto.RowIndexOrBuilder
public OrcProto.RowIndexEntry getEntry(int index)
repeated .orc.proto.RowIndexEntry entry = 1;
getEntry
in interface OrcProto.RowIndexOrBuilder
public OrcProto.RowIndexEntryOrBuilder getEntryOrBuilder(int index)
repeated .orc.proto.RowIndexEntry entry = 1;
getEntryOrBuilder
in interface OrcProto.RowIndexOrBuilder
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.RowIndex parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OrcProto.RowIndex parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OrcProto.RowIndex parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OrcProto.RowIndex parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static OrcProto.RowIndex parseFrom(InputStream input) throws IOException
IOException
public static OrcProto.RowIndex parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static OrcProto.RowIndex parseDelimitedFrom(InputStream input) throws IOException
IOException
public static OrcProto.RowIndex parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static OrcProto.RowIndex parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static OrcProto.RowIndex parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static OrcProto.RowIndex.Builder newBuilder()
public OrcProto.RowIndex.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static OrcProto.RowIndex.Builder newBuilder(OrcProto.RowIndex prototype)
public OrcProto.RowIndex.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected OrcProto.RowIndex.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.