cascading.flow.local
Class LocalFlowStep
java.lang.Object
cascading.flow.planner.BaseFlowStep<java.util.Properties>
cascading.flow.local.LocalFlowStep
- All Implemented Interfaces:
- FlowStep<java.util.Properties>, java.io.Serializable
public class LocalFlowStep
- extends BaseFlowStep<java.util.Properties>
Class LocalFlowStep is the local mode implementation of FlowStep
.
- See Also:
- Serialized Form
Methods inherited from class cascading.flow.planner.BaseFlowStep |
addAccumulatedSourceFor, addGroup, addSink, addSource, addStreamedSourceFor, commitSinks, containsPipeNamed, createClientState, equals, getAllAccumulatedSources, getAllOperations, getConfig, getFlow, getFlowID, getFlowName, getFlowStepJob, getFlowStepStats, getGraph, getGroup, getGroups, getID, getJoinTributariesBetween, getName, getNextFlowElement, getNextScope, getNextScopes, getPreviousScopes, getScopeFor, getSink, getSinkName, getSinks, getSinkWith, getSourceName, getSources, getSourceWith, getStepDisplayName, getStepNum, getStreamedSourceByJoin, getSubmitPriority, getSuccessors, getTopologicalOrderIterator, hashCode, initConfFromProcessConfigDef, isDebugEnabled, isInfoEnabled, logDebug, logError, logInfo, logWarn, logWarn, rollbackSinks, setConf, setFlow, setFlowName, setSubmitPriority, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
LocalFlowStep
public LocalFlowStep(java.lang.String name,
int id)
getInitializedConfig
public java.util.Properties getInitializedConfig(FlowProcess<java.util.Properties> flowProcess,
java.util.Properties parentConfig)
- Specified by:
getInitializedConfig
in class BaseFlowStep<java.util.Properties>
initTaps
protected void initTaps(FlowProcess<java.util.Properties> flowProcess,
java.util.Properties conf,
java.util.Set<Tap> taps,
boolean isSink)
clean
public void clean(java.util.Properties config)
- Specified by:
clean
in class BaseFlowStep<java.util.Properties>
createFlowStepJob
protected FlowStepJob<java.util.Properties> createFlowStepJob(FlowProcess<java.util.Properties> flowProcess,
java.util.Properties parentConfig)
- Specified by:
createFlowStepJob
in class BaseFlowStep<java.util.Properties>
getTrapMap
public java.util.Map<java.lang.String,Tap> getTrapMap()
getTraps
public java.util.Set<Tap> getTraps()
getTrap
public Tap getTrap(java.lang.String name)
Copyright © 2007-2011 Concurrent, Inc. All Rights Reserved.