| Package | Description |
|---|---|
| net.snowflake.client.core | |
| net.snowflake.client.jdbc | |
| net.snowflake.client.jdbc.cloud.storage |
| Modifier and Type | Method and Description |
|---|---|
OCSPMode |
SFSession.getOCSPMode() |
static OCSPMode |
OCSPMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OCSPMode[] |
OCSPMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
HttpUtil.executeGeneralRequest(org.apache.http.client.methods.HttpRequestBase httpRequest,
int retryTimeout,
OCSPMode ocspMode)
Executes a HTTP request for Snowflake.
|
static String |
HttpUtil.executeRequest(org.apache.http.client.methods.HttpRequestBase httpRequest,
int retryTimeout,
int injectSocketTimeout,
AtomicBoolean canceling,
boolean includeRetryParameters,
boolean retryOnHTTP403,
OCSPMode ocspMode)
Executes a HTTP request for Snowflake.
|
static org.apache.http.impl.client.CloseableHttpClient |
HttpUtil.getHttpClient(OCSPMode ocspMode)
Gets HttpClient with insecureMode false
|
static org.apache.http.impl.client.CloseableHttpClient |
HttpUtil.getHttpClientWithoutDecompression(OCSPMode ocspMode)
Gets HttpClient with insecureMode false and disabling decompression
|
static org.apache.http.impl.client.CloseableHttpClient |
HttpUtil.initHttpClient(OCSPMode ocspMode,
File ocspCacheFile)
Accessor for the HTTP client singleton.
|
static org.apache.http.impl.client.CloseableHttpClient |
HttpUtil.initHttpClientWithoutDecompression(OCSPMode ocspMode,
File ocspCacheFile)
Accessor for the HTTP client singleton.
|
void |
OCSPTelemetryData.setOCSPMode(OCSPMode ocspMode) |
| Constructor and Description |
|---|
OCSPTelemetryData(String certid,
String sfc_peer_host,
String ocsp_url,
String ocsp_req,
OCSPMode ocspMode,
Boolean cache_enabled,
Boolean cache_hit) |
| Modifier and Type | Method and Description |
|---|---|
OCSPMode |
SnowflakeFileTransferConfig.getOcspMode() |
OCSPMode |
SnowflakeResultSetSerializableV1.getOCSPMode() |
OCSPMode |
SnowflakeChunkDownloader.getOCSPMode() |
| Modifier and Type | Method and Description |
|---|---|
SnowflakeFileTransferConfig.Builder |
SnowflakeFileTransferConfig.Builder.setOcspMode(OCSPMode ocspMode) |
| Modifier and Type | Method and Description |
|---|---|
default void |
SnowflakeStorageClient.uploadWithPresignedUrlWithoutConnection(int networkTimeoutInMilli,
OCSPMode ocspMode,
int parallelism,
boolean uploadFromStream,
String remoteStorageLocation,
File srcFile,
String destFileName,
InputStream inputStream,
FileBackedOutputStream fileBackedOutputStream,
StorageObjectMetadata meta,
String stageRegion,
String presignedUrl)
Upload a file (-stream) to remote storage with Pre-signed URL without JDBC connection.
|
void |
SnowflakeGCSClient.uploadWithPresignedUrlWithoutConnection(int networkTimeoutInMilli,
OCSPMode ocspMode,
int parallelism,
boolean uploadFromStream,
String remoteStorageLocation,
File srcFile,
String destFileName,
InputStream inputStream,
FileBackedOutputStream fileBackedOutputStream,
StorageObjectMetadata meta,
String stageRegion,
String presignedUrl)
Upload a file (-stream) to remote storage with Pre-signed URL without JDBC session.
|
Copyright © 2020. All rights reserved.