Package io.github.ai4ci.util
Class SimpleAsyncFileWriter
java.lang.Object
io.github.ai4ci.util.SimpleAsyncFileWriter
- All Implemented Interfaces:
CSVWriter.Queue
Deprecated.
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleAsyncFileWriter
(File file, int size, String name, String headers) Deprecated. -
Method Summary
-
Constructor Details
-
SimpleAsyncFileWriter
Deprecated.- Throws:
IOException
-
-
Method Details
-
submit
Deprecated.- Specified by:
submit
in interfaceCSVWriter.Queue
- Throws:
InterruptedException
-
halt
Deprecated.- Specified by:
halt
in interfaceCSVWriter.Queue
- Throws:
InterruptedException
-
flush
Deprecated.- Specified by:
flush
in interfaceCSVWriter.Queue
- Throws:
InterruptedException
-
isWaiting
public boolean isWaiting()Deprecated.- Specified by:
isWaiting
in interfaceCSVWriter.Queue
-
join
Deprecated.- Specified by:
join
in interfaceCSVWriter.Queue
- Throws:
InterruptedException
-
report
Deprecated.- Specified by:
report
in interfaceCSVWriter.Queue
-