datafu.hourglass.jobs
Interface DateRangeConfigurable

All Known Implementing Classes:
CollapsingCombiner, CollapsingReducer

public interface DateRangeConfigurable

An interface for an object with a configurable output date range.

Author:
"Matthew Hayes"

Method Summary
 void setOutputDateRange(DateRange dateRange)
          Sets the date range for the output.
 

Method Detail

setOutputDateRange

void setOutputDateRange(DateRange dateRange)
Sets the date range for the output.

Parameters:
dateRange - output date range


Matthew Hayes