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 TelemetryFieldBindException.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 TelemetryFieldTelemetryField. 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 TelemetryDataTelemetryUtil. buildJobData(String queryId, TelemetryField field, long value)Create a simple TelemetryData instance for Job metrics using given parameters
-