cascading.flow.local.planner
Class LocalPlanner

java.lang.Object
  extended by cascading.flow.planner.FlowPlanner<LocalFlow,Properties>
      extended by cascading.flow.local.planner.LocalPlanner

public class LocalPlanner
extends cascading.flow.planner.FlowPlanner<LocalFlow,Properties>


Field Summary
 
Fields inherited from class cascading.flow.planner.FlowPlanner
assertionLevel, checkpointRootPath, debugLevel, properties
 
Constructor Summary
LocalPlanner()
           
 
Method Summary
 LocalFlow buildFlow(cascading.flow.FlowDef flowDef)
           
protected  LocalFlow createFlow(cascading.flow.FlowDef flowDef)
           
 Properties getConfig()
           
 cascading.flow.planner.PlatformInfo getPlatformInfo()
           
 void initialize(cascading.flow.FlowConnector flowConnector, Map<Object,Object> properties)
           
protected  cascading.tap.Tap makeTempTap(String prefix, String name)
           
 
Methods inherited from class cascading.flow.planner.FlowPlanner
createElementGraph, failOnGroupEverySplit, failOnLoneGroupAssertion, failOnMissingGroup, failOnMisusedBuffer, getProperties, handleExceptionDuringPlanning, handleJobPartitioning, handleJoins, handleNonSafeOperations, insertTempTapAfter, makeTempTap, resolveAssemblyPlanners, resolveTails, verifyAllTaps, verifyAssembly, verifyCheckpoints, 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

getConfig

public Properties getConfig()
Specified by:
getConfig in class cascading.flow.planner.FlowPlanner<LocalFlow,Properties>

getPlatformInfo

public cascading.flow.planner.PlatformInfo getPlatformInfo()
Specified by:
getPlatformInfo in class cascading.flow.planner.FlowPlanner<LocalFlow,Properties>

initialize

public void initialize(cascading.flow.FlowConnector flowConnector,
                       Map<Object,Object> properties)
Overrides:
initialize in class cascading.flow.planner.FlowPlanner<LocalFlow,Properties>

createFlow

protected LocalFlow createFlow(cascading.flow.FlowDef flowDef)
Specified by:
createFlow in class cascading.flow.planner.FlowPlanner<LocalFlow,Properties>

buildFlow

public LocalFlow buildFlow(cascading.flow.FlowDef flowDef)
Specified by:
buildFlow in class cascading.flow.planner.FlowPlanner<LocalFlow,Properties>

makeTempTap

protected cascading.tap.Tap makeTempTap(String prefix,
                                        String name)
Specified by:
makeTempTap in class cascading.flow.planner.FlowPlanner<LocalFlow,Properties>


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