Uses of Interface
com.databricks.sdk.service.compute.ClustersService
-
Packages that use ClustersService Package Description com.databricks.sdk com.databricks.sdk.mixin com.databricks.sdk.service.compute -
-
Uses of ClustersService in com.databricks.sdk
Methods in com.databricks.sdk with parameters of type ClustersService Modifier and Type Method Description WorkspaceClient
WorkspaceClient. withClustersImpl(ClustersService clusters)
Replace ClustersAPI implementation with mock -
Uses of ClustersService in com.databricks.sdk.mixin
Constructors in com.databricks.sdk.mixin with parameters of type ClustersService Constructor Description ClustersExt(ClustersService mock)
-
Uses of ClustersService in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return ClustersService Modifier and Type Method Description ClustersService
ClustersAPI. impl()
Constructors in com.databricks.sdk.service.compute with parameters of type ClustersService Constructor Description ClustersAPI(ClustersService mock)
Constructor for mocks
-