Uses of Class
net.snowflake.client.jdbc.cloud.storage.StageInfo
-
Packages that use StageInfo Package Description net.snowflake.client.jdbc net.snowflake.client.jdbc.cloud.storage -
-
Uses of StageInfo in net.snowflake.client.jdbc
Methods in net.snowflake.client.jdbc that return StageInfo Modifier and Type Method Description StageInfoSnowflakeFileTransferAgent. getStageInfo()StageInfoSnowflakeFileTransferMetadataV1. getStageInfo()Methods in net.snowflake.client.jdbc with parameters of type StageInfo Modifier and Type Method Description static Callable<Void>SnowflakeFileTransferAgent. getDownloadFileCallable(StageInfo stage, String srcFilePath, String localLocation, Map<String,net.snowflake.client.jdbc.SnowflakeFileTransferAgent.FileMetadata> fileMetadataMap, SnowflakeStorageClient client, SFSession session, String command, int parallel, net.snowflake.common.core.RemoteStoreFileEncryptionMaterial encMat, String presignedUrl)static Callable<Void>SnowflakeFileTransferAgent. getDownloadFileCallable(StageInfo stage, String srcFilePath, String localLocation, Map<String,net.snowflake.client.jdbc.SnowflakeFileTransferAgent.FileMetadata> fileMetadataMap, SnowflakeStorageClient client, SFSession session, String command, int parallel, net.snowflake.common.core.RemoteStoreFileEncryptionMaterial encMat, String presignedUrl, String queryId)A callable that can be executed in a separate thread using executor service.static Callable<Void>SnowflakeFileTransferAgent. getUploadFileCallable(StageInfo stage, String srcFilePath, net.snowflake.client.jdbc.SnowflakeFileTransferAgent.FileMetadata metadata, SnowflakeStorageClient client, SFSession session, String command, InputStream inputStream, boolean sourceFromStream, int parallel, File srcFile, net.snowflake.common.core.RemoteStoreFileEncryptionMaterial encMat)static Callable<Void>SnowflakeFileTransferAgent. getUploadFileCallable(StageInfo stage, String srcFilePath, net.snowflake.client.jdbc.SnowflakeFileTransferAgent.FileMetadata metadata, SnowflakeStorageClient client, SFSession session, String command, InputStream inputStream, boolean sourceFromStream, int parallel, File srcFile, net.snowflake.common.core.RemoteStoreFileEncryptionMaterial encMat, String queryId)A callable that can be executed in a separate thread using executor service.voidSnowflakeFileTransferMetadataV1. setStageInfo(StageInfo stageInfo)Constructors in net.snowflake.client.jdbc with parameters of type StageInfo Constructor Description SnowflakeFileTransferMetadataV1(String presignedUrl, String presignedUrlFileName, String encryptionMaterial_queryStageMasterKey, String encryptionMaterial_queryId, Long encryptionMaterial_smkId, SFBaseFileTransferAgent.CommandType commandType, StageInfo stageInfo) -
Uses of StageInfo in net.snowflake.client.jdbc.cloud.storage
Methods in net.snowflake.client.jdbc.cloud.storage that return StageInfo Modifier and Type Method Description static StageInfoStageInfo. createStageInfo(String locationType, String location, Map<?,?> credentials, String region, String endPoint, String storageAccount, boolean isClientSideEncrypted)Methods in net.snowflake.client.jdbc.cloud.storage with parameters of type StageInfo Modifier and Type Method Description SnowflakeStorageClientStorageClientFactory. createClient(StageInfo stage, int parallel, net.snowflake.common.core.RemoteStoreFileEncryptionMaterial encMat, SFSession session)Creates a storage client based on the value of stageLocationTypestatic SnowflakeAzureClientSnowflakeAzureClient. createSnowflakeAzureClient(StageInfo stage, net.snowflake.common.core.RemoteStoreFileEncryptionMaterial encMat, SFBaseSession sfSession)static SnowflakeGCSClientSnowflakeGCSClient. createSnowflakeGCSClient(StageInfo stage, net.snowflake.common.core.RemoteStoreFileEncryptionMaterial encMat, SFSession session)
-