Class ItemInputFileSlicer

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public final class ItemInputFileSlicer
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Constructor Summary

      Constructors 
      Constructor Description
      ItemInputFileSlicer​(java.lang.String loadStepId, java.util.List<FileManager> fileMgrs, java.util.List<com.github.akurilov.confuse.Config> configSlices, com.github.akurilov.commons.io.Input<I> itemInput, int batchSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ItemInputFileSlicer

        public ItemInputFileSlicer​(java.lang.String loadStepId,
                                   java.util.List<FileManager> fileMgrs,
                                   java.util.List<com.github.akurilov.confuse.Config> configSlices,
                                   com.github.akurilov.commons.io.Input<I> itemInput,
                                   int batchSize)
    • Method Detail

      • close

        public final void close()
        Specified by:
        close in interface java.lang.AutoCloseable