public static final class RecoveryProtos.VertexInitializedProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.VertexInitializedProto.Builder> implements RecoveryProtos.VertexInitializedProtoOrBuilder
VertexInitializedProtoaddRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.VertexInitializedProto.Builder>public RecoveryProtos.VertexInitializedProto.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.VertexInitializedProto.Builder>public RecoveryProtos.VertexInitializedProto.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.VertexInitializedProto.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.VertexInitializedProto.Builder>public RecoveryProtos.VertexInitializedProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RecoveryProtos.VertexInitializedProto build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RecoveryProtos.VertexInitializedProto buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RecoveryProtos.VertexInitializedProto.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RecoveryProtos.VertexInitializedProto.Builder>public RecoveryProtos.VertexInitializedProto.Builder mergeFrom(RecoveryProtos.VertexInitializedProto other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.VertexInitializedProto.Builder>public RecoveryProtos.VertexInitializedProto.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RecoveryProtos.VertexInitializedProto.Builder>IOExceptionpublic 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 RecoveryProtos.VertexInitializedProto.Builder setVertexName(String value)
optional string vertex_name = 1;public RecoveryProtos.VertexInitializedProto.Builder clearVertexName()
optional string vertex_name = 1;public RecoveryProtos.VertexInitializedProto.Builder setVertexNameBytes(com.google.protobuf.ByteString value)
optional string vertex_name = 1;public 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 RecoveryProtos.VertexInitializedProto.Builder setVertexId(String value)
optional string vertex_id = 2;public RecoveryProtos.VertexInitializedProto.Builder clearVertexId()
optional string vertex_id = 2;public RecoveryProtos.VertexInitializedProto.Builder setVertexIdBytes(com.google.protobuf.ByteString value)
optional string vertex_id = 2;public 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 RecoveryProtos.VertexInitializedProto.Builder setInitRequestedTime(long value)
optional int64 init_requested_time = 3;public RecoveryProtos.VertexInitializedProto.Builder clearInitRequestedTime()
optional int64 init_requested_time = 3;public boolean hasInitTime()
optional int64 init_time = 4;hasInitTime in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic long getInitTime()
optional int64 init_time = 4;getInitTime in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic RecoveryProtos.VertexInitializedProto.Builder setInitTime(long value)
optional int64 init_time = 4;public RecoveryProtos.VertexInitializedProto.Builder clearInitTime()
optional int64 init_time = 4;public boolean hasNumTasks()
optional int32 num_tasks = 5;hasNumTasks in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic int getNumTasks()
optional int32 num_tasks = 5;getNumTasks in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic RecoveryProtos.VertexInitializedProto.Builder setNumTasks(int value)
optional int32 num_tasks = 5;public RecoveryProtos.VertexInitializedProto.Builder clearNumTasks()
optional int32 num_tasks = 5;public List<DAGProtos.RootInputLeafOutputProto> getInputsList()
repeated .RootInputLeafOutputProto inputs = 6;getInputsList in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic int getInputsCount()
repeated .RootInputLeafOutputProto inputs = 6;getInputsCount in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic DAGProtos.RootInputLeafOutputProto getInputs(int index)
repeated .RootInputLeafOutputProto inputs = 6;getInputs in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic RecoveryProtos.VertexInitializedProto.Builder setInputs(int index, DAGProtos.RootInputLeafOutputProto value)
repeated .RootInputLeafOutputProto inputs = 6;public RecoveryProtos.VertexInitializedProto.Builder setInputs(int index, DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
repeated .RootInputLeafOutputProto inputs = 6;public RecoveryProtos.VertexInitializedProto.Builder addInputs(DAGProtos.RootInputLeafOutputProto value)
repeated .RootInputLeafOutputProto inputs = 6;public RecoveryProtos.VertexInitializedProto.Builder addInputs(int index, DAGProtos.RootInputLeafOutputProto value)
repeated .RootInputLeafOutputProto inputs = 6;public RecoveryProtos.VertexInitializedProto.Builder addInputs(DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
repeated .RootInputLeafOutputProto inputs = 6;public RecoveryProtos.VertexInitializedProto.Builder addInputs(int index, DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
repeated .RootInputLeafOutputProto inputs = 6;public RecoveryProtos.VertexInitializedProto.Builder addAllInputs(Iterable<? extends DAGProtos.RootInputLeafOutputProto> values)
repeated .RootInputLeafOutputProto inputs = 6;public RecoveryProtos.VertexInitializedProto.Builder clearInputs()
repeated .RootInputLeafOutputProto inputs = 6;public RecoveryProtos.VertexInitializedProto.Builder removeInputs(int index)
repeated .RootInputLeafOutputProto inputs = 6;public DAGProtos.RootInputLeafOutputProto.Builder getInputsBuilder(int index)
repeated .RootInputLeafOutputProto inputs = 6;public DAGProtos.RootInputLeafOutputProtoOrBuilder getInputsOrBuilder(int index)
repeated .RootInputLeafOutputProto inputs = 6;getInputsOrBuilder in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic List<? extends DAGProtos.RootInputLeafOutputProtoOrBuilder> getInputsOrBuilderList()
repeated .RootInputLeafOutputProto inputs = 6;getInputsOrBuilderList in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic DAGProtos.RootInputLeafOutputProto.Builder addInputsBuilder()
repeated .RootInputLeafOutputProto inputs = 6;public DAGProtos.RootInputLeafOutputProto.Builder addInputsBuilder(int index)
repeated .RootInputLeafOutputProto inputs = 6;public List<DAGProtos.RootInputLeafOutputProto.Builder> getInputsBuilderList()
repeated .RootInputLeafOutputProto inputs = 6;public List<RecoveryProtos.TezEventProto> getInitGeneratedEventsList()
repeated .TezEventProto init_generated_events = 7;getInitGeneratedEventsList 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.VertexInitializedProto.Builder setInitGeneratedEvents(int index, RecoveryProtos.TezEventProto value)
repeated .TezEventProto init_generated_events = 7;public RecoveryProtos.VertexInitializedProto.Builder setInitGeneratedEvents(int index, RecoveryProtos.TezEventProto.Builder builderForValue)
repeated .TezEventProto init_generated_events = 7;public RecoveryProtos.VertexInitializedProto.Builder addInitGeneratedEvents(RecoveryProtos.TezEventProto value)
repeated .TezEventProto init_generated_events = 7;public RecoveryProtos.VertexInitializedProto.Builder addInitGeneratedEvents(int index, RecoveryProtos.TezEventProto value)
repeated .TezEventProto init_generated_events = 7;public RecoveryProtos.VertexInitializedProto.Builder addInitGeneratedEvents(RecoveryProtos.TezEventProto.Builder builderForValue)
repeated .TezEventProto init_generated_events = 7;public RecoveryProtos.VertexInitializedProto.Builder addInitGeneratedEvents(int index, RecoveryProtos.TezEventProto.Builder builderForValue)
repeated .TezEventProto init_generated_events = 7;public RecoveryProtos.VertexInitializedProto.Builder addAllInitGeneratedEvents(Iterable<? extends RecoveryProtos.TezEventProto> values)
repeated .TezEventProto init_generated_events = 7;public RecoveryProtos.VertexInitializedProto.Builder clearInitGeneratedEvents()
repeated .TezEventProto init_generated_events = 7;public RecoveryProtos.VertexInitializedProto.Builder removeInitGeneratedEvents(int index)
repeated .TezEventProto init_generated_events = 7;public RecoveryProtos.TezEventProto.Builder getInitGeneratedEventsBuilder(int index)
repeated .TezEventProto init_generated_events = 7;public RecoveryProtos.TezEventProtoOrBuilder getInitGeneratedEventsOrBuilder(int index)
repeated .TezEventProto init_generated_events = 7;getInitGeneratedEventsOrBuilder in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic List<? extends RecoveryProtos.TezEventProtoOrBuilder> getInitGeneratedEventsOrBuilderList()
repeated .TezEventProto init_generated_events = 7;getInitGeneratedEventsOrBuilderList in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic RecoveryProtos.TezEventProto.Builder addInitGeneratedEventsBuilder()
repeated .TezEventProto init_generated_events = 7;public RecoveryProtos.TezEventProto.Builder addInitGeneratedEventsBuilder(int index)
repeated .TezEventProto init_generated_events = 7;public List<RecoveryProtos.TezEventProto.Builder> getInitGeneratedEventsBuilderList()
repeated .TezEventProto init_generated_events = 7;public boolean hasIsReconfigurePlanned()
optional bool isReconfigurePlanned = 8;hasIsReconfigurePlanned in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic boolean getIsReconfigurePlanned()
optional bool isReconfigurePlanned = 8;getIsReconfigurePlanned in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic RecoveryProtos.VertexInitializedProto.Builder setIsReconfigurePlanned(boolean value)
optional bool isReconfigurePlanned = 8;public RecoveryProtos.VertexInitializedProto.Builder clearIsReconfigurePlanned()
optional bool isReconfigurePlanned = 8;Copyright © 2021 Apache Software Foundation. All rights reserved.