Method: Fluent::Counter::MutexHash#stop

Defined in:
lib/fluent/counter/mutex_hash.rb

#stopObject



35
36
37
38
# File 'lib/fluent/counter/mutex_hash.rb', line 35

def stop
  @data_store.stop
  @cleanup_thread.stop
end