public static final class MRRuntimeProtos.MRSplitsProto extends com.google.protobuf.GeneratedMessage implements MRRuntimeProtos.MRSplitsProtoOrBuilder
MRSplitsProto
Represents multiple MR splits
Modifier and Type | Class and Description |
---|---|
static class |
MRRuntimeProtos.MRSplitsProto.Builder
Protobuf type
MRSplitsProto |
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 com.google.protobuf.Parser<MRRuntimeProtos.MRSplitsProto> |
PARSER |
static int |
SPLITS_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static MRRuntimeProtos.MRSplitsProto |
getDefaultInstance() |
MRRuntimeProtos.MRSplitsProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<MRRuntimeProtos.MRSplitsProto> |
getParserForType() |
int |
getSerializedSize() |
MRRuntimeProtos.MRSplitProto |
getSplits(int index)
repeated .MRSplitProto splits = 2; |
int |
getSplitsCount()
repeated .MRSplitProto splits = 2; |
List<MRRuntimeProtos.MRSplitProto> |
getSplitsList()
repeated .MRSplitProto splits = 2; |
MRRuntimeProtos.MRSplitProtoOrBuilder |
getSplitsOrBuilder(int index)
repeated .MRSplitProto splits = 2; |
List<? extends MRRuntimeProtos.MRSplitProtoOrBuilder> |
getSplitsOrBuilderList()
repeated .MRSplitProto splits = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
getVersion()
optional int32 version = 1; |
int |
hashCode() |
boolean |
hasVersion()
optional int32 version = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MRRuntimeProtos.MRSplitsProto.Builder |
newBuilder() |
static MRRuntimeProtos.MRSplitsProto.Builder |
newBuilder(MRRuntimeProtos.MRSplitsProto prototype) |
MRRuntimeProtos.MRSplitsProto.Builder |
newBuilderForType() |
protected MRRuntimeProtos.MRSplitsProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static MRRuntimeProtos.MRSplitsProto |
parseDelimitedFrom(InputStream input) |
static MRRuntimeProtos.MRSplitsProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MRRuntimeProtos.MRSplitsProto |
parseFrom(byte[] data) |
static MRRuntimeProtos.MRSplitsProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MRRuntimeProtos.MRSplitsProto |
parseFrom(com.google.protobuf.ByteString data) |
static MRRuntimeProtos.MRSplitsProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MRRuntimeProtos.MRSplitsProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MRRuntimeProtos.MRSplitsProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MRRuntimeProtos.MRSplitsProto |
parseFrom(InputStream input) |
static MRRuntimeProtos.MRSplitsProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
MRRuntimeProtos.MRSplitsProto.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<MRRuntimeProtos.MRSplitsProto> PARSER
public static final int VERSION_FIELD_NUMBER
public static final int SPLITS_FIELD_NUMBER
public static MRRuntimeProtos.MRSplitsProto getDefaultInstance()
public MRRuntimeProtos.MRSplitsProto 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<MRRuntimeProtos.MRSplitsProto> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasVersion()
optional int32 version = 1;
hasVersion
in interface MRRuntimeProtos.MRSplitsProtoOrBuilder
public int getVersion()
optional int32 version = 1;
getVersion
in interface MRRuntimeProtos.MRSplitsProtoOrBuilder
public List<MRRuntimeProtos.MRSplitProto> getSplitsList()
repeated .MRSplitProto splits = 2;
May be useful to have a single large field to serialize all splits and use CodedInputStream to read these efficiently (via a Writable/Hadoop serialization wrapper).
getSplitsList
in interface MRRuntimeProtos.MRSplitsProtoOrBuilder
public List<? extends MRRuntimeProtos.MRSplitProtoOrBuilder> getSplitsOrBuilderList()
repeated .MRSplitProto splits = 2;
May be useful to have a single large field to serialize all splits and use CodedInputStream to read these efficiently (via a Writable/Hadoop serialization wrapper).
getSplitsOrBuilderList
in interface MRRuntimeProtos.MRSplitsProtoOrBuilder
public int getSplitsCount()
repeated .MRSplitProto splits = 2;
May be useful to have a single large field to serialize all splits and use CodedInputStream to read these efficiently (via a Writable/Hadoop serialization wrapper).
getSplitsCount
in interface MRRuntimeProtos.MRSplitsProtoOrBuilder
public MRRuntimeProtos.MRSplitProto getSplits(int index)
repeated .MRSplitProto splits = 2;
May be useful to have a single large field to serialize all splits and use CodedInputStream to read these efficiently (via a Writable/Hadoop serialization wrapper).
getSplits
in interface MRRuntimeProtos.MRSplitsProtoOrBuilder
public MRRuntimeProtos.MRSplitProtoOrBuilder getSplitsOrBuilder(int index)
repeated .MRSplitProto splits = 2;
May be useful to have a single large field to serialize all splits and use CodedInputStream to read these efficiently (via a Writable/Hadoop serialization wrapper).
getSplitsOrBuilder
in interface MRRuntimeProtos.MRSplitsProtoOrBuilder
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 boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static MRRuntimeProtos.MRSplitsProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MRRuntimeProtos.MRSplitsProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MRRuntimeProtos.MRSplitsProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MRRuntimeProtos.MRSplitsProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MRRuntimeProtos.MRSplitsProto parseFrom(InputStream input) throws IOException
IOException
public static MRRuntimeProtos.MRSplitsProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MRRuntimeProtos.MRSplitsProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static MRRuntimeProtos.MRSplitsProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MRRuntimeProtos.MRSplitsProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static MRRuntimeProtos.MRSplitsProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MRRuntimeProtos.MRSplitsProto.Builder newBuilder()
public MRRuntimeProtos.MRSplitsProto.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static MRRuntimeProtos.MRSplitsProto.Builder newBuilder(MRRuntimeProtos.MRSplitsProto prototype)
public MRRuntimeProtos.MRSplitsProto.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected MRRuntimeProtos.MRSplitsProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2016 Apache Software Foundation. All rights reserved.