Modifier and Type | Method and Description |
---|---|
MaintenanceState |
MaintenanceStateHelper.getEffectiveState(ServiceComponentHost sch,
Host host)
Get effective state of HostComponent
|
String |
AmbariCustomCommandExecutionHelper.getRepoInfo(Cluster cluster,
Host host)
Get repository info given a cluster and host.
|
Modifier and Type | Method and Description |
---|---|
Host |
ConfigGroupHostMapping.getHost() |
Host |
ConfigGroupHostMappingImpl.getHost() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigGroupHostMapping.setHost(Host host) |
void |
ConfigGroupHostMappingImpl.setHost(Host host) |
Modifier and Type | Method and Description |
---|---|
Host |
Clusters.getHost(String hostname)
Get a Host object managed by this server
|
Modifier and Type | Method and Description |
---|---|
List<Host> |
Clusters.getHosts()
Get all hosts being tracked by the Ambari server
|
Map<String,Host> |
Clusters.getHostsForCluster(String clusterName)
Gets all the hosts associated with the cluster
|
Modifier and Type | Method and Description |
---|---|
Host |
ClustersImpl.getHost(String hostname) |
Modifier and Type | Method and Description |
---|---|
List<Host> |
ClustersImpl.getHosts() |
Map<String,Host> |
ClustersImpl.getHostsForCluster(String clusterName) |
Modifier and Type | Method and Description |
---|---|
Map<String,Host> |
ConfigGroup.getHosts()
List of hosts to which configs are applied
|
Map<String,Host> |
ConfigGroupImpl.getHosts() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigGroup.addHost(Host host)
Add host to Config group
|
void |
ConfigGroupImpl.addHost(Host host) |
Modifier and Type | Method and Description |
---|---|
ConfigGroup |
ConfigGroupFactory.createNew(Cluster cluster,
String name,
String tag,
String description,
Map<String,Config> configs,
Map<String,Host> hosts) |
void |
ConfigGroup.setHosts(Map<String,Host> hosts)
Reassign the set of hosts associated with this config group
|
void |
ConfigGroupImpl.setHosts(Map<String,Host> hosts)
Helper method to recreate host mapping
|
Constructor and Description |
---|
ConfigGroupImpl(Cluster cluster,
String name,
String tag,
String description,
Map<String,Config> configs,
Map<String,Host> hosts,
com.google.inject.Injector injector) |
Modifier and Type | Class and Description |
---|---|
class |
HostImpl |
Modifier and Type | Method and Description |
---|---|
Host |
HostFactory.create(HostEntity hostEntity,
boolean persisted) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Set<String>> |
StageUtils.getClusterHostInfo(Map<String,Host> allHosts,
Cluster cluster) |
Copyright © 2017. All rights reserved.