Module: Eson::Shared::State

Extended by:
API
Defined in:
lib/eson/shared/cluster/state.rb

Overview

Requests using this API have the following properties:

The request supports the following parameters: filter_nodes, filter_routing_table, filter_metadata, filter_blocks, filter_indices The request can operate on multiple indices.

Instance Method Summary collapse

Methods included from API

multi_types, no_indices, source_param

Methods included from Chainable

#chainable, #extendable

Instance Method Details

#multi_indextrue

The request can operate on multiple indices.

Returns:

  • (true)


14
# File 'lib/eson/shared/cluster/state.rb', line 14

multi_index true

#parametersArray<String>

The request supports the following parameters: filter_nodes, filter_routing_table, filter_metadata, filter_blocks, filter_indices

Returns:

  • (Array<String>)

    The parameters



17
18
19
20
21
# File 'lib/eson/shared/cluster/state.rb', line 17

parameters :filter_nodes,
:filter_routing_table,
:filter_metadata,
:filter_blocks,
:filter_indices