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



14
15
16
# File 'lib/elasticsearch/api/namespace/nodes.rb', line 14

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