Uses of Class
net.snowflake.client.core.SnowflakeJdbcInternalApi
-
-
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.config
Classes in net.snowflake.client.config with annotations of type SnowflakeJdbcInternalApi Modifier and Type Class Description classConnectionParametersclassSFConnectionConfigParserMethods in net.snowflake.client.config with annotations of type SnowflakeJdbcInternalApi Modifier and Type Method Description static voidSFClientConfigParser. checkConfigFilePermissions(String derivedConfigFilePath) -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.core
Classes in net.snowflake.client.core with annotations of type SnowflakeJdbcInternalApi Modifier and Type Class Description classArrowSqlInputclassBaseSqlInputclassCancellationReasonclassColumnTypeHelperclassFieldSchemaCreatorclassFileCacheUtilclassFileUtilclassHeaderCustomizerHttpRequestInterceptorImplements Apache HttpClient'sHttpRequestInterceptorandRequestHandler2to provide a mechanism for adding custom HTTP headers to outgoing requests made by the Snowflake JDBC driver.classHttpExecutingContextclassHttpExecutingContextBuilderBuilder class forHttpExecutingContext.classHttpResponseContextDtoclassHttpResponseWithHeadersSimple container for HTTP response data including both body and headers.classJsonSqlInputclassJsonSqlOutputclassPrivateLinkDetectorclassSecurityUtilstatic classSessionUtilExternalBrowser.DefaultAuthExternalBrowserHandlersclassSFBasicCrlTrustManagerclassSFExtendedCrlTrustManagerclassSFOauthLoginInputclassSfSqlArrayinterfaceSFSqlInputThis interface extends the standardSQLInputinterface to provide additional methods.classSfTimestampUtilFields in net.snowflake.client.core with annotations of type SnowflakeJdbcInternalApi Modifier and Type Field Description protected ConvertersSFArrowResultSet. convertersstatic intObjectMapperFactory. DEFAULT_MAX_JSON_STRING_LENstatic StringObjectMapperFactory. MAX_JSON_STRING_LENGTH_JVMMethods in net.snowflake.client.core with annotations of type SnowflakeJdbcInternalApi Modifier and Type Method Description static voidAssertUtil. assertTrue(boolean condition, String internalErrorMesg)Assert the condition is true, otherwise throw an internal error exception with the given message.voidSFBaseStatement. cancel(CancellationReason cancellationReason)Aborts the statement.protected DateSFBaseResultSet. convertStringToDate(String object, TimeZone tz)protected TimeSFBaseResultSet. convertStringToTime(String object, int scale)protected TimestampSFBaseResultSet. convertStringToTimestamp(String object, int columnType, int columnSubType, TimeZone tz, int scale)DateSFArrowResultSet. convertToDate(Object object, TimeZone tz)DateSFBaseResultSet. convertToDate(Object object, TimeZone tz)DateSFJsonResultSet. convertToDate(Object object, TimeZone tz)TimeSFArrowResultSet. convertToTime(Object object, int scale)TimeSFBaseResultSet. convertToTime(Object object, int scale)TimeSFJsonResultSet. convertToTime(Object object, int scale)TimestampSFArrowResultSet. convertToTimestamp(Object object, int columnType, int columnSubType, TimeZone tz, int scale)TimestampSFBaseResultSet. convertToTimestamp(Object object, int columnType, int columnSubType, TimeZone tz, int scale)TimestampSFJsonResultSet. convertToTimestamp(Object object, int columnType, int columnSubType, TimeZone tz, int scale)protected SQLInputSFBaseResultSet. createJsonSqlInputForColumn(Object input, SFBaseSession session, List<FieldMetadata> fields)SQLInputSFArrowResultSet. createSqlInputForColumn(Object input, Class<?> parentObjectClass, int columnIndex, SFBaseSession session, List<FieldMetadata> fields)SQLInputSFBaseResultSet. createSqlInputForColumn(Object input, Class<?> parentObjectClass, int columnIndex, SFBaseSession session, List<FieldMetadata> fields)SQLInputSFJsonResultSet. createSqlInputForColumn(Object input, Class<?> parentObjectClass, int columnIndex, SFBaseSession session, List<FieldMetadata> fields)static voidSessionUtil. deleteOAuthAccessTokenCache(String host, String user)Delete the Oauth access token cachestatic voidSessionUtil. deleteOAuthRefreshTokenCache(String host, String user)Delete the Oauth refresh token cachestatic StringHttpUtil. executeGeneralRequest(org.apache.http.client.methods.HttpRequestBase httpRequest, int retryTimeout, int authTimeout, int socketTimeout, int retryCount, HttpClientSettingsKey ocspAndProxyAndGzipKey, SFBaseSession sfSession)Executes an HTTP request for Snowflake.static StringHttpUtil. executeGeneralRequest(org.apache.http.client.methods.HttpRequestBase httpRequest, int retryTimeout, int authTimeout, int socketTimeout, int retryCount, HttpClientSettingsKey ocspAndProxyAndGzipKey, RetryContextManager retryContextManager, SFBaseSession sfSession)Executes an HTTP request for Snowflake.static StringHttpUtil. executeGeneralRequest(org.apache.http.client.methods.HttpRequestBase httpRequest, int retryTimeout, int authTimeout, int socketTimeout, int retryCount, org.apache.http.impl.client.CloseableHttpClient httpClient, SFBaseSession sfSession)Executes an HTTP request for Snowflakestatic StringHttpUtil. executeGeneralRequestOmitSnowflakeHeaders(org.apache.http.client.methods.HttpRequestBase httpRequest, int retryTimeout, int authTimeout, int socketTimeout, int retryCount, HttpClientSettingsKey ocspAndProxyAndGzipKey, SFBaseSession sfSession)static HttpResponseWithHeadersHttpUtil. executeGeneralRequestWithContext(org.apache.http.client.methods.HttpRequestBase httpRequest, int retryTimeout, int authTimeout, int socketTimeout, int retryCount, HttpClientSettingsKey ocspAndProxyAndGzipKey, SFBaseSession sfSession)Executes an HTTP request for Snowflake and returns response with headers.static StringHttpUtil. executeRequest(org.apache.http.client.methods.HttpRequestBase httpRequest, int retryTimeout, int authTimeout, int socketTimeout, int maxRetries, int injectSocketTimeout, AtomicBoolean canceling, boolean includeRetryParameters, boolean retryOnHTTP403, HttpClientSettingsKey ocspAndProxyKey, ExecTimeTelemetryData execTimeData, SFBaseSession sfSession)Executes an HTTP request for Snowflake.static StringHttpUtil. executeRequest(org.apache.http.client.methods.HttpRequestBase httpRequest, int retryTimeout, int authTimeout, int socketTimeout, int maxRetries, int injectSocketTimeout, AtomicBoolean canceling, boolean includeRetryParameters, boolean retryOnHTTP403, HttpClientSettingsKey ocspAndProxyKey, ExecTimeTelemetryData execTimeData, RetryContextManager retryContextManager, SFBaseSession sfSession)Executes an HTTP request for Snowflake.static Map<String,String>HttpUtil. extractHeadersAsMap(org.apache.http.HttpResponse httpResponse)StringSFSession. getAccessToken()intSFLoginInput. getAuthTimeout()SessionUtilExternalBrowser.AuthExternalBrowserHandlersSFLoginInput. getBrowserHandler()DurationSFLoginInput. getBrowserResponseTimeout()booleanSFBaseSession. getClearBatchOnlyAfterSuccessfulExecution()List<FieldMetadata>SFResultSetMetaData. getColumnFields(int column)static DurationHttpUtil. getConnectionTimeout()ConvertersSFArrowResultSet. getConverters()ConvertersSFBaseResultSet. getConverters()ConvertersSFJsonResultSet. getConverters()StringSFLoginInput. getDPoPPublicKey()static org.apache.http.impl.client.CloseableHttpClientHttpUtil. getHttpClientForCrl(HttpClientSettingsKey key)HttpClientSettingsKeySFLoginInput. getHttpClientSettingsKey()protected SfSqlArraySFBaseResultSet. getJsonArray(String arrayString, int columnIndex, com.fasterxml.jackson.databind.ObjectMapper objectMapper)intSFLoginInput. getLoginTimeout()StringExecTimeTelemetryData. getLogString()SFOauthLoginInputSFLoginInput. getOauthLoginInput()StringSFLoginInput. getOauthRefreshToken()static com.fasterxml.jackson.databind.ObjectMapperObjectMapperFactory. getObjectMapperForSession(SFBaseSession session)ObjectSFArrowResultSet. getObjectWithoutString(int columnIndex)abstract ObjectSFBaseResultSet. getObjectWithoutString(int columnIndex)ObjectSFJsonResultSet. getObjectWithoutString(int columnIndex)StringHttpClientSettingsKey. getProxyPassword()Be careful of using this! Should only be called when password is later masked.protected static StringStmtUtil. getQueryResult(com.fasterxml.jackson.databind.JsonNode inProgressResponse, String previousGetResultPath, net.snowflake.client.core.StmtUtil.StmtInput stmtInput, SFBaseSession sfSession)Issue get-result call to get query result given an in-progress response.protected static StringStmtUtil. getQueryResult(String getResultPath, net.snowflake.client.core.StmtUtil.StmtInput stmtInput, SFBaseSession sfSession)Issue get-result call to get query result given an in-progress response.static StringURLUtil. getRequestId(URI uri)static StringURLUtil. getRequestIdLogStr(URI uri)TimeZoneSFBaseResultSet. getSessionTimeZone()static DurationHttpUtil. getSocketTimeout()intSFLoginInput. getSocketTimeoutInMillis()booleanSFLoginInput. isDPoPEnabled()voidSFSession. overrideConsoleHandlerWhenNecessary()static voidHttpUtil. reset()voidSFLoginInput. setBrowserHandler(SessionUtilExternalBrowser.AuthExternalBrowserHandlers browserHandler)SFLoginInputSFLoginInput. setBrowserResponseTimeout(Duration browserResponseTimeout)static voidHttpUtil. setConnectionTimeout(int timeout)voidSFLoginInput. setDPoPEnabled(boolean dpopEnabled)SFLoginInputSFLoginInput. setHttpClientSettingsKey(HttpClientSettingsKey key)SFLoginInputSFLoginInput. setOauthLoginInput(SFOauthLoginInput oauthLoginInput)SFLoginInputSFLoginInput. setServerUrl(String serverUrl)static voidHttpUtil. setSocketTimeout(int timeout)SFLoginInputSFLoginInput. setSocketTimeout(Duration socketTimeout)Constructors in net.snowflake.client.core with annotations of type SnowflakeJdbcInternalApi Constructor Description SFLoginInput() -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.core.arrow
Classes in net.snowflake.client.core.arrow with annotations of type SnowflakeJdbcInternalApi Modifier and Type Class Description classArrowVectorConverterUtilclassStructConverterclassStructObjectWrapperclassStructuredTypeDateTimeConverterMethods in net.snowflake.client.core.arrow with annotations of type SnowflakeJdbcInternalApi Modifier and Type Method Description static TimestampBigIntToTimestampLTZConverter. getTimestamp(long epoch, int scale, TimeZone sessionTimeZone, boolean useSessionTimezone)static TimestampArrowResultUtil. toJavaTimestamp(long epoch, int scale, TimeZone sessionTimezone, boolean useSessionTimezone)generate Java Timestamp object -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.core.arrow.tostringhelpers
Classes in net.snowflake.client.core.arrow.tostringhelpers with annotations of type SnowflakeJdbcInternalApi Modifier and Type Class Description classArrowArrayStringRepresentationBuilderclassArrowObjectStringRepresentationBuilderclassArrowStringRepresentationBuilderBaseStringBuilder like class to aggregate the string representation of snowflake Native ARROW structured types as JSON one-liners. -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.core.auth
Classes in net.snowflake.client.core.auth with annotations of type SnowflakeJdbcInternalApi Modifier and Type Class Description classAuthenticatorTypeclassClientAuthnDTOclassClientAuthnParameter -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.core.auth.oauth
Classes in net.snowflake.client.core.auth.oauth with annotations of type SnowflakeJdbcInternalApi Modifier and Type Interface Description interfaceAccessTokenProviderclassDPoPUtilclassOAuthAccessTokenForRefreshTokenProviderclassOAuthAccessTokenProviderFactoryclassOAuthAuthorizationCodeAccessTokenProviderclassOAuthClientCredentialsAccessTokenProviderclassRandomStateProviderinterfaceStateProvider<T>classTokenResponseDTO -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.core.auth.wif
Classes in net.snowflake.client.core.auth.wif with annotations of type SnowflakeJdbcInternalApi Modifier and Type Class Description classAwsAttestationServiceclassAwsIdentityAttestationCreatorclassAzureAttestationServiceclassAzureIdentityAttestationCreatorclassGcpIdentityAttestationCreatorclassOidcIdentityAttestationCreatorclassWorkloadIdentityAttestationclassWorkloadIdentityAttestationProvider -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.core.crl
Classes in net.snowflake.client.core.crl with annotations of type SnowflakeJdbcInternalApi Modifier and Type Class Description classCRLCacheConfigclassCRLCacheManagerCache manager that coordinates between in-memory and file-based CRL caches.classCrlRevocationManagerclassCRLValidatorclassVerifiedCertPathBuilderBuilds and verifies certificate paths using a truststore and CertPathBuilder. -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.core.json
Methods in net.snowflake.client.core.json with annotations of type SnowflakeJdbcInternalApi Modifier and Type Method Description ConverterConverters. arrayConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper)ConverterConverters. bigDecimalConverter(int columnType)ConverterConverters. bigIntConverter(int columnType)ConverterConverters. booleanConverter(int columnType)Converter<Byte[]>Converters. bytesConverter(int columnType, int scale)ConverterConverters. dateFromIntConverter(TimeZone tz)ConverterConverters. dateStringConverter(SFBaseSession session)ConverterConverters. doubleConverter(int columnType)ConverterConverters. floatConverter(int columnType)ConverterConverters. integerConverter(int columnType)ConverterConverters. longConverter(int columnType)ConverterConverters. smallIntConverter(int columnType)ConverterConverters. structConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper)ConverterConverters. timeFromStringConverter(SFBaseSession session)ConverterConverters. timestampFromStringConverter(int columnSubType, int columnType, int scale, SFBaseSession session, TimeZone tz, TimeZone sessionTimezone)ConverterConverters. tinyIntConverter(int columnType)ConverterConverters. varcharConverter(int columnType, int columnSubType, int scale)Constructors in net.snowflake.client.core.json with annotations of type SnowflakeJdbcInternalApi Constructor Description Converters(SFBaseSession session, SnowflakeResultSetSerializableV1 resultSetSerializable) -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.core.structs
Classes in net.snowflake.client.core.structs with annotations of type SnowflakeJdbcInternalApi Modifier and Type Class Description classSnowflakeObjectTypeFactoriesclassSQLDataCreationHelper -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.jdbc
Classes in net.snowflake.client.jdbc with annotations of type SnowflakeJdbcInternalApi Modifier and Type Class Description classColumnTypeInfoclassEnvironmentVariablesclassRetryContextRetryContext stores information about an ongoing request's retrying process.classRetryContextManagerRetryContextManager lets you register logic (as callbacks) that will be re-executed during a retry of a request.classSnowflakeRichResultSetSerializableV1static classSnowflakeRichResultSetSerializableV1.SnowflakeRichResultsColumnMetadataclassSnowflakeUseDPoPNonceExceptionMethods in net.snowflake.client.jdbc with annotations of type SnowflakeJdbcInternalApi Modifier and Type Method Description static voidSnowflakeUtil. assureOnlyUserAccessibleFilePermissions(File file, boolean isOwnerOnlyStageFilePermissionsEnabled)ConnectionSnowflakeDriver. connect()Connect method using connection configuration filestatic booleanSnowflakeUtil. convertSystemGetEnvToBooleanValue(String envVariableKey, boolean defaultValue)Helper function to convert environment variable to booleanstatic booleanSnowflakeUtil. convertSystemPropertyToBooleanValue(String systemProperty, boolean defaultValue)Helper function to convert system properties to booleanstatic Map<String,String>SnowflakeUtil. createCaseInsensitiveMap(Map<String,String> input)Method introduced to avoid inconsistencies in custom headers handling, since these are defined on drivers side e.g.static Map<String,String>SnowflakeUtil. createCaseInsensitiveMap(org.apache.http.Header[] headers)toCaseInsensitiveMap, but adjusted to Headers[] argument typestatic booleanSnowflakeUtil. createOwnerOnlyPermissionDir(String location)create a directory with Owner only permission (0600)static SnowflakeResultSetSerializableV1SnowflakeResultSetSerializableV1. createWithChunksPrefetchDisabled(com.fasterxml.jackson.databind.JsonNode rootNode, SFBaseSession sfSession, SFBaseStatement sfStatement)A factory function for internal usage only.static org.apache.http.client.methods.CloseableHttpResponseRestRequest. execute(org.apache.http.impl.client.CloseableHttpClient httpClient, org.apache.http.client.methods.HttpRequestBase httpRequest, long retryTimeout, long authTimeout, int socketTimeout, int maxRetries, int injectSocketTimeout, AtomicBoolean canceling, boolean withoutCookies, boolean includeRetryParameters, boolean includeSnowflakeHeaders, boolean retryHTTP403, boolean noRetry, ExecTimeTelemetryData execTimeData, SFBaseSession sfSession)Execute an HTTP request with retry logic.static org.apache.http.client.methods.CloseableHttpResponseRestRequest. execute(org.apache.http.impl.client.CloseableHttpClient httpClient, org.apache.http.client.methods.HttpRequestBase httpRequest, long retryTimeout, long authTimeout, int socketTimeout, int maxRetries, int injectSocketTimeout, AtomicBoolean canceling, boolean withoutCookies, boolean includeRetryParameters, boolean includeSnowflakeHeaders, boolean retryHTTP403, boolean noRetry, ExecTimeTelemetryData execTimeData, RetryContextManager retryManager, SFBaseSession sfSession, HttpClientSettingsKey key, List<HttpHeadersCustomizer> httpHeaderCustomizer, boolean isHttpClientWithoutDecompression)Execute an HTTP request with retry logic.static org.apache.http.client.methods.CloseableHttpResponseRestRequest. execute(org.apache.http.impl.client.CloseableHttpClient httpClient, org.apache.http.client.methods.HttpRequestBase httpRequest, long retryTimeout, long authTimeout, int socketTimeout, int maxRetries, int injectSocketTimeout, AtomicBoolean canceling, boolean withoutCookies, boolean includeRetryParameters, boolean includeSnowflakeHeaders, boolean retryHTTP403, ExecTimeTelemetryData execTimeTelemetryData, SFBaseSession sfSession)Execute an HTTP request with retry logic.static org.apache.http.client.methods.CloseableHttpResponseRestRequest. execute(org.apache.http.impl.client.CloseableHttpClient httpClient, org.apache.http.client.methods.HttpRequestBase httpRequest, long retryTimeout, long authTimeout, int socketTimeout, int maxRetries, int injectSocketTimeout, AtomicBoolean canceling, boolean withoutCookies, boolean includeRetryParameters, boolean includeSnowflakeHeaders, boolean retryHTTP403, ExecTimeTelemetryData execTimeData, RetryContextManager retryContextManager, SFBaseSession sfSession)Execute an HTTP request with retry logic.static HttpResponseContextDtoRestRequest. executeWithRetries(org.apache.http.impl.client.CloseableHttpClient httpClient, org.apache.http.client.methods.HttpRequestBase httpRequest, long retryTimeout, long authTimeout, int socketTimeout, int maxRetries, int injectSocketTimeout, AtomicBoolean canceling, boolean withoutCookies, boolean includeRetryParameters, boolean includeSnowflakeHeaders, boolean retryHTTP403, boolean noRetry, boolean unpackResponse, ExecTimeTelemetryData execTimeTelemetryData, SFBaseSession sfSession, HttpClientSettingsKey key, List<HttpHeadersCustomizer> httpHeaderCustomizer, boolean isHttpClientWithoutDecompression)Execute an HTTP request with retry logic.static HttpResponseContextDtoRestRequest. executeWithRetries(org.apache.http.impl.client.CloseableHttpClient httpClient, org.apache.http.client.methods.HttpRequestBase httpRequest, long retryTimeout, long authTimeout, int socketTimeout, int maxRetries, int injectSocketTimeout, AtomicBoolean canceling, boolean withoutCookies, boolean includeRetryParameters, boolean includeSnowflakeHeaders, boolean retryHTTP403, boolean unpackResponse, ExecTimeTelemetryData execTimeTelemetryData, SFBaseSession sfSession, HttpClientSettingsKey key, List<HttpHeadersCustomizer> httpHeaderCustomizer, boolean isHttpClientWithoutDecompression)Execute an HTTP request with retry logic.static HttpResponseContextDtoRestRequest. executeWithRetries(org.apache.http.impl.client.CloseableHttpClient httpClient, org.apache.http.client.methods.HttpRequestBase httpRequest, HttpExecutingContext httpExecutingContext, ExecTimeTelemetryData execTimeData, RetryContextManager retryManager, HttpClientSettingsKey key, List<HttpHeadersCustomizer> httpHeaderCustomizer, boolean isHttpClientWithoutDecompression)Execute an HTTP request with retry logic.intSnowflakeColumnMetadata. getDimension()List<FieldMetadata>SnowflakeColumnMetadata. getFields()static SnowflakeType.JavaDataTypeSnowflakeType. getJavaType(SnowflakeType type, boolean isStructuredType)static booleanSnowflakeUtil. isWindows()Check whether the OS is Windowsstatic SnowflakeTypeSnowflakeUtil. javaTypeToSFType(int javaType, SFBaseSession session)static <T> TSnowflakeUtil. mapSFExceptionToSQLException(ThrowingCallable<T,SFException> action)voidSnowflakeColumnMetadata. setFields(List<FieldMetadata> fields)Constructors in net.snowflake.client.jdbc with annotations of type SnowflakeJdbcInternalApi Constructor Description FieldMetadata()SnowflakeColumnMetadata(com.fasterxml.jackson.databind.JsonNode colNode, boolean jdbcTreatDecimalAsInt, SFBaseSession session)SnowflakeColumnMetadata(String name, int type, boolean nullable, int length, int precision, int scale, String typeName, boolean fixed, SnowflakeType base, List<FieldMetadata> fields, String columnSrcDatabase, String columnSrcSchema, String columnSrcTable, boolean isAutoIncrement, int dimension) -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.jdbc.cloud.storage
Classes in net.snowflake.client.jdbc.cloud.storage with annotations of type SnowflakeJdbcInternalApi Modifier and Type Class Description classAwsSdkGCPSignerclassS3HttpUtilFields in net.snowflake.client.jdbc.cloud.storage with annotations of type SnowflakeJdbcInternalApi Modifier and Type Field Description static StringSnowflakeGCSClient. DISABLE_GCS_DEFAULT_CREDENTIALS_PROPERTY_NAMEMethods in net.snowflake.client.jdbc.cloud.storage with annotations of type SnowflakeJdbcInternalApi Modifier and Type Method Description default voidSnowflakeStorageClient. addEncryptionMetadataForGcm(StorageObjectMetadata meta, MatDesc matDesc, byte[] encryptedKey, byte[] dataIvBytes, byte[] keyIvBytes, byte[] keyAad, byte[] dataAad, long contentLength)Adds encryption metadata to the StorageObjectMetadata object for AES-GCM/AES-GCMOptional<String>StageInfo. gcsCustomEndpoint()booleanStageInfo. getUseRegionalUrl()booleanStageInfo. getUseVirtualUrl()voidStageInfo. setUseRegionalUrl(boolean useRegionalUrl)voidStageInfo. setUseVirtualUrl(boolean useVirtualUrl) -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.jdbc.diagnostic
Classes in net.snowflake.client.jdbc.diagnostic with annotations of type SnowflakeJdbcInternalApi Modifier and Type Class Description classDiagnosticContext -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.jdbc.telemetry
Classes in net.snowflake.client.jdbc.telemetry with annotations of type SnowflakeJdbcInternalApi Modifier and Type Class Description classPreSessionTelemetryClientA telemetry client that buffers telemetry data until a real telemetry client becomes available.classRevocationCheckTelemetryDataMethods in net.snowflake.client.jdbc.telemetry with annotations of type SnowflakeJdbcInternalApi Modifier and Type Method Description static TelemetryDataTelemetryUtil. buildCrlData(String crlUrl, long crlBytes, int revokedCertificates, long downloadTime, long parseTime) -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.jdbc.telemetryOOB
Methods in net.snowflake.client.jdbc.telemetryOOB with annotations of type SnowflakeJdbcInternalApi Modifier and Type Method Description static voidTelemetryService. disableOOBTelemetry() -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.log
Classes in net.snowflake.client.log with annotations of type SnowflakeJdbcInternalApi Modifier and Type Class Description classCommonsLoggingWrapperThis is a wrapper class of apache commons logging which uses SFLogger to use driver configuration (via java.util.logging or SLF4J) and mask secrets.Methods in net.snowflake.client.log with annotations of type SnowflakeJdbcInternalApi Modifier and Type Method Description static <T> StringSFLoggerUtil. isVariableProvided(T variable)static voidJDK14Logger. useStdOutConsoleHandler(String threshold) -
Uses of SnowflakeJdbcInternalApi in net.snowflake.client.util
Classes in net.snowflake.client.util with annotations of type SnowflakeJdbcInternalApi Modifier and Type Interface Description interfaceConverter<T>Functional interface used to convert data to expected typeclassStopwatchStopwatch class used to calculate the time between start and stop.interfaceThrowingBiCallable<A,B,T extends Throwable>interfaceThrowingBiFunction<A,B,R,T extends Throwable>interfaceThrowingCallable<A,T extends Throwable>interfaceThrowingFunction<A,R,T extends Throwable>interfaceThrowingTriCallable<A,B,C,T extends Throwable>interfaceThrowingTriFunction<A,B,C,R,T extends Throwable>classTimeMeasurementClass keeping the start and stop time in epoch microseconds.Methods in net.snowflake.client.util with annotations of type SnowflakeJdbcInternalApi Modifier and Type Method Description static StringSecretDetector. filterOAuthTokens(String text)Masks any secrets present in the OAuth token request JSON response.
-