| Package | Description |
|---|---|
| com.snowflake.client.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static Callable<Void> |
SnowflakeFileTransferAgent.getDownloadFileCallable(String stageLocationType,
String stageLocation,
Map credentials,
String srcFilePath,
String localLocation,
Map<String,SnowflakeFileTransferAgent.FileMetadata> fileMetadataMap,
SnowflakeS3Client s3Client,
SFSession connection,
String command,
int parallel,
com.snowflake.gscommon.core.S3FileEncryptionMaterial encMat)
A callable that can be executed in a separate thread using exeuctor service.
|
static Callable<Void> |
SnowflakeFileTransferAgent.getUploadFileCallable(String stageLocationType,
String stageLocation,
String srcFilePath,
boolean requireCompress,
Map<String,SnowflakeFileTransferAgent.FileMetadata> fileMetadataMap,
SnowflakeS3Client s3Client,
SFSession connection,
String command,
InputStream inputStream,
boolean sourceFromStream,
long sourceDataSize,
int parallel,
File srcFile,
com.snowflake.gscommon.core.S3FileEncryptionMaterial encMat)
A callable that can be executed in a separate thread using exeuctor service.
|
Copyright © 2016. All rights reserved.