Module: Elasticsearch::API::Nodes
- Defined in:
- lib/elasticsearch/api/namespace/nodes.rb,
lib/elasticsearch/api/actions/nodes/info.rb,
lib/elasticsearch/api/actions/nodes/stats.rb,
lib/elasticsearch/api/actions/nodes/usage.rb,
lib/elasticsearch/api/actions/nodes/shutdown.rb,
lib/elasticsearch/api/actions/nodes/hot_threads.rb,
lib/elasticsearch/api/actions/nodes/params_registry.rb,
lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb
Defined Under Namespace
Modules: Actions Classes: NodesClient
Instance Method Summary collapse
-
#nodes ⇒ Object
Proxy method for NodesClient, available in the receiving object.
Instance Method Details
#nodes ⇒ Object
Proxy method for NodesClient, available in the receiving object
18 19 20 |
# File 'lib/elasticsearch/api/namespace/nodes.rb', line 18 def nodes @nodes ||= NodesClient.new(self) end |