Class SyncScheduleWriter

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable

    public class SyncScheduleWriter
    extends CSVWriter
    implements java.io.Flushable
    Since:
    3.1-u6
    • Constructor Detail

      • SyncScheduleWriter

        public SyncScheduleWriter​(java.io.Writer writer)
      • SyncScheduleWriter

        public SyncScheduleWriter​(java.io.Writer writer,
                                  int count,
                                  int deadlockCount)
    • Method Detail

      • write

        public void write​(SyncSchedule schedule)
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • flush

        public void flush()
                   throws java.io.IOException
        Specified by:
        flush in interface java.io.Flushable
        Throws:
        java.io.IOException
      • getCount

        public int getCount()
      • getDeadlockCount

        public int getDeadlockCount()