Package | Description |
---|---|
org.apache.pig.tools.pigstats |
Modifier and Type | Field and Description |
---|---|
protected Map<String,OutputStats> |
PigStats.aliasOuputMap |
protected ArrayList<OutputStats> |
JobStats.outputs |
Modifier and Type | Method and Description |
---|---|
OutputStats |
PigStats.result(String alias) |
OutputStats |
EmptyPigStats.result(String alias) |
Modifier and Type | Method and Description |
---|---|
List<OutputStats> |
JobStats.getOutputs() |
List<OutputStats> |
PigStats.getOutputStats() |
List<OutputStats> |
EmptyPigStats.getOutputStats() |
Modifier and Type | Method and Description |
---|---|
void |
ScriptState.emitOutputCompletedNotification(OutputStats outputStats) |
void |
PigProgressNotificationListener.outputCompletedNotification(String scriptId,
OutputStats outputStats)
Invoked just after an output is successfully written.
|
Copyright © 2007-2017 The Apache Software Foundation