Class SyncScheduleWriter
java.lang.Object
de.hybris.platform.util.CSVWriter
de.hybris.platform.catalog.jalo.synchronization.SyncScheduleWriter
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Since:
- 3.1-u6
-
Constructor Summary
ConstructorsConstructorDescriptionSyncScheduleWriter(Writer writer) SyncScheduleWriter(Writer writer, int count, int deadlockCount) -
Method Summary
Modifier and TypeMethodDescriptionvoidflush()intgetCount()intvoidwrite(SyncSchedule schedule) Methods inherited from class de.hybris.platform.util.CSVWriter
close, closeQuietly, createCSVLine, getCommentchar, getDefaultCommentChar, getDefaultFieldSeparator, getDefaultLineBreak, getDefaultLineSeparators, getDefaultTextSeparator, getFieldseparator, getLinebreak, getTextseparator, getWriter, setCommentchar, setFieldseparator, setLinebreak, setTextseparator, write, write, writeComment, writeSrcLine
-
Constructor Details
-
SyncScheduleWriter
-
SyncScheduleWriter
-
-
Method Details
-
write
- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Throws:
IOException
-
getCount
public int getCount() -
getDeadlockCount
public int getDeadlockCount()
-