Class: Droonga::Plugins::System::StatusHandler
- Defined in:
- lib/droonga/plugins/system/status.rb
Instance Attribute Summary
Attributes inherited from Handler
Instance Method Summary collapse
Methods inherited from Handler
Methods included from Droonga::Pluggable
Constructor Details
This class inherits a constructor from Droonga::Handler
Instance Method Details
#handle(message) ⇒ Object
24 25 26 27 28 29 |
# File 'lib/droonga/plugins/system/status.rb', line 24 def handle() { "nodes" => cluster.engine_nodes_status, "reporter" => reporter, } end |