Class: Droonga::Serf::RemoteCommand::UpdateClusterState
- Defined in:
- lib/droonga/serf/remote_command.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#initialize, #log, #should_process?
Constructor Details
This class inherits a constructor from Droonga::Serf::RemoteCommand::Base
Instance Method Details
#process ⇒ Object
340 341 342 343 344 |
# File 'lib/droonga/serf/remote_command.rb', line 340 def process log("updating cluster state") @serf.update_cluster_state log("done") end |