Parent

Methods

Included Modules

Cluster::Restart

Public Instance Methods

configure() click to toggle source
     # File lib/mongrel_cluster/init.rb, line 264
264:     def configure 
265:       options [ 
266:         ['-C', '--config PATH', "Path to cluster configuration file", :@config_file, "config/mongrel_cluster.yml"],
267:         ['-f', '--force', "Force the shutdown.", :@force, false],
268:         ['-v', '--verbose', "Print all called commands and output.", :@verbose, false],
269:         ['', '--clean', "Call stop and start with --clean", :@clean, false],        
270:         ['', '--only PORT', "Port number of cluster member", :@only, nil]       
271:       ]
272:     end
run() click to toggle source
     # File lib/mongrel_cluster/init.rb, line 274
274:     def run
275:       stop
276:       start
277:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.