Uses of Class
com.databricks.jdbc.model.telemetry.enums.DatabricksDriverErrorCode
-
Packages that use DatabricksDriverErrorCode Package Description com.databricks.jdbc.dbclient.impl.common com.databricks.jdbc.exception com.databricks.jdbc.model.telemetry.enums -
-
Uses of DatabricksDriverErrorCode in com.databricks.jdbc.dbclient.impl.common
Methods in com.databricks.jdbc.dbclient.impl.common with parameters of type DatabricksDriverErrorCode Modifier and Type Method Description static TimeoutHandlerTimeoutHandler. forStatement(int timeoutSeconds, StatementId statementId, IDatabricksClient client, DatabricksDriverErrorCode internalErrorCode)Factory method to create a timeout handler for a databricks client with a statement ID.Constructors in com.databricks.jdbc.dbclient.impl.common with parameters of type DatabricksDriverErrorCode Constructor Description TimeoutHandler(int timeoutSeconds, String operationDescription, Runnable onTimeoutAction, DatabricksDriverErrorCode internalErrorCode)Creates a new timeout handler with the provided parameters. -
Uses of DatabricksDriverErrorCode in com.databricks.jdbc.exception
-
Uses of DatabricksDriverErrorCode in com.databricks.jdbc.model.telemetry.enums
Methods in com.databricks.jdbc.model.telemetry.enums that return DatabricksDriverErrorCode Modifier and Type Method Description static DatabricksDriverErrorCodeDatabricksDriverErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static DatabricksDriverErrorCode[]DatabricksDriverErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-