Method: Fluent::PluginHelper::Storage::SynchronizeWrapper#get
- Defined in:
- lib/fluent/plugin_helper/storage.rb
#get(key) ⇒ Object
323 324 325 |
# File 'lib/fluent/plugin_helper/storage.rb', line 323 def get(key) @monitor.synchronize{ @storage.get(key) } end |