Module: Wakame::Manager

Included in:
ActionManager, AgentMonitor, ClusterManager, CommandQueue
Defined in:
lib/wakame/master.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#masterObject

Returns the value of attribute master.



11
12
13
# File 'lib/wakame/master.rb', line 11

def master
  @master
end

Instance Method Details

#initObject



13
14
# File 'lib/wakame/master.rb', line 13

def init
end

#reloadObject



22
23
# File 'lib/wakame/master.rb', line 22

def reload
end

#startObject



16
17
# File 'lib/wakame/master.rb', line 16

def start
end

#stopObject



19
20
# File 'lib/wakame/master.rb', line 19

def stop
end

#terminateObject



25
26
# File 'lib/wakame/master.rb', line 25

def terminate
end