| Modifier and Type | Method and Description |
|---|---|
Wait<App,App> |
AppsAPI.create(App app) |
Wait<App,App> |
AppsAPI.create(CreateAppRequest request)
Create an app.
|
Wait<AppDeployment,AppDeployment> |
AppsAPI.deploy(CreateAppDeploymentRequest request)
Create an app deployment.
|
Wait<AppDeployment,AppDeployment> |
AppsAPI.deploy(String appName,
AppDeployment appDeployment) |
Wait<App,App> |
AppsAPI.start(StartAppRequest request)
Start an app.
|
Wait<App,App> |
AppsAPI.start(String name) |
Wait<App,App> |
AppsAPI.stop(StopAppRequest request)
Stop an app.
|
Wait<App,App> |
AppsAPI.stop(String name) |
| Modifier and Type | Method and Description |
|---|---|
Wait<OnlineTable,OnlineTable> |
OnlineTablesAPI.create(CreateOnlineTableRequest request)
Create an Online Table.
|
Wait<OnlineTable,OnlineTable> |
OnlineTablesAPI.create(OnlineTable table) |
| 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) |
Wait<ClusterDetails,Void> |
ClustersAPI.update(String clusterId,
String updateMask) |
Wait<ClusterDetails,Void> |
ClustersAPI.update(UpdateCluster request)
Update cluster configuration (partial).
|
| Modifier and Type | Method and Description |
|---|---|
Wait<GenieMessage,GenieMessage> |
GenieAPI.createMessage(GenieCreateConversationMessageRequest request)
Create conversation message.
|
Wait<GenieMessage,GenieMessage> |
GenieAPI.createMessage(String spaceId,
String conversationId,
String content) |
Wait<GenieMessage,GenieStartConversationResponse> |
GenieAPI.startConversation(GenieStartConversationMessageRequest request)
Start conversation.
|
Wait<GenieMessage,GenieStartConversationResponse> |
GenieAPI.startConversation(String spaceId,
String content) |
| 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<ForecastingExperiment,CreateForecastingExperimentResponse> |
ForecastingAPI.createExperiment(CreateForecastingExperimentRequest request)
Create a forecasting experiment.
|
Wait<ForecastingExperiment,CreateForecastingExperimentResponse> |
ForecastingAPI.createExperiment(String trainDataPath,
String targetColumn,
String timeColumn,
String forecastGranularity,
long forecastHorizon) |
| Modifier and Type | Method and Description |
|---|---|
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<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<EndpointInfo,EndpointInfo> |
VectorSearchEndpointsAPI.createEndpoint(CreateEndpoint request)
Create an endpoint.
|
Wait<EndpointInfo,EndpointInfo> |
VectorSearchEndpointsAPI.createEndpoint(String name,
EndpointType endpointType) |
| Modifier and Type | Method and Description |
|---|---|
Wait<T,R> |
Wait.onProgress(Consumer<T> progress) |
Copyright © 2025. All rights reserved.