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 © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.