cascading.flow.local.planner
Class LocalPlanner

java.lang.Object
  extended by cascading.flow.planner.FlowPlanner
      extended by cascading.flow.local.planner.LocalPlanner

public class LocalPlanner
extends FlowPlanner


Field Summary
 
Fields inherited from class cascading.flow.planner.FlowPlanner
assertionLevel, debugLevel, properties
 
Constructor Summary
LocalPlanner()
           
 
Method Summary
 Flow buildFlow(FlowDef flowDef)
          Method buildFlow renders the actual Flow instance.
 void initialize(FlowConnector flowConnector, java.util.Map<java.lang.Object,java.lang.Object> properties)
           
protected  Tap makeTempTap(java.lang.String name)
          Method makeTemp ...
 
Methods inherited from class cascading.flow.planner.FlowPlanner
createElementGraph, failOnGroupEverySplit, failOnLoneGroupAssertion, failOnMissingGroup, failOnMisusedBuffer, handleExceptionDuringPlanning, handleJobPartitioning, handleJoins, handleNonSafeOperations, insertTempTapAfter, verifyAssembly, verifyPipeAssemblyEndPoints, verifySourceNotSinks, verifyTaps, verifyTraps
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalPlanner

public LocalPlanner()
Method Detail

initialize

public void initialize(FlowConnector flowConnector,
                       java.util.Map<java.lang.Object,java.lang.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(java.lang.String name)
Description copied from class: FlowPlanner
Method makeTemp ...

Specified by:
makeTempTap in class FlowPlanner
Returns:
Tap


Copyright © 2007-2011 Concurrent, Inc. All Rights Reserved.