Package javax.batch.api.partition

Interface Summary
PartitionAnalyzer PartitionAnalyzer receives control to process data and final results from each partitions.
PartitionCollector PartitionCollector provides a way to pass data from individual partitions to a single point of control running on the parent thread.
PartitionMapper PartitionMapper receives control at the start of a partitioned execution.
PartitionPlan  
PartitionReducer PartitionReducer provides unit of work demarcation across partitions.
 

Class Summary
AbstractPartitionAnalyzer The AbstractPartitionAnalyzer provides default implementations of less commonly implemented methods.
AbstractPartitionReducer The AbstractBatchlet provides default implementations of optional methods.
PartitionPlanImpl The PartitionPlanImpl class provides a basic implementation of the PartitionPlan interface.
 

Enum Summary
PartitionReducer.PartitionStatus  
 



Copyright © 2013. All Rights Reserved.