Uses of Interface
net.snowflake.client.jdbc.telemetry.Telemetry
-
Packages that use Telemetry Package Description net.snowflake.client.core 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()Returns the telemetry client, if supported, by this session.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.jdbc.telemetry
Classes in net.snowflake.client.jdbc.telemetry that implement Telemetry Modifier and Type Class Description classNoOpTelemetryClientTelemetry client that is doing nothing.classTelemetryClientCopyright (c) 2018-2019 Snowflake Computing Inc.Methods 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 connector
-