class Bramble::ReduceJob
Call `.reduce` for `key`
Public Instance Methods
perform(handle, implementation_name, key)
click to toggle source
# File lib/bramble/reduce_job.rb, line 4 def perform(handle, implementation_name, key) implementation = implementation_name.constantize Bramble::Reduce.perform_reduce(handle, implementation, key) end