@InterfaceAudience.Public public interface OutputContext extends TaskContext
Modifier and Type | Method and Description |
---|---|
String |
getDestinationVertexName()
Get the Vertex Name of the Destination that is the recipient of this
Output's data
|
int |
getOutputIndex()
Get the index of the output in the set of all outputs for the task.
|
OutputStatisticsReporter |
getStatisticsReporter()
Get an
OutputStatisticsReporter for this Output that can
be used to report statistics like data size |
fatalError, getApplicationId, getCounters, getDAGAttemptNumber, getDagIdentifier, getDAGName, getExecutionContext, getObjectRegistry, getServiceConsumerMetaData, getServiceProviderMetaData, getTaskAttemptNumber, getTaskIndex, getTaskVertexIndex, getTaskVertexName, getTotalMemoryAvailableToTask, getUniqueIdentifier, getUserPayload, getVertexParallelism, getWorkDirs, notifyProgress, requestInitialMemory, sendEvents
String getDestinationVertexName()
int getOutputIndex()
OutputStatisticsReporter getStatisticsReporter()
OutputStatisticsReporter
for this Output
that can
be used to report statistics like data sizeOutputStatisticsReporter
Copyright © 2016 Apache Software Foundation. All rights reserved.