|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface PartitionAnalyzer
PartitionAnalyzer receives control to process data and final results from each partitions. If a PartitionCollector is configured on the step, the PartitionAnalyzer receives control to process the data and results from the partition collector. While a separate PartitionCollector instance is invoked on each thread processing a step partition, the PartitionAnalyzer runs on a single, consistent thread each time it is invoked.
| Method Summary | |
|---|---|
void |
analyzeCollectorData(Serializable data)
The analyzeCollectorData method receives control each time a Partition collector sends its payload. |
void |
analyzeStatus(JobOperator.BatchStatus batchStatus,
String exitStatus)
The analyzeStatus method receives control each time a partition ends. |
| Method Detail |
|---|
void analyzeCollectorData(Serializable data)
throws Exception
data - specifies the payload sent by a PartitionCollector.
Exception - is thrown if an error occurs.
void analyzeStatus(JobOperator.BatchStatus batchStatus,
String exitStatus)
throws Exception
batchStatus - specifies the batch status of a partition.exitStatus - specifies the exit status of a partition.
Exception - is thrown if an error occurs.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||