public class VertexStatusBuilder
extends org.apache.tez.dag.api.client.VertexStatus
| Constructor and Description |
|---|
VertexStatusBuilder() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto |
getProto() |
void |
setDiagnostics(List<String> diagnostics) |
void |
setProgress(ProgressBuilder progress) |
void |
setState(VertexState state) |
void |
setVertexCounters(org.apache.tez.common.counters.TezCounters counters) |
public void setState(VertexState state)
public void setProgress(ProgressBuilder progress)
public void setVertexCounters(org.apache.tez.common.counters.TezCounters counters)
public org.apache.tez.dag.api.records.DAGProtos.VertexStatusProto getProto()
Copyright © 2019 Apache Software Foundation. All rights reserved.