public class PrestoS3SelectClient extends Object implements Closeable
| Constructor and Description |
|---|
PrestoS3SelectClient(org.apache.hadoop.conf.Configuration config,
HiveClientConfig clientConfig,
PrestoS3ClientFactory s3ClientFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getBucketName() |
String |
getKeyName() |
InputStream |
getRecordsContent(com.amazonaws.services.s3.model.SelectObjectContentRequest selectObjectRequest) |
boolean |
isRequestComplete()
The End Event indicates all matching records have been transmitted.
|
public PrestoS3SelectClient(org.apache.hadoop.conf.Configuration config,
HiveClientConfig clientConfig,
PrestoS3ClientFactory s3ClientFactory)
public InputStream getRecordsContent(com.amazonaws.services.s3.model.SelectObjectContentRequest selectObjectRequest)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic String getKeyName()
public String getBucketName()
public boolean isRequestComplete()
Copyright © 2012–2023. All rights reserved.