public class SyncScheduleWriter extends CSVWriter implements Flushable
| Constructor and Description |
|---|
SyncScheduleWriter(Writer writer) |
SyncScheduleWriter(Writer writer,
int count,
int deadlockCount) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
int |
getCount() |
int |
getDeadlockCount() |
void |
write(SyncSchedule schedule) |
close, closeQuietly, createCSVLine, getCommentchar, getDefaultCommentChar, getDefaultFieldSeparator, getDefaultLineBreak, getDefaultLineSeparators, getDefaultTextSeparator, getFieldseparator, getLinebreak, getTextseparator, getWriter, setCommentchar, setFieldseparator, setLinebreak, setTextseparator, write, write, writeComment, writeSrcLinepublic SyncScheduleWriter(Writer writer)
public SyncScheduleWriter(Writer writer, int count, int deadlockCount)
public void write(SyncSchedule schedule) throws IOException
IOExceptionpublic void flush()
throws IOException
flush in interface FlushableIOExceptionpublic int getCount()
public int getDeadlockCount()
Copyright © 2017 SAP SE. All Rights Reserved.