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.



273
274
275
276
# File 'lib/jrf/stage.rb', line 273

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

Instance Attribute Details

#reducersObject (readonly)

Returns the value of attribute reducers.



270
271
272
# File 'lib/jrf/stage.rb', line 270

def reducers
  @reducers
end

#templateObject

Returns the value of attribute template.



271
272
273
# File 'lib/jrf/stage.rb', line 271

def template
  @template
end