Module: Elasticsearch::API::Shutdown
- Defined in:
- lib/elasticsearch/api/namespace/shutdown.rb,
lib/elasticsearch/api/actions/shutdown/get_node.rb,
lib/elasticsearch/api/actions/shutdown/put_node.rb,
lib/elasticsearch/api/actions/shutdown/delete_node.rb
Defined Under Namespace
Modules: Actions Classes: ShutdownClient
Instance Method Summary collapse
-
#shutdown ⇒ Object
Proxy method for ShutdownClient, available in the receiving object.
Instance Method Details
#shutdown ⇒ Object
Proxy method for ShutdownClient, available in the receiving object
31 32 33 |
# File 'lib/elasticsearch/api/namespace/shutdown.rb', line 31 def shutdown @shutdown ||= ShutdownClient.new(self) end |