Package | Description |
---|---|
org.apache.ambari.server.actionmanager |
Modifier and Type | Method and Description |
---|---|
Request |
RequestFactory.createExisting(RequestEntity entity) |
Request |
RequestFactory.createNew(long requestId,
Long clusterName) |
Request |
RequestFactory.createNewFromStages(Collection<Stage> stages) |
Request |
RequestFactory.createNewFromStages(Collection<Stage> stages,
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> |
ActionManager.getRequests(Collection<Long> requestIds) |
List<Request> |
ActionDBAccessor.getRequests(Collection<Long> requestIds)
Gets request objects by ids
|
List<Request> |
ActionDBAccessorImpl.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) |
Copyright © 2014. All rights reserved.