Module: OpenSearch::API::Cluster
- Defined in:
- lib/opensearch/api/namespace/cluster.rb,
lib/opensearch/api/actions/cluster/state.rb,
lib/opensearch/api/actions/cluster/stats.rb,
lib/opensearch/api/actions/cluster/health.rb,
lib/opensearch/api/actions/cluster/reroute.rb,
lib/opensearch/api/actions/cluster/remote_info.rb,
lib/opensearch/api/actions/cluster/get_settings.rb,
lib/opensearch/api/actions/cluster/put_settings.rb,
lib/opensearch/api/actions/cluster/pending_tasks.rb,
lib/opensearch/api/actions/cluster/params_registry.rb,
lib/opensearch/api/actions/cluster/allocation_explain.rb,
lib/opensearch/api/actions/cluster/get_component_template.rb,
lib/opensearch/api/actions/cluster/put_component_template.rb,
lib/opensearch/api/actions/cluster/delete_component_template.rb,
lib/opensearch/api/actions/cluster/exists_component_template.rb,
lib/opensearch/api/actions/cluster/post_voting_config_exclusions.rb,
lib/opensearch/api/actions/cluster/delete_voting_config_exclusions.rb
Defined Under Namespace
Modules: Actions Classes: ClusterClient
Instance Method Summary collapse
-
#cluster ⇒ Object
Proxy method for ClusterClient, available in the receiving object.
Instance Method Details
#cluster ⇒ Object
Proxy method for ClusterClient, available in the receiving object
40 41 42 |
# File 'lib/opensearch/api/namespace/cluster.rb', line 40 def cluster @cluster ||= ClusterClient.new(self) end |