Package org.apache.druid.server
Interface QueryResultPusher.Writer
- All Superinterfaces:
AutoCloseable,Closeable
- Enclosing class:
- QueryResultPusher
-
Method Summary
Modifier and TypeMethodDescriptionvoidEnd of the response.voidStart of the response, called once per writer.voidWrite a row
-
Method Details
-
writeResponseStart
Start of the response, called once per writer.- Throws:
IOException
-
writeRow
Write a row- Parameters:
obj- object representing the row- Throws:
IOException
-
writeResponseEnd
End of the response. Must allow the user to know that they have read all data successfully.- Throws:
IOException
-