Package cascading.flow.local.planner

Examples of cascading.flow.local.planner.LocalFlowStepJob


  protected FlowStepJob<Properties> createFlowStepJob( ClientState clientState, FlowProcess<Properties> flowProcess, Properties initializedStepConfig )
    {
    // localize a flow process
    flowProcess = new LocalFlowProcess( flowProcess.getCurrentSession(), initializedStepConfig );

    return new LocalFlowStepJob( clientState, (LocalFlowProcess) flowProcess, this );
    }
View Full Code Here

TOP

Related Classes of cascading.flow.local.planner.LocalFlowStepJob

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.