Uses of Interface
com.databricks.sdk.service.compute.CommandExecutionService
-
Packages that use CommandExecutionService Package Description com.databricks.sdk com.databricks.sdk.service.compute -
-
Uses of CommandExecutionService in com.databricks.sdk
Methods in com.databricks.sdk with parameters of type CommandExecutionService Modifier and Type Method Description WorkspaceClient
WorkspaceClient. withCommandExecutionImpl(CommandExecutionService commandExecution)
Replace CommandExecutionAPI implementation with mock -
Uses of CommandExecutionService in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return CommandExecutionService Modifier and Type Method Description CommandExecutionService
CommandExecutionAPI. impl()
Constructors in com.databricks.sdk.service.compute with parameters of type CommandExecutionService Constructor Description CommandExecutionAPI(CommandExecutionService mock)
Constructor for mocks
-