Modifier and Type | Method and Description |
---|---|
Wait<CommandStatusResponse,Void> |
CommandExecutionAPI.cancel(CancelCommand request)
Cancel a command.
|
Wait<ClusterDetails,CreateClusterResponse> |
ClustersAPI.create(CreateCluster request)
Create new cluster.
|
Wait<ContextStatusResponse,Created> |
CommandExecutionAPI.create(CreateContext request)
Create an execution context.
|
Wait<ClusterDetails,CreateClusterResponse> |
ClustersAPI.create(String sparkVersion) |
Wait<ClusterDetails,Void> |
ClustersAPI.delete(DeleteCluster request)
Terminate cluster.
|
Wait<ClusterDetails,Void> |
ClustersAPI.delete(String clusterId) |
Wait<ClusterDetails,Void> |
ClustersAPI.edit(EditCluster request)
Update cluster configuration.
|
Wait<ClusterDetails,Void> |
ClustersAPI.edit(String clusterId,
String sparkVersion) |
Wait<CommandStatusResponse,Created> |
CommandExecutionAPI.execute(Command request)
Run a command.
|
Wait<ClusterDetails,Void> |
ClustersAPI.resize(ResizeCluster request)
Resize cluster.
|
Wait<ClusterDetails,Void> |
ClustersAPI.resize(String clusterId) |
Wait<ClusterDetails,Void> |
ClustersAPI.restart(RestartCluster request)
Restart cluster.
|
Wait<ClusterDetails,Void> |
ClustersAPI.restart(String clusterId) |
Wait<ClusterDetails,Void> |
ClustersAPI.start(StartCluster request)
Start terminated cluster.
|
Wait<ClusterDetails,Void> |
ClustersAPI.start(String clusterId) |
Modifier and Type | Method and Description |
---|---|
Wait<Run,Void> |
JobsAPI.cancelRun(CancelRun request)
Cancel a run.
|
Wait<Run,Void> |
JobsAPI.cancelRun(long runId) |
Wait<Run,RepairRunResponse> |
JobsAPI.repairRun(long runId) |
Wait<Run,RepairRunResponse> |
JobsAPI.repairRun(RepairRun request)
Repair a job run.
|
Wait<Run,RunNowResponse> |
JobsAPI.runNow(long jobId) |
Wait<Run,RunNowResponse> |
JobsAPI.runNow(RunNow request)
Trigger a new job run.
|
Wait<Run,SubmitRunResponse> |
JobsAPI.submit(SubmitRun request)
Create and trigger a one-time run.
|
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 |
---|---|
Wait<Workspace,Workspace> |
WorkspacesAPI.create(CreateWorkspaceRequest request)
Create a new workspace.
|
Wait<Workspace,Workspace> |
WorkspacesAPI.create(String workspaceName) |
Wait<Workspace,Void> |
WorkspacesAPI.update(long workspaceId) |
Wait<Workspace,Void> |
WorkspacesAPI.update(UpdateWorkspaceRequest request)
Update workspace configuration.
|
Modifier and Type | Method and Description |
---|---|
Wait<ServingEndpointDetailed,ServingEndpointDetailed> |
ServingEndpointsAPI.create(CreateServingEndpoint request)
Create a new serving endpoint.
|
Wait<ServingEndpointDetailed,ServingEndpointDetailed> |
ServingEndpointsAPI.create(String name,
EndpointCoreConfigInput config) |
Wait<ServingEndpointDetailed,ServingEndpointDetailed> |
ServingEndpointsAPI.updateConfig(EndpointCoreConfigInput request)
Update a serving endpoint with a new config.
|
Wait<ServingEndpointDetailed,ServingEndpointDetailed> |
ServingEndpointsAPI.updateConfig(String name,
Collection<ServedModelInput> servedModels) |
Modifier and Type | Method and Description |
---|---|
Wait<GetWarehouseResponse,CreateWarehouseResponse> |
WarehousesAPI.create(CreateWarehouseRequest request)
Create a warehouse.
|
Wait<GetWarehouseResponse,Void> |
WarehousesAPI.edit(EditWarehouseRequest request)
Update a warehouse.
|
Wait<GetWarehouseResponse,Void> |
WarehousesAPI.edit(String id) |
Wait<GetWarehouseResponse,Void> |
WarehousesAPI.start(StartRequest request)
Start a warehouse.
|
Wait<GetWarehouseResponse,Void> |
WarehousesAPI.start(String id) |
Wait<GetWarehouseResponse,Void> |
WarehousesAPI.stop(StopRequest request)
Stop a warehouse.
|
Wait<GetWarehouseResponse,Void> |
WarehousesAPI.stop(String id) |
Modifier and Type | Method and Description |
---|---|
Wait<T,R> |
Wait.onProgress(Consumer<T> progress) |
Copyright © 2023. All rights reserved.