Package ubic.gemma.cli.batch
Class CompositeBatchTaskSummaryWriter
java.lang.Object
ubic.gemma.cli.batch.CompositeBatchTaskSummaryWriter
- All Implemented Interfaces:
Closeable,AutoCloseable,BatchTaskSummaryWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Close the writer and write any remaining results.voidwrite(BatchTaskProcessingResult result) Write the result of a batch task.
-
Constructor Details
-
CompositeBatchTaskSummaryWriter
-
-
Method Details
-
write
Description copied from interface:BatchTaskSummaryWriterWrite the result of a batch task.The actual writing may be deferred until the writer is closed in
BatchTaskSummaryWriter.close().- Specified by:
writein interfaceBatchTaskSummaryWriter- Throws:
IOException
-
close
Description copied from interface:BatchTaskSummaryWriterClose the writer and write any remaining results.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceBatchTaskSummaryWriter- Specified by:
closein interfaceCloseable- Throws:
IOException
-