Module: Eson::Shared::Nodes
- Extended by:
- API
- Defined in:
- lib/eson/shared/cluster/nodes.rb
Overview
Requests using this API have the following properties:
The request supports the following parameters: nodes The request does not operate on multiple indices.
Instance Method Summary collapse
-
#multi_index ⇒ false
The request does not operate on multiple indices.
- #nodes ⇒ Object
-
#parameters ⇒ Array<String>
The request supports the following parameters: nodes.
Methods included from API
multi_types, no_indices, source_param
Methods included from Chainable
Instance Method Details
#multi_index ⇒ false
The request does not operate on multiple indices.
13 |
# File 'lib/eson/shared/cluster/nodes.rb', line 13 multi_index false |
#nodes ⇒ Object
18 19 20 |
# File 'lib/eson/shared/cluster/nodes.rb', line 18 def nodes Array(@nodes) end |
#parameters ⇒ Array<String>
The request supports the following parameters: nodes
16 |
# File 'lib/eson/shared/cluster/nodes.rb', line 16 parameters :nodes |