public static final class RecoveryProtos.VertexInitializedProto extends com.google.protobuf.GeneratedMessage implements RecoveryProtos.VertexInitializedProtoOrBuilder
VertexInitializedProto| Modifier and Type | Class and Description |
|---|---|
static class |
RecoveryProtos.VertexInitializedProto.Builder
Protobuf type
VertexInitializedProto |
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 |
INIT_GENERATED_EVENTS_FIELD_NUMBER |
static int |
INIT_REQUESTED_TIME_FIELD_NUMBER |
static int |
INIT_TIME_FIELD_NUMBER |
static int |
INPUTS_FIELD_NUMBER |
static int |
ISRECONFIGUREPLANNED_FIELD_NUMBER |
static int |
NUM_TASKS_FIELD_NUMBER |
static com.google.protobuf.Parser<RecoveryProtos.VertexInitializedProto> |
PARSER |
static int |
VERTEX_ID_FIELD_NUMBER |
static int |
VERTEX_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static RecoveryProtos.VertexInitializedProto |
getDefaultInstance() |
RecoveryProtos.VertexInitializedProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
RecoveryProtos.TezEventProto |
getInitGeneratedEvents(int index)
repeated .TezEventProto init_generated_events = 7; |
int |
getInitGeneratedEventsCount()
repeated .TezEventProto init_generated_events = 7; |
List<RecoveryProtos.TezEventProto> |
getInitGeneratedEventsList()
repeated .TezEventProto init_generated_events = 7; |
RecoveryProtos.TezEventProtoOrBuilder |
getInitGeneratedEventsOrBuilder(int index)
repeated .TezEventProto init_generated_events = 7; |
List<? extends RecoveryProtos.TezEventProtoOrBuilder> |
getInitGeneratedEventsOrBuilderList()
repeated .TezEventProto init_generated_events = 7; |
long |
getInitRequestedTime()
optional int64 init_requested_time = 3; |
long |
getInitTime()
optional int64 init_time = 4; |
org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto |
getInputs(int index)
repeated .RootInputLeafOutputProto inputs = 6; |
int |
getInputsCount()
repeated .RootInputLeafOutputProto inputs = 6; |
List<org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto> |
getInputsList()
repeated .RootInputLeafOutputProto inputs = 6; |
org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder |
getInputsOrBuilder(int index)
repeated .RootInputLeafOutputProto inputs = 6; |
List<? extends org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder> |
getInputsOrBuilderList()
repeated .RootInputLeafOutputProto inputs = 6; |
boolean |
getIsReconfigurePlanned()
optional bool isReconfigurePlanned = 8; |
int |
getNumTasks()
optional int32 num_tasks = 5; |
com.google.protobuf.Parser<RecoveryProtos.VertexInitializedProto> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getVertexId()
optional string vertex_id = 2; |
com.google.protobuf.ByteString |
getVertexIdBytes()
optional string vertex_id = 2; |
String |
getVertexName()
optional string vertex_name = 1; |
com.google.protobuf.ByteString |
getVertexNameBytes()
optional string vertex_name = 1; |
int |
hashCode() |
boolean |
hasInitRequestedTime()
optional int64 init_requested_time = 3; |
boolean |
hasInitTime()
optional int64 init_time = 4; |
boolean |
hasIsReconfigurePlanned()
optional bool isReconfigurePlanned = 8; |
boolean |
hasNumTasks()
optional int32 num_tasks = 5; |
boolean |
hasVertexId()
optional string vertex_id = 2; |
boolean |
hasVertexName()
optional string vertex_name = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RecoveryProtos.VertexInitializedProto.Builder |
newBuilder() |
static RecoveryProtos.VertexInitializedProto.Builder |
newBuilder(RecoveryProtos.VertexInitializedProto prototype) |
RecoveryProtos.VertexInitializedProto.Builder |
newBuilderForType() |
protected RecoveryProtos.VertexInitializedProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static RecoveryProtos.VertexInitializedProto |
parseDelimitedFrom(InputStream input) |
static RecoveryProtos.VertexInitializedProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecoveryProtos.VertexInitializedProto |
parseFrom(byte[] data) |
static RecoveryProtos.VertexInitializedProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecoveryProtos.VertexInitializedProto |
parseFrom(com.google.protobuf.ByteString data) |
static RecoveryProtos.VertexInitializedProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecoveryProtos.VertexInitializedProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RecoveryProtos.VertexInitializedProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RecoveryProtos.VertexInitializedProto |
parseFrom(InputStream input) |
static RecoveryProtos.VertexInitializedProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RecoveryProtos.VertexInitializedProto.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<RecoveryProtos.VertexInitializedProto> PARSER
public static final int VERTEX_NAME_FIELD_NUMBER
public static final int VERTEX_ID_FIELD_NUMBER
public static final int INIT_REQUESTED_TIME_FIELD_NUMBER
public static final int INIT_TIME_FIELD_NUMBER
public static final int NUM_TASKS_FIELD_NUMBER
public static final int INPUTS_FIELD_NUMBER
public static final int INIT_GENERATED_EVENTS_FIELD_NUMBER
public static final int ISRECONFIGUREPLANNED_FIELD_NUMBER
public static RecoveryProtos.VertexInitializedProto getDefaultInstance()
public RecoveryProtos.VertexInitializedProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<RecoveryProtos.VertexInitializedProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasVertexName()
optional string vertex_name = 1;hasVertexName in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic String getVertexName()
optional string vertex_name = 1;getVertexName in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic com.google.protobuf.ByteString getVertexNameBytes()
optional string vertex_name = 1;getVertexNameBytes in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic boolean hasVertexId()
optional string vertex_id = 2;hasVertexId in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic String getVertexId()
optional string vertex_id = 2;getVertexId in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic com.google.protobuf.ByteString getVertexIdBytes()
optional string vertex_id = 2;getVertexIdBytes in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic boolean hasInitRequestedTime()
optional int64 init_requested_time = 3;hasInitRequestedTime in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic long getInitRequestedTime()
optional int64 init_requested_time = 3;getInitRequestedTime in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic boolean hasInitTime()
optional int64 init_time = 4;hasInitTime in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic long getInitTime()
optional int64 init_time = 4;getInitTime in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic boolean hasNumTasks()
optional int32 num_tasks = 5;hasNumTasks in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic int getNumTasks()
optional int32 num_tasks = 5;getNumTasks in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic List<org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto> getInputsList()
repeated .RootInputLeafOutputProto inputs = 6;getInputsList in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic List<? extends org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder> getInputsOrBuilderList()
repeated .RootInputLeafOutputProto inputs = 6;getInputsOrBuilderList in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic int getInputsCount()
repeated .RootInputLeafOutputProto inputs = 6;getInputsCount in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto getInputs(int index)
repeated .RootInputLeafOutputProto inputs = 6;getInputs in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder getInputsOrBuilder(int index)
repeated .RootInputLeafOutputProto inputs = 6;getInputsOrBuilder in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic List<RecoveryProtos.TezEventProto> getInitGeneratedEventsList()
repeated .TezEventProto init_generated_events = 7;getInitGeneratedEventsList in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic List<? extends RecoveryProtos.TezEventProtoOrBuilder> getInitGeneratedEventsOrBuilderList()
repeated .TezEventProto init_generated_events = 7;getInitGeneratedEventsOrBuilderList in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic int getInitGeneratedEventsCount()
repeated .TezEventProto init_generated_events = 7;getInitGeneratedEventsCount in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic RecoveryProtos.TezEventProto getInitGeneratedEvents(int index)
repeated .TezEventProto init_generated_events = 7;getInitGeneratedEvents in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic RecoveryProtos.TezEventProtoOrBuilder getInitGeneratedEventsOrBuilder(int index)
repeated .TezEventProto init_generated_events = 7;getInitGeneratedEventsOrBuilder in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic boolean hasIsReconfigurePlanned()
optional bool isReconfigurePlanned = 8;hasIsReconfigurePlanned in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic boolean getIsReconfigurePlanned()
optional bool isReconfigurePlanned = 8;getIsReconfigurePlanned in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static RecoveryProtos.VertexInitializedProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecoveryProtos.VertexInitializedProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecoveryProtos.VertexInitializedProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecoveryProtos.VertexInitializedProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RecoveryProtos.VertexInitializedProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static RecoveryProtos.VertexInitializedProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RecoveryProtos.VertexInitializedProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RecoveryProtos.VertexInitializedProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RecoveryProtos.VertexInitializedProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RecoveryProtos.VertexInitializedProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RecoveryProtos.VertexInitializedProto.Builder newBuilder()
public RecoveryProtos.VertexInitializedProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RecoveryProtos.VertexInitializedProto.Builder newBuilder(RecoveryProtos.VertexInitializedProto prototype)
public RecoveryProtos.VertexInitializedProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RecoveryProtos.VertexInitializedProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2019 Apache Software Foundation. All rights reserved.