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/hot_threads.rb,
lib/elasticsearch/api/actions/nodes/reload_secure_settings.rb,
lib/elasticsearch/api/actions/nodes/get_repositories_metering_info.rb,
lib/elasticsearch/api/actions/nodes/clear_repositories_metering_archive.rb

Defined Under Namespace

Modules: Actions Classes: NodesClient

Instance Method Summary collapse

Instance Method Details

#nodesObject

Proxy method for NodesClient, available in the receiving object



31
32
33
# File 'lib/elasticsearch/api/namespace/nodes.rb', line 31

def nodes
  @nodes ||= NodesClient.new(self)
end