Class ExportPartitionCollector
- java.lang.Object
-
- com.ibm.fhir.bulkdata.jbatch.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.StepContext
stepCtx
-
Constructor Summary
Constructors Constructor Description ExportPartitionCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Serializable
collectPartitionData()
-
-
-
Method Detail
-
collectPartitionData
public Serializable collectPartitionData() throws Exception
- Specified by:
collectPartitionData
in interfacejavax.batch.api.partition.PartitionCollector
- Throws:
Exception
-
-