cascading.flow.local.planner
Class LocalPlanner
java.lang.Object
cascading.flow.planner.FlowPlanner
cascading.flow.local.planner.LocalPlanner
public class LocalPlanner
- extends FlowPlanner
Methods inherited from class cascading.flow.planner.FlowPlanner |
createElementGraph, failOnGroupEverySplit, failOnLoneGroupAssertion, failOnMissingGroup, failOnMisusedBuffer, handleExceptionDuringPlanning, handleJobPartitioning, handleJoins, handleNonSafeOperations, insertTempTapAfter, verifyAssembly, verifyCheckpoints, verifyPipeAssemblyEndPoints, verifySourceNotSinks, verifyTaps, verifyTraps |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalPlanner
public LocalPlanner()
initialize
public void initialize(FlowConnector flowConnector,
Map<Object,Object> properties)
- Overrides:
initialize
in class FlowPlanner
buildFlow
public Flow buildFlow(FlowDef flowDef)
- Description copied from class:
FlowPlanner
- Method buildFlow renders the actual Flow instance.
- Specified by:
buildFlow
in class FlowPlanner
makeTempTap
protected Tap makeTempTap(String name)
- Description copied from class:
FlowPlanner
- Method makeTemp ...
- Specified by:
makeTempTap
in class FlowPlanner
- Returns:
- Tap
Copyright © 2007-2012 Concurrent, Inc. All Rights Reserved.