Class: Command::AmbariServiceComponentDelete
- Inherits:
-
AmbariClusterComponentHostCommand
- Object
- BasicCommand
- AmbariCommand
- AmbariClusterCommand
- AmbariClusterComponentCommand
- AmbariClusterComponentHostCommand
- Command::AmbariServiceComponentDelete
- Defined in:
- lib/command/ambari_service_component_delete.rb
Overview
# Command used to delete a service component into an ambari cluster.
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.
16 17 18 |
# File 'lib/command/ambari_service_component_delete.rb', line 16 def exec() @receiver.delete_host_component(@cluster_name, @host_name, @component_name) end |