Uses of Class
net.snowflake.client.jdbc.telemetry.TelemetryField
-
Packages that use TelemetryField Package Description net.snowflake.client.core.bind net.snowflake.client.jdbc.telemetry -
-
Uses of TelemetryField in net.snowflake.client.core.bind
Fields in net.snowflake.client.core.bind declared as TelemetryField Modifier and Type Field Description TelemetryField
BindException.Type. field
-
Uses of TelemetryField in net.snowflake.client.jdbc.telemetry
Methods in net.snowflake.client.jdbc.telemetry that return TelemetryField Modifier and Type Method Description static TelemetryField
TelemetryField. valueOf(String name)
Returns the enum constant of this type with the specified name.static TelemetryField[]
TelemetryField. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.snowflake.client.jdbc.telemetry with parameters of type TelemetryField Modifier and Type Method Description static TelemetryData
TelemetryUtil. buildJobData(String queryId, TelemetryField field, long value)
Create a simple TelemetryData instance for Job metrics using given parametersstatic com.fasterxml.jackson.databind.node.ObjectNode
TelemetryUtil. createIBValue(String queryId, String sqlState, int errorNumber, TelemetryField type, String errorMessage, String reason)
Helper function to create ObjectNode for IB telemetry log
-