|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OutputStats | |
|---|---|
| org.apache.pig.tools.pigstats | |
| Uses of OutputStats in org.apache.pig.tools.pigstats |
|---|
| Fields in org.apache.pig.tools.pigstats with type parameters of type OutputStats | |
|---|---|
protected Map<String,OutputStats> |
PigStats.aliasOuputMap
|
protected ArrayList<OutputStats> |
JobStats.outputs
|
| Methods in org.apache.pig.tools.pigstats that return OutputStats | |
|---|---|
OutputStats |
PigStats.result(String alias)
|
OutputStats |
EmptyPigStats.result(String alias)
|
| Methods in org.apache.pig.tools.pigstats that return types with arguments of type OutputStats | |
|---|---|
List<OutputStats> |
JobStats.getOutputs()
|
List<OutputStats> |
PigStats.getOutputStats()
|
List<OutputStats> |
EmptyPigStats.getOutputStats()
|
| Methods in org.apache.pig.tools.pigstats with parameters of type OutputStats | |
|---|---|
void |
ScriptState.emitOutputCompletedNotification(OutputStats outputStats)
|
void |
PigProgressNotificationListener.outputCompletedNotification(String scriptId,
OutputStats outputStats)
Invoked just after an output is successfully written. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||