Class DatabricksDriverFeatureFlagsContextFactory
java.lang.Object
com.databricks.jdbc.common.safe.DatabricksDriverFeatureFlagsContextFactory
Factory class to manage DatabricksDriverFeatureFlagsContext instances
-
Method Summary
Modifier and TypeMethodDescriptiongetInstance(IDatabricksConnectionContext context) Gets or creates a DatabricksDriverFeatureFlagsContext instance for the given computestatic voidremoveInstance(IDatabricksConnectionContext connectionContext) Removes the DatabricksDriverFeatureFlagsContext instance for the given compute.
-
Method Details
-
getInstance
Gets or creates a DatabricksDriverFeatureFlagsContext instance for the given compute- Parameters:
context- the connection context- Returns:
- the DatabricksDriverFeatureFlagsContext instance
-
removeInstance
Removes the DatabricksDriverFeatureFlagsContext instance for the given compute.- Parameters:
connectionContext- the connection context
-