Package com.liveramp.cascading_ext.flow_step_strategy

Examples of com.liveramp.cascading_ext.flow_step_strategy.SimpleFlowStepStrategyFactory


  public void addDefaultFlowStepStrategy(FlowStepStrategyFactory<JobConf> flowStepStrategyFactory) {
    defaultFlowStepStrategies.add(flowStepStrategyFactory);
  }

  public void addDefaultFlowStepStrategy(Class<? extends FlowStepStrategy<JobConf>> klass) {
    defaultFlowStepStrategies.add(new SimpleFlowStepStrategyFactory(klass));
  }
View Full Code Here

TOP

Related Classes of com.liveramp.cascading_ext.flow_step_strategy.SimpleFlowStepStrategyFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.