Package ubic.gemma.cli.batch
Interface BatchTaskSummaryWriter
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
CompositeBatchTaskSummaryWriter,LoggingBatchTaskSummaryWriter,SuppressBatchTaskSummaryWriter,TextBatchTaskSummaryWriter,TsvBatchTaskSummaryWriter
- Author:
- poirigui
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Close the writer and write any remaining results.voidwrite(BatchTaskProcessingResult result) Write the result of a batch task.
-
Method Details
-
write
Write the result of a batch task.The actual writing may be deferred until the writer is closed in
close().- Throws:
IOException
-
close
Close the writer and write any remaining results.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-