Method: Nodule::Cassandra#stop

Defined in:
lib/nodule/cassandra.rb

#stopObject

Stop cassandra with a signal, clean up with recursive delete.



209
210
211
212
# File 'lib/nodule/cassandra.rb', line 209

def stop
  super
  @temp.stop
end