Class BatchRunDataSetManager

  • All Implemented Interfaces:
    DataSetManager, RunListener

    public class BatchRunDataSetManager
    extends AbstractDataSetManager
    DataSetManager for batch runs.DataSets will be opened on batch started and closed on batch ended.
    Author:
    Nick Collier
    • Constructor Detail

      • BatchRunDataSetManager

        public BatchRunDataSetManager()
    • Method Detail

      • batchStarted

        public void batchStarted()
        Description copied from interface: DataSetManager
        Notifies this DataSetManager that the set of batch runs has started.
      • batchEnded

        public void batchEnded()
        Description copied from interface: DataSetManager
        Notifies this DataSetManager that the set of batch runs has ended.
      • isBatch

        public boolean isBatch()
        Description copied from interface: DataSetManager
        Gets whether or not this is a batch run.
        Returns:
        true if this is batch run otherwise false.