Module: Elasticsearch::API::Rollup
- Defined in:
- lib/elasticsearch/api/namespace/rollup.rb,
lib/elasticsearch/api/actions/rollup/put_job.rb,
lib/elasticsearch/api/actions/rollup/get_jobs.rb,
lib/elasticsearch/api/actions/rollup/stop_job.rb,
lib/elasticsearch/api/actions/rollup/start_job.rb,
lib/elasticsearch/api/actions/rollup/delete_job.rb,
lib/elasticsearch/api/actions/rollup/rollup_search.rb,
lib/elasticsearch/api/actions/rollup/get_rollup_caps.rb,
lib/elasticsearch/api/actions/rollup/get_rollup_index_caps.rb
Defined Under Namespace
Modules: Actions Classes: RollupClient
Instance Method Summary collapse
-
#rollup ⇒ Object
Proxy method for RollupClient, available in the receiving object.
Instance Method Details
#rollup ⇒ Object
Proxy method for RollupClient, available in the receiving object
31 32 33 |
# File 'lib/elasticsearch/api/namespace/rollup.rb', line 31 def rollup @rollup ||= RollupClient.new(self) end |