public interface RequestFactory
Modifier and Type | Method and Description |
---|---|
Request |
createExisting(RequestEntity entity) |
Request |
createNew(long requestId,
Long clusterName) |
Request |
createNewFromStages(Collection<Stage> stages,
String clusterHostInfo) |
Request |
createNewFromStages(Collection<Stage> stages,
String clusterHostInfo,
ExecuteActionRequest actionRequest) |
Request createNew(long requestId, Long clusterName) throws org.apache.ambari.server.AmbariException
org.apache.ambari.server.AmbariException
Request createNewFromStages(Collection<Stage> stages, String clusterHostInfo)
Request createNewFromStages(Collection<Stage> stages, String clusterHostInfo, ExecuteActionRequest actionRequest)
Request createExisting(RequestEntity entity)
Copyright © 2022 Apache Software Foundation. All rights reserved.