| Package | Description |
|---|---|
| org.apache.tez.common |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| 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 |
|---|---|
abstract void |
DagContainerLauncher.dagComplete(TezDAGID dag,
org.apache.tez.common.security.JobTokenSecretManager jobTokenSecretManager) |
static void |
TezUtilsInternal.setHadoopCallerContext(org.apache.tez.hadoop.shim.HadoopShim hadoopShim,
TezDAGID dagID) |
| 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. |
| Constructor and Description |
|---|
DagIdentifierImpl(String dagName,
TezDAGID dagId) |
Copyright © 2019 Apache Software Foundation. All rights reserved.