Module: Elasticsearch::API::Watcher
- Defined in:
- lib/elasticsearch/api/namespace/watcher.rb,
lib/elasticsearch/api/actions/watcher/stop.rb,
lib/elasticsearch/api/actions/watcher/start.rb,
lib/elasticsearch/api/actions/watcher/stats.rb,
lib/elasticsearch/api/actions/watcher/ack_watch.rb,
lib/elasticsearch/api/actions/watcher/get_watch.rb,
lib/elasticsearch/api/actions/watcher/put_watch.rb,
lib/elasticsearch/api/actions/watcher/delete_watch.rb,
lib/elasticsearch/api/actions/watcher/get_settings.rb,
lib/elasticsearch/api/actions/watcher/execute_watch.rb,
lib/elasticsearch/api/actions/watcher/query_watches.rb,
lib/elasticsearch/api/actions/watcher/activate_watch.rb,
lib/elasticsearch/api/actions/watcher/update_settings.rb,
lib/elasticsearch/api/actions/watcher/deactivate_watch.rb
Defined Under Namespace
Modules: Actions Classes: WatcherClient
Instance Method Summary collapse
-
#watcher ⇒ Object
Proxy method for WatcherClient, available in the receiving object.
Instance Method Details
#watcher ⇒ Object
Proxy method for WatcherClient, available in the receiving object
31 32 33 |
# File 'lib/elasticsearch/api/namespace/watcher.rb', line 31 def watcher @watcher ||= WatcherClient.new(self) end |