| Package | Description | 
|---|---|
| org.apache.tez.dag.api | 
| Modifier and Type | Method and Description | 
|---|---|
static TaskLocationHint | 
TaskLocationHint.createTaskLocationHint(Set<String> hosts,
                      Set<String> racks)
Provides a location hint with nodes and racks at which the task may be executed. 
 | 
static TaskLocationHint | 
TaskLocationHint.createTaskLocationHint(String vertexName,
                      int taskIndex)
Provide a location hint that affinitizes to the given task in the given vertex. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<TaskLocationHint> | 
VertexLocationHint.getTaskLocationHints()  | 
| Modifier and Type | Method and Description | 
|---|---|
static VertexLocationHint | 
VertexLocationHint.create(List<TaskLocationHint> taskLocationHints)  | 
Copyright © 2015 Apache Software Foundation. All rights reserved.