public static interface RecoveryProtos.VertexInitializedProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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; |
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; |
boolean hasVertexName()
optional string vertex_name = 1;String getVertexName()
optional string vertex_name = 1;com.google.protobuf.ByteString getVertexNameBytes()
optional string vertex_name = 1;boolean hasVertexId()
optional string vertex_id = 2;String getVertexId()
optional string vertex_id = 2;com.google.protobuf.ByteString getVertexIdBytes()
optional string vertex_id = 2;boolean hasInitRequestedTime()
optional int64 init_requested_time = 3;long getInitRequestedTime()
optional int64 init_requested_time = 3;boolean hasInitTime()
optional int64 init_time = 4;long getInitTime()
optional int64 init_time = 4;boolean hasNumTasks()
optional int32 num_tasks = 5;int getNumTasks()
optional int32 num_tasks = 5;List<org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto> getInputsList()
repeated .RootInputLeafOutputProto inputs = 6;org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProto getInputs(int index)
repeated .RootInputLeafOutputProto inputs = 6;int getInputsCount()
repeated .RootInputLeafOutputProto inputs = 6;List<? extends org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder> getInputsOrBuilderList()
repeated .RootInputLeafOutputProto inputs = 6;org.apache.tez.dag.api.records.DAGProtos.RootInputLeafOutputProtoOrBuilder getInputsOrBuilder(int index)
repeated .RootInputLeafOutputProto inputs = 6;List<RecoveryProtos.TezEventProto> getInitGeneratedEventsList()
repeated .TezEventProto init_generated_events = 7;RecoveryProtos.TezEventProto getInitGeneratedEvents(int index)
repeated .TezEventProto init_generated_events = 7;int getInitGeneratedEventsCount()
repeated .TezEventProto init_generated_events = 7;List<? extends RecoveryProtos.TezEventProtoOrBuilder> getInitGeneratedEventsOrBuilderList()
repeated .TezEventProto init_generated_events = 7;RecoveryProtos.TezEventProtoOrBuilder getInitGeneratedEventsOrBuilder(int index)
repeated .TezEventProto init_generated_events = 7;boolean hasIsReconfigurePlanned()
optional bool isReconfigurePlanned = 8;boolean getIsReconfigurePlanned()
optional bool isReconfigurePlanned = 8;Copyright © 2019 Apache Software Foundation. All rights reserved.