| Package | Description |
|---|---|
| org.apache.tez.dag.records |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
static TezDAGID |
TezDAGID.fromString(String dagId) |
TezDAGID |
TezVertexID.getDAGId()
Returns the
TezDAGID object that this tip belongs to |
static TezDAGID |
TezDAGID.getInstance(org.apache.hadoop.yarn.api.records.ApplicationId applicationId,
int id)
Get a DAGID object from given
ApplicationId. |
static TezDAGID |
TezDAGID.getInstance(String yarnRMIdentifier,
int appId,
int id)
Get a DAGID object from given parts.
|
static TezDAGID |
TezDAGID.readTezDAGID(DataInput in) |
| Modifier and Type | Method and Description |
|---|---|
static TezVertexID |
TezVertexID.getInstance(TezDAGID dagId,
int id)
Constructs a TezVertexID object from given
TezDAGID. |
Copyright © 2015 Apache Software Foundation. All rights reserved.