public class SyncScheduleWriter extends CSVWriter implements java.io.Flushable
| Constructor and Description |
|---|
SyncScheduleWriter(java.io.Writer writer) |
SyncScheduleWriter(java.io.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(java.io.Writer writer)
public SyncScheduleWriter(java.io.Writer writer,
int count,
int deadlockCount)
public void write(SyncSchedule schedule) throws java.io.IOException
java.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushablejava.io.IOExceptionpublic int getCount()
public int getDeadlockCount()
Copyright © 2018 SAP SE. All Rights Reserved.