|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DAGProtos.DAGStatusProto.Builder | |
|---|---|
| org.apache.tez.dag.api.client.rpc | |
| org.apache.tez.dag.api.records | |
| Uses of DAGProtos.DAGStatusProto.Builder in org.apache.tez.dag.api.client.rpc |
|---|
| Methods in org.apache.tez.dag.api.client.rpc that return DAGProtos.DAGStatusProto.Builder | |
|---|---|
DAGProtos.DAGStatusProto.Builder |
DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder.getDagStatusBuilder()
optional .DAGStatusProto dagStatus = 1; |
| Methods in org.apache.tez.dag.api.client.rpc with parameters of type DAGProtos.DAGStatusProto.Builder | |
|---|---|
DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder |
DAGClientAMProtocolRPC.GetDAGStatusResponseProto.Builder.setDagStatus(DAGProtos.DAGStatusProto.Builder builderForValue)
optional .DAGStatusProto dagStatus = 1; |
| Uses of DAGProtos.DAGStatusProto.Builder in org.apache.tez.dag.api.records |
|---|
| Methods in org.apache.tez.dag.api.records that return DAGProtos.DAGStatusProto.Builder | |
|---|---|
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.addAllDiagnostics(Iterable<String> values)
repeated string diagnostics = 2; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.addAllVertexProgress(Iterable<? extends DAGProtos.StringProgressPairProto> values)
repeated .StringProgressPairProto vertexProgress = 4; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.addDiagnostics(String value)
repeated string diagnostics = 2; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.addDiagnosticsBytes(com.google.protobuf.ByteString value)
repeated string diagnostics = 2; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.addVertexProgress(DAGProtos.StringProgressPairProto.Builder builderForValue)
repeated .StringProgressPairProto vertexProgress = 4; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.addVertexProgress(DAGProtos.StringProgressPairProto value)
repeated .StringProgressPairProto vertexProgress = 4; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.addVertexProgress(int index,
DAGProtos.StringProgressPairProto.Builder builderForValue)
repeated .StringProgressPairProto vertexProgress = 4; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.addVertexProgress(int index,
DAGProtos.StringProgressPairProto value)
repeated .StringProgressPairProto vertexProgress = 4; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.clear()
|
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.clearDagCounters()
optional .TezCountersProto dagCounters = 5; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.clearDAGProgress()
optional .ProgressProto DAGProgress = 3; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.clearDiagnostics()
repeated string diagnostics = 2; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.clearState()
optional .DAGStatusStateProto state = 1; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.clearVertexProgress()
repeated .StringProgressPairProto vertexProgress = 4; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.clone()
|
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.mergeDagCounters(DAGProtos.TezCountersProto value)
optional .TezCountersProto dagCounters = 5; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.mergeDAGProgress(DAGProtos.ProgressProto value)
optional .ProgressProto DAGProgress = 3; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.mergeFrom(DAGProtos.DAGStatusProto other)
|
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.mergeFrom(com.google.protobuf.Message other)
|
static DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.newBuilder()
|
static DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.newBuilder(DAGProtos.DAGStatusProto prototype)
|
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.newBuilderForType()
|
protected DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
|
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.removeVertexProgress(int index)
repeated .StringProgressPairProto vertexProgress = 4; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.setDagCounters(DAGProtos.TezCountersProto.Builder builderForValue)
optional .TezCountersProto dagCounters = 5; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.setDagCounters(DAGProtos.TezCountersProto value)
optional .TezCountersProto dagCounters = 5; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.setDAGProgress(DAGProtos.ProgressProto.Builder builderForValue)
optional .ProgressProto DAGProgress = 3; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.setDAGProgress(DAGProtos.ProgressProto value)
optional .ProgressProto DAGProgress = 3; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.setDiagnostics(int index,
String value)
repeated string diagnostics = 2; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.setState(DAGProtos.DAGStatusStateProto value)
optional .DAGStatusStateProto state = 1; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.setVertexProgress(int index,
DAGProtos.StringProgressPairProto.Builder builderForValue)
repeated .StringProgressPairProto vertexProgress = 4; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.Builder.setVertexProgress(int index,
DAGProtos.StringProgressPairProto value)
repeated .StringProgressPairProto vertexProgress = 4; |
DAGProtos.DAGStatusProto.Builder |
DAGProtos.DAGStatusProto.toBuilder()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||