public class ResultStreamer extends Object implements Closeable
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResultStreamer.S3Client |
| Constructor and Description |
|---|
ResultStreamer(QdsClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected Account |
getAccount() |
protected AccountCredentials |
getAccountCredentials() |
Reader |
getResults(ResultValue resultValue)
Return a stream over the given results.
|
protected ResultStreamer.S3Client |
newS3Client() |
public ResultStreamer(QdsClient client)
client - qds clientpublic Reader getResults(ResultValue resultValue) throws Exception
resultValue - resultException - errorspublic void close()
close in interface Closeableclose in interface AutoCloseableprotected AccountCredentials getAccountCredentials() throws Exception
Exceptionprotected ResultStreamer.S3Client newS3Client() throws Exception
ExceptionCopyright © 2020. All rights reserved.