Class SyncScheduleWriter

java.lang.Object
de.hybris.platform.util.CSVWriter
de.hybris.platform.catalog.jalo.synchronization.SyncScheduleWriter
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class SyncScheduleWriter extends CSVWriter implements Flushable
Since:
3.1-u6
  • Constructor Details

    • SyncScheduleWriter

      public SyncScheduleWriter(Writer writer)
    • SyncScheduleWriter

      public SyncScheduleWriter(Writer writer, int count, int deadlockCount)
  • Method Details