public interface PartitionCollector
| Modifier and Type | Method and Description | 
|---|---|
Serializable | 
collectPartitionData()
 The collectPartitionData method receives control
 periodically during partition processing. 
 | 
Serializable collectPartitionData() throws 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.
Exception - is thrown if an error occurs.Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.