public static final class RecoveryProtos.VertexInitializedProto.Builder extends com.google.protobuf.GeneratedMessage.Builder<RecoveryProtos.VertexInitializedProto.Builder> implements RecoveryProtos.VertexInitializedProtoOrBuilder
VertexInitializedProto| Modifier and Type | Method and Description |
|---|---|
RecoveryProtos.VertexInitializedProto.Builder |
addAllInitGeneratedEvents(Iterable<? extends RecoveryProtos.TezEventProto> values)
repeated .TezEventProto init_generated_events = 7; |
RecoveryProtos.VertexInitializedProto.Builder |
addAllInputs(Iterable<? extends org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto> values)
repeated .RootInputLeafOutputProto inputs = 6; |
RecoveryProtos.VertexInitializedProto.Builder |
addInitGeneratedEvents(int index,
RecoveryProtos.TezEventProto.Builder builderForValue)
repeated .TezEventProto init_generated_events = 7; |
RecoveryProtos.VertexInitializedProto.Builder |
addInitGeneratedEvents(int index,
RecoveryProtos.TezEventProto value)
repeated .TezEventProto init_generated_events = 7; |
RecoveryProtos.VertexInitializedProto.Builder |
addInitGeneratedEvents(RecoveryProtos.TezEventProto.Builder builderForValue)
repeated .TezEventProto init_generated_events = 7; |
RecoveryProtos.VertexInitializedProto.Builder |
addInitGeneratedEvents(RecoveryProtos.TezEventProto value)
repeated .TezEventProto init_generated_events = 7; |
RecoveryProtos.TezEventProto.Builder |
addInitGeneratedEventsBuilder()
repeated .TezEventProto init_generated_events = 7; |
RecoveryProtos.TezEventProto.Builder |
addInitGeneratedEventsBuilder(int index)
repeated .TezEventProto init_generated_events = 7; |
RecoveryProtos.VertexInitializedProto.Builder |
addInputs(org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
repeated .RootInputLeafOutputProto inputs = 6; |
RecoveryProtos.VertexInitializedProto.Builder |
addInputs(org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto value)
repeated .RootInputLeafOutputProto inputs = 6; |
RecoveryProtos.VertexInitializedProto.Builder |
addInputs(int index,
org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
repeated .RootInputLeafOutputProto inputs = 6; |
RecoveryProtos.VertexInitializedProto.Builder |
addInputs(int index,
org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto value)
repeated .RootInputLeafOutputProto inputs = 6; |
org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder |
addInputsBuilder()
repeated .RootInputLeafOutputProto inputs = 6; |
org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder |
addInputsBuilder(int index)
repeated .RootInputLeafOutputProto inputs = 6; |
RecoveryProtos.VertexInitializedProto |
build() |
RecoveryProtos.VertexInitializedProto |
buildPartial() |
RecoveryProtos.VertexInitializedProto.Builder |
clear() |
RecoveryProtos.VertexInitializedProto.Builder |
clearInitGeneratedEvents()
repeated .TezEventProto init_generated_events = 7; |
RecoveryProtos.VertexInitializedProto.Builder |
clearInitRequestedTime()
optional int64 init_requested_time = 3; |
RecoveryProtos.VertexInitializedProto.Builder |
clearInitTime()
optional int64 init_time = 4; |
RecoveryProtos.VertexInitializedProto.Builder |
clearInputs()
repeated .RootInputLeafOutputProto inputs = 6; |
RecoveryProtos.VertexInitializedProto.Builder |
clearIsReconfigurePlanned()
optional bool isReconfigurePlanned = 8; |
RecoveryProtos.VertexInitializedProto.Builder |
clearNumTasks()
optional int32 num_tasks = 5; |
RecoveryProtos.VertexInitializedProto.Builder |
clearVertexId()
optional string vertex_id = 2; |
RecoveryProtos.VertexInitializedProto.Builder |
clearVertexName()
optional string vertex_name = 1; |
RecoveryProtos.VertexInitializedProto.Builder |
clone() |
RecoveryProtos.VertexInitializedProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
RecoveryProtos.TezEventProto |
getInitGeneratedEvents(int index)
repeated .TezEventProto init_generated_events = 7; |
RecoveryProtos.TezEventProto.Builder |
getInitGeneratedEventsBuilder(int index)
repeated .TezEventProto init_generated_events = 7; |
List<RecoveryProtos.TezEventProto.Builder> |
getInitGeneratedEventsBuilderList()
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; |
org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder |
getInputsBuilder(int index)
repeated .RootInputLeafOutputProto inputs = 6; |
List<org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder> |
getInputsBuilderList()
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; |
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; |
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() |
RecoveryProtos.VertexInitializedProto.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RecoveryProtos.VertexInitializedProto.Builder |
mergeFrom(com.google.protobuf.Message other) |
RecoveryProtos.VertexInitializedProto.Builder |
mergeFrom(RecoveryProtos.VertexInitializedProto other) |
RecoveryProtos.VertexInitializedProto.Builder |
removeInitGeneratedEvents(int index)
repeated .TezEventProto init_generated_events = 7; |
RecoveryProtos.VertexInitializedProto.Builder |
removeInputs(int index)
repeated .RootInputLeafOutputProto inputs = 6; |
RecoveryProtos.VertexInitializedProto.Builder |
setInitGeneratedEvents(int index,
RecoveryProtos.TezEventProto.Builder builderForValue)
repeated .TezEventProto init_generated_events = 7; |
RecoveryProtos.VertexInitializedProto.Builder |
setInitGeneratedEvents(int index,
RecoveryProtos.TezEventProto value)
repeated .TezEventProto init_generated_events = 7; |
RecoveryProtos.VertexInitializedProto.Builder |
setInitRequestedTime(long value)
optional int64 init_requested_time = 3; |
RecoveryProtos.VertexInitializedProto.Builder |
setInitTime(long value)
optional int64 init_time = 4; |
RecoveryProtos.VertexInitializedProto.Builder |
setInputs(int index,
org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
repeated .RootInputLeafOutputProto inputs = 6; |
RecoveryProtos.VertexInitializedProto.Builder |
setInputs(int index,
org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto value)
repeated .RootInputLeafOutputProto inputs = 6; |
RecoveryProtos.VertexInitializedProto.Builder |
setIsReconfigurePlanned(boolean value)
optional bool isReconfigurePlanned = 8; |
RecoveryProtos.VertexInitializedProto.Builder |
setNumTasks(int value)
optional int32 num_tasks = 5; |
RecoveryProtos.VertexInitializedProto.Builder |
setVertexId(String value)
optional string vertex_id = 2; |
RecoveryProtos.VertexInitializedProto.Builder |
setVertexIdBytes(com.google.protobuf.ByteString value)
optional string vertex_id = 2; |
RecoveryProtos.VertexInitializedProto.Builder |
setVertexName(String value)
optional string vertex_name = 1; |
RecoveryProtos.VertexInitializedProto.Builder |
setVertexNameBytes(com.google.protobuf.ByteString value)
optional string vertex_name = 1; |
addRepeatedField, 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<org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto> getInputsList()
repeated .RootInputLeafOutputProto inputs = 6;getInputsList 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 RecoveryProtos.VertexInitializedProto.Builder setInputs(int index, org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto value)
repeated .RootInputLeafOutputProto inputs = 6;public RecoveryProtos.VertexInitializedProto.Builder setInputs(int index, org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
repeated .RootInputLeafOutputProto inputs = 6;public RecoveryProtos.VertexInitializedProto.Builder addInputs(org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto value)
repeated .RootInputLeafOutputProto inputs = 6;public RecoveryProtos.VertexInitializedProto.Builder addInputs(int index, org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto value)
repeated .RootInputLeafOutputProto inputs = 6;public RecoveryProtos.VertexInitializedProto.Builder addInputs(org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
repeated .RootInputLeafOutputProto inputs = 6;public RecoveryProtos.VertexInitializedProto.Builder addInputs(int index, org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder builderForValue)
repeated .RootInputLeafOutputProto inputs = 6;public RecoveryProtos.VertexInitializedProto.Builder addAllInputs(Iterable<? extends org.apache.tez.dag.api.records.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 org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder getInputsBuilder(int index)
repeated .RootInputLeafOutputProto inputs = 6;public org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder getInputsOrBuilder(int index)
repeated .RootInputLeafOutputProto inputs = 6;getInputsOrBuilder in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic List<? extends org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder> getInputsOrBuilderList()
repeated .RootInputLeafOutputProto inputs = 6;getInputsOrBuilderList in interface RecoveryProtos.VertexInitializedProtoOrBuilderpublic org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder addInputsBuilder()
repeated .RootInputLeafOutputProto inputs = 6;public org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto.Builder addInputsBuilder(int index)
repeated .RootInputLeafOutputProto inputs = 6;public List<org.apache.tez.dag.api.records.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 © 2019 Apache Software Foundation. All rights reserved.