Package | Description |
---|---|
org.apache.ambari.server.scheduler | |
org.apache.ambari.server.state.scheduler |
Modifier and Type | Method and Description |
---|---|
BatchRequestResponse |
ExecutionScheduleManager.getBatchRequestResponse(Long requestId,
String clusterName)
Get status of a long running operation
|
protected BatchRequestResponse |
ExecutionScheduleManager.performApiGetRequest(String relativeUri,
boolean queryAllFields) |
protected BatchRequestResponse |
ExecutionScheduleManager.performApiRequest(String relativeUri,
String body,
String method,
Integer userId) |
protected BatchRequestResponse |
ExecutionScheduleManager.performUriRequest(String url,
String body,
String method) |
Modifier and Type | Method and Description |
---|---|
void |
ExecutionScheduleManager.updateBatchRequest(long executionId,
long batchId,
String clusterName,
BatchRequestResponse batchRequestResponse,
boolean statusOnly) |
Modifier and Type | Method and Description |
---|---|
void |
RequestExecution.updateBatchRequest(long batchId,
BatchRequestResponse batchRequestResponse,
boolean statusOnly)
Updates batch request data
|
void |
RequestExecutionImpl.updateBatchRequest(long batchId,
BatchRequestResponse batchRequestResponse,
boolean statusOnly) |
Copyright © 2022 Apache Software Foundation. All rights reserved.