class SimpleMapReduce::DataStores::DefaultDataStore
Public Class Methods
new(_options)
click to toggle source
# File lib/simple_map_reduce/data_stores/default_data_store.rb, line 6 def initialize(_options) # do nothing end
Public Instance Methods
save_state(_evnet)
click to toggle source
# File lib/simple_map_reduce/data_stores/default_data_store.rb, line 10 def save_state(_evnet) # do nothing end