Class: Jrf::Stage::MapReducer::SlotState

Inherits:
Object
  • Object
show all
Defined in:
lib/jrf/stage.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeSlotState

Returns a new instance of SlotState.



303
304
305
306
# File 'lib/jrf/stage.rb', line 303

def initialize
  @reducers = []
  @template = nil
end

Instance Attribute Details

#reducersObject (readonly)

Returns the value of attribute reducers.



300
301
302
# File 'lib/jrf/stage.rb', line 300

def reducers
  @reducers
end

#templateObject

Returns the value of attribute template.



301
302
303
# File 'lib/jrf/stage.rb', line 301

def template
  @template
end