Package | Description |
---|---|
org.apache.ambari.server.topology | |
org.apache.ambari.server.topology.tasks |
Modifier and Type | Method and Description |
---|---|
Collection<HostRequest> |
LogicalRequest.getCompletedHostRequests() |
Collection<HostRequest> |
LogicalRequest.getHostRequests() |
Set<HostRequest> |
LogicalRequest.removeHostRequestByHostName(String hostName)
Removes all HostRequest associated with the passed host name from internal collections
|
Collection<HostRequest> |
LogicalRequest.removePendingHostRequests(String hostGroupName)
Removes pending host requests (outstanding requests not picked up by any host, where hostName is null) for a host group.
|
Modifier and Type | Method and Description |
---|---|
int |
HostRequest.compareTo(HostRequest other) |
Modifier and Type | Method and Description |
---|---|
void |
PersistedState.removeHostRequests(long logicalRequestId,
Collection<HostRequest> hostRequests)
Remove the given host requests (must belong to the same topology request),
and also the topology request if it does not have any host requests left.
|
void |
PersistedStateImpl.removeHostRequests(long logicalRequestId,
Collection<HostRequest> hostRequests) |
Modifier and Type | Method and Description |
---|---|
HostRequest |
TopologyHostTask.getHostRequest() |
Constructor and Description |
---|
InstallHostTask(ClusterTopology topology,
HostRequest hostRequest,
boolean skipFailure) |
PersistHostResourcesTask(ClusterTopology topology,
HostRequest hostRequest) |
RegisterWithConfigGroupTask(ClusterTopology topology,
HostRequest hostRequest) |
StartHostTask(ClusterTopology topology,
HostRequest hostRequest,
boolean skipFailure) |
TopologyHostTask(ClusterTopology topology,
HostRequest hostRequest) |
Copyright © 2022 Apache Software Foundation. All rights reserved.