Package | Description |
---|---|
com.databricks.sdk.service.pipelines |
Modifier and Type | Method and Description |
---|---|
Wait<GetPipelineResponse,Void> |
PipelinesAPI.reset(ResetRequest request)
Reset a pipeline.
|
Wait<GetPipelineResponse,Void> |
PipelinesAPI.reset(String pipelineId) |
Wait<GetPipelineResponse,Void> |
PipelinesAPI.stop(StopRequest request)
Stop a pipeline.
|
Wait<GetPipelineResponse,Void> |
PipelinesAPI.stop(String pipelineId) |
Modifier and Type | Method and Description |
---|---|
GetPipelineResponse |
PipelinesAPI.waitGetPipelineIdle(String pipelineId,
Duration timeout,
Consumer<GetPipelineResponse> callback) |
GetPipelineResponse |
PipelinesAPI.waitGetPipelineRunning(String pipelineId,
Duration timeout,
Consumer<GetPipelineResponse> callback) |
Copyright © 2023. All rights reserved.