Module: Elasticsearch::XPack::API::Rollup
- Defined in:
- lib/elasticsearch/xpack/api/namespace/rollup.rb,
lib/elasticsearch/xpack/api/actions/rollup/rollup.rb,
lib/elasticsearch/xpack/api/actions/rollup/put_job.rb,
lib/elasticsearch/xpack/api/actions/rollup/get_jobs.rb,
lib/elasticsearch/xpack/api/actions/rollup/stop_job.rb,
lib/elasticsearch/xpack/api/actions/rollup/start_job.rb,
lib/elasticsearch/xpack/api/actions/rollup/delete_job.rb,
lib/elasticsearch/xpack/api/actions/rollup/rollup_search.rb,
lib/elasticsearch/xpack/api/actions/rollup/get_rollup_caps.rb,
lib/elasticsearch/xpack/api/actions/rollup/params_registry.rb,
lib/elasticsearch/xpack/api/actions/rollup/get_rollup_index_caps.rb
Defined Under Namespace
Modules: Actions Classes: RollupClient
Instance Method Summary collapse
Instance Method Details
#rollup ⇒ Object
28 29 30 |
# File 'lib/elasticsearch/xpack/api/namespace/rollup.rb', line 28 def rollup @rollup ||= RollupClient.new(self) end |