public class LocalFlowStep extends BaseFlowStep<java.util.Properties>
FlowStep
.accumulatedSourcesByJoin, sinks, sources, streamedSourceByJoin, tempSink
CASCADING_FLOW_STEP_ID
Constructor and Description |
---|
LocalFlowStep(java.lang.String name,
int id) |
Modifier and Type | Method and Description |
---|---|
void |
clean(java.util.Properties config) |
protected FlowStepJob<java.util.Properties> |
createFlowStepJob(FlowProcess<java.util.Properties> flowProcess,
java.util.Properties parentConfig) |
java.util.Properties |
getInitializedConfig(FlowProcess<java.util.Properties> flowProcess,
java.util.Properties parentConfig) |
java.util.Map<Tap,java.util.Properties> |
getPropertiesMap() |
Tap |
getTrap(java.lang.String name) |
java.util.Map<java.lang.String,Tap> |
getTrapMap() |
java.util.Set<Tap> |
getTraps() |
protected void |
initTaps(FlowProcess<java.util.Properties> flowProcess,
java.util.Properties conf,
java.util.Set<Tap> taps,
boolean isSink) |
addAccumulatedSourceFor, addGroup, addListener, addSink, addSource, addStreamedSourceFor, clean, commitSinks, containsPipeNamed, createClientState, equals, fireOnCompleted, fireOnRunning, fireOnStarting, fireOnStopping, fireOnThrowable, 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, getStepDisplayName, getStepNum, getStreamedSourceByJoin, getSubmitPriority, getSuccessors, getTopologicalOrderIterator, hashCode, hasListeners, initConfFromProcessConfigDef, isDebugEnabled, isInfoEnabled, logDebug, logError, logInfo, logWarn, logWarn, removeListener, rollbackSinks, setConf, setFlow, setFlowName, setSubmitPriority, toString
public java.util.Properties getInitializedConfig(FlowProcess<java.util.Properties> flowProcess, java.util.Properties parentConfig)
getInitializedConfig
in class BaseFlowStep<java.util.Properties>
protected void initTaps(FlowProcess<java.util.Properties> flowProcess, java.util.Properties conf, java.util.Set<Tap> taps, boolean isSink)
public void clean(java.util.Properties config)
clean
in class BaseFlowStep<java.util.Properties>
protected FlowStepJob<java.util.Properties> createFlowStepJob(FlowProcess<java.util.Properties> flowProcess, java.util.Properties parentConfig)
createFlowStepJob
in class BaseFlowStep<java.util.Properties>
public java.util.Map<java.lang.String,Tap> getTrapMap()
public java.util.Map<Tap,java.util.Properties> getPropertiesMap()
public java.util.Set<Tap> getTraps()
public Tap getTrap(java.lang.String name)