Uses of Interface
net.snowflake.client.jdbc.telemetry.Telemetry
-
Packages that use Telemetry Package Description net.snowflake.client.core net.snowflake.client.core.crl net.snowflake.client.jdbc.telemetry -
-
Uses of Telemetry in net.snowflake.client.core
Methods in net.snowflake.client.core that return Telemetry Modifier and Type Method Description abstract TelemetrySFBaseSession. getTelemetryClient()TelemetrySFSession. getTelemetryClient()Constructors in net.snowflake.client.core with parameters of type Telemetry Constructor Description SFArrowResultSet(SnowflakeResultSetSerializableV1 resultSetSerializable, Telemetry telemetryClient, boolean sortResult)This is a minimum initialization for SFArrowResult.SFResultSet(SnowflakeResultSetSerializableV1 resultSetSerializable, SFBaseSession session, Telemetry telemetryClient, boolean sortResult)This is a minimum initialization for SFResultSet.SFResultSet(SnowflakeResultSetSerializableV1 resultSetSerializable, Telemetry telemetryClient, boolean sortResult)This is a minimum initialization for SFResultSet. -
Uses of Telemetry in net.snowflake.client.core.crl
Methods in net.snowflake.client.core.crl with parameters of type Telemetry Modifier and Type Method Description static voidCRLValidator. setTelemetryClientForKey(HttpClientSettingsKey key, Telemetry telemetryClient)Multiple sessions may share the same HttpClientSettingsKey thus CRL telemetry might be sent for wrong session.Constructors in net.snowflake.client.core.crl with parameters of type Telemetry Constructor Description CRLValidator(CertRevocationCheckMode revocationCheckMode, boolean allowCertificatesWithoutCrlUrl, org.apache.http.impl.client.CloseableHttpClient httpClient, CRLCacheManager cacheManager, Telemetry telemetryClient) -
Uses of Telemetry in net.snowflake.client.jdbc.telemetry
Classes in net.snowflake.client.jdbc.telemetry that implement Telemetry Modifier and Type Class Description classNoOpTelemetryClientTelemetry client that is doing nothing.classPreSessionTelemetryClientA telemetry client that buffers telemetry data until a real telemetry client becomes available.classTelemetryClientTelemetry Service InterfaceMethods in net.snowflake.client.jdbc.telemetry that return Telemetry Modifier and Type Method Description static TelemetryTelemetryClient. createSessionlessTelemetry(org.apache.http.impl.client.CloseableHttpClient httpClient, String serverUrl)Initialize the sessionless telemetry connector using KEYPAIR_JWT as the default auth typestatic TelemetryTelemetryClient. createSessionlessTelemetry(org.apache.http.impl.client.CloseableHttpClient httpClient, String serverUrl, String authType)Initialize the sessionless telemetry connectorstatic TelemetryTelemetryClient. createSessionlessTelemetry(org.apache.http.impl.client.CloseableHttpClient httpClient, String serverUrl, String authType, int flushSize)Initialize the sessionless telemetry connectorstatic TelemetryTelemetryClient. createTelemetry(Connection conn)Initialize the telemetry connectorstatic TelemetryTelemetryClient. createTelemetry(Connection conn, int flushSize)Initialize the telemetry connectorstatic TelemetryTelemetryClient. createTelemetry(SFSession session)Initialize the telemetry connectorstatic TelemetryTelemetryClient. createTelemetry(SFSession session, int flushSize)Initialize the telemetry connectorMethods in net.snowflake.client.jdbc.telemetry with parameters of type Telemetry Modifier and Type Method Description voidPreSessionTelemetryClient. setRealTelemetryClient(Telemetry realClient)
-