| Package | Description |
|---|---|
| net.snowflake.client.core | |
| net.snowflake.client.jdbc.telemetry |
| Modifier and Type | Method and Description |
|---|---|
Telemetry |
SFSession.getTelemetryClient() |
abstract Telemetry |
SFBaseSession.getTelemetryClient()
Returns the telemetry client, if supported, by this session.
|
| Constructor and Description |
|---|
SFArrowResultSet(SnowflakeResultSetSerializableV1 resultSetSerializable,
Telemetry telemetryClient,
boolean sortResult)
This is a minimum initialization for SFArrowResult.
|
SFResultSet(SnowflakeResultSetSerializableV1 resultSetSerializable,
Telemetry telemetryClient,
boolean sortResult)
This is a minimum initialization for SFResultSet.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpTelemetryClient
Telemetry client that is doing nothing.
|
class |
TelemetryClient
Copyright (c) 2018-2019 Snowflake Computing Inc.
|
| Modifier and Type | Method and Description |
|---|---|
static Telemetry |
TelemetryClient.createSessionlessTelemetry(org.apache.http.impl.client.CloseableHttpClient httpClient,
String serverUrl)
Initialize the sessionless telemetry connector
|
static Telemetry |
TelemetryClient.createSessionlessTelemetry(org.apache.http.impl.client.CloseableHttpClient httpClient,
String serverUrl,
int flushSize)
Initialize the sessionless telemetry connector
|
static Telemetry |
TelemetryClient.createTelemetry(Connection conn)
Initialize the telemetry connector
|
static Telemetry |
TelemetryClient.createTelemetry(Connection conn,
int flushSize)
Initialize the telemetry connector
|
static Telemetry |
TelemetryClient.createTelemetry(SFSession session)
Initialize the telemetry connector
|
static Telemetry |
TelemetryClient.createTelemetry(SFSession session,
int flushSize)
Initialize the telemetry connector
|
Copyright © 2022. All rights reserved.