Package | Description |
---|---|
org.apache.ambari.server.actionmanager | |
org.apache.ambari.server.topology |
Modifier and Type | Method and Description |
---|---|
Request |
RequestFactory.createExisting(RequestEntity entity) |
Request |
RequestFactory.createNew(long requestId,
Long clusterName) |
Request |
RequestFactory.createNewFromStages(Collection<Stage> stages,
String clusterHostInfo) |
Request |
RequestFactory.createNewFromStages(Collection<Stage> stages,
String clusterHostInfo,
ExecuteActionRequest actionRequest) |
Request |
ActionDBAccessor.getRequest(long requestId)
Get request object by id.
|
Request |
ActionDBAccessorImpl.getRequest(long requestId) |
Modifier and Type | Method and Description |
---|---|
List<Request> |
ActionDBAccessor.getRequests(Collection<Long> requestIds)
Gets request objects by ids
|
List<Request> |
ActionDBAccessorImpl.getRequests(Collection<Long> requestIds) |
List<Request> |
ActionManager.getRequests(Collection<Long> requestIds) |
Modifier and Type | Method and Description |
---|---|
void |
ActionDBAccessor.persistActions(Request request)
Persists all tasks for a given request
|
void |
ActionDBAccessorImpl.persistActions(Request request) |
void |
ActionManager.sendActions(Request request,
ExecuteActionRequest executeActionRequest) |
Modifier and Type | Class and Description |
---|---|
class |
LogicalRequest
Logical Request implementation used to provision a cluster deployed by Blueprints.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.