Class ExportPartitionCollector
- java.lang.Object
 - 
- com.ibm.fhir.jbatch.bulkdata.export.fast.ExportPartitionCollector
 
 
- 
- All Implemented Interfaces:
 javax.batch.api.partition.PartitionCollector
@Dependent public class ExportPartitionCollector extends Object implements javax.batch.api.partition.PartitionCollector
Final step which is executed after the individual partitions have completed or the job has been terminated. 
- 
- 
Field Summary
Fields Modifier and Type Field Description (package private) javax.batch.runtime.context.StepContextstepCtx 
- 
Constructor Summary
Constructors Constructor Description ExportPartitionCollector() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SerializablecollectPartitionData() 
 - 
 
- 
- 
Method Detail
- 
collectPartitionData
public Serializable collectPartitionData() throws Exception
- Specified by:
 collectPartitionDatain interfacejavax.batch.api.partition.PartitionCollector- Throws:
 Exception
 
 - 
 
 -