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