Class: Droonga::Serf::RemoteCommand::UpdateClusterState

Inherits:
Base
  • Object
show all
Defined in:
lib/droonga/serf/remote_command.rb

Instance Attribute Summary

Attributes inherited from Base

#response

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

#processObject



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