public interface PartitionCollector
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
collectPartitionData()
The collectPartitionData method receives control
periodically during partition processing.
|
java.io.Serializable collectPartitionData() throws java.lang.Exception
The collectPartitionData method receives control periodically during partition processing. This method receives control on each thread processing a partition as follows:
Note the collector is not called if the partition terminates due to an unhandled exception.
java.lang.Exception
- is thrown if an error occurs.