Class: Command::AmbariInstallHostComponent
- Inherits:
-
AmbariClusterComponentHostCommand
- Object
- BasicCommand
- AmbariCommand
- AmbariClusterCommand
- AmbariClusterComponentCommand
- AmbariClusterComponentHostCommand
- Command::AmbariInstallHostComponent
- Defined in:
- lib/command/ambari_install_host_component.rb
Overview
Command used to install an ambari host component.
Instance Attribute Summary
Attributes inherited from AmbariClusterComponentHostCommand
Attributes inherited from AmbariClusterComponentCommand
Attributes inherited from AmbariClusterCommand
Attributes inherited from BasicCommand
Instance Method Summary collapse
-
#exec ⇒ Object
The execution of the command.
Methods inherited from AmbariClusterComponentHostCommand
Methods inherited from AmbariClusterComponentCommand
Methods inherited from AmbariClusterCommand
Methods inherited from AmbariCommand
Methods inherited from BasicCommand
Constructor Details
This class inherits a constructor from Command::AmbariClusterComponentHostCommand
Instance Method Details
#exec ⇒ Object
The execution of the command.
14 15 16 |
# File 'lib/command/ambari_install_host_component.rb', line 14 def exec() @receiver.install_host_component(@cluster_name, @host_name, @component_name) end |