Class DatabricksClientConfiguratorManager
java.lang.Object
com.databricks.jdbc.common.DatabricksClientConfiguratorManager
-
Method Summary
Modifier and TypeMethodDescriptionReturns the client configurator if it exists, otherwise returns null.void
-
Method Details
-
getConfigurator
-
getConfiguratorOnlyIfExists
Returns the client configurator if it exists, otherwise returns null. This is is indetended to be used only for telemetry clients to avoid infinite recursion.- Parameters:
context- the connection context- Returns:
- the client configurator if it exists, otherwise null
-
getInstance
-
removeInstance
-