class Spark::Command::Stats
Public Instance Methods
lazy_run(iterator, *)
click to toggle source
# File lib/spark/command/statistic.rb, line 43 def lazy_run(iterator, *) run(iterator) end
run(iterator, *)
click to toggle source
# File lib/spark/command/statistic.rb, line 39 def run(iterator, *) [Spark::StatCounter.new(iterator)] end