Package | Description |
---|---|
org.apache.tez.client | |
org.apache.tez.dag.api |
Modifier and Type | Method and Description |
---|---|
static CallerContext |
CallerContext.create(String context,
String blob)
Instantiate the Caller Context
|
static CallerContext |
CallerContext.create(String context,
String callerId,
String callerType,
String blob)
Instantiate the Caller Context
|
CallerContext |
CallerContext.setBlob(String blob) |
CallerContext |
CallerContext.setCallerIdAndType(String callerId,
String callerType) |
CallerContext |
CallerContext.setContext(String context) |
Modifier and Type | Method and Description |
---|---|
CallerContext |
DAG.getCallerContext() |
Modifier and Type | Method and Description |
---|---|
DAG |
DAG.setCallerContext(CallerContext callerContext)
Set the Context in which Tez is being called.
|
Copyright © 2016 Apache Software Foundation. All rights reserved.