| Package | Description | 
|---|---|
| org.apache.tez.dag.api | 
| Modifier and Type | Method and Description | 
|---|---|
DataSinkDescriptor | 
DataSinkDescriptor.addURIsForCredentials(Collection<URI> uris)
This method can be used to specify a list of URIs for which Credentials
 need to be obtained so that the job can run. 
 | 
static DataSinkDescriptor | 
DataSinkDescriptor.create(OutputDescriptor outputDescriptor,
      OutputCommitterDescriptor committerDescriptor,
      org.apache.hadoop.security.Credentials credentials)
Create a  
DataSinkDescriptor | 
| Modifier and Type | Method and Description | 
|---|---|
List<DataSinkDescriptor> | 
Vertex.getDataSinks()  | 
| Modifier and Type | Method and Description | 
|---|---|
VertexGroup | 
VertexGroup.addDataSink(String outputName,
           DataSinkDescriptor dataSinkDescriptor)
Add an common data sink to the group of vertices. 
 | 
Vertex | 
Vertex.addDataSink(String outputName,
           DataSinkDescriptor dataSinkDescriptor)
Specifies an external data sink for a Vertex. 
 | 
Copyright © 2015 Apache Software Foundation. All rights reserved.