public static interface QueryResultPusher.Writer extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
writeResponseEnd()
End of the response.
|
void |
writeResponseStart()
Start of the response, called once per writer.
|
void |
writeRow(Object obj)
Write a row
|
void writeResponseStart()
throws IOException
IOExceptionvoid writeRow(Object obj) throws IOException
obj - object representing the rowIOExceptionvoid writeResponseEnd()
throws IOException
IOExceptionCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.