public class LocalHadoopFlowProcess extends cascading.flow.FlowProcessWrapper<JobConf>
LocalHfsAdaptor implementation.| Constructor and Description |
|---|
LocalHadoopFlowProcess(cascading.flow.FlowProcess<? extends java.util.Properties> delegate) |
| Modifier and Type | Method and Description |
|---|---|
JobConf |
getConfig() |
JobConf |
getConfigCopy() |
java.lang.Object |
getProperty(java.lang.String key) |
java.util.Collection<java.lang.String> |
getPropertyKeys() |
closeTrapCollectors, copyConfig, copyWith, diffConfigIntoMap, getCounterValue, getCounterValue, getCurrentSession, getCurrentSliceNum, getDelegate, getFlowProcessContext, getID, getNumProcessSlices, getTrapCollectorFor, increment, increment, isCounterStatusInitialized, keepAlive, mergeMapIntoConfig, newInstance, openSystemIntermediateForWrite, openTapForRead, openTapForWrite, openTrapForWrite, setCurrentSession, setStatus, undelegatepublic LocalHadoopFlowProcess(cascading.flow.FlowProcess<? extends java.util.Properties> delegate)
public JobConf getConfig()
getConfig in class cascading.flow.FlowProcessWrapper<JobConf>public JobConf getConfigCopy()
getConfigCopy in class cascading.flow.FlowProcessWrapper<JobConf>public java.lang.Object getProperty(java.lang.String key)
getProperty in class cascading.flow.FlowProcessWrapper<JobConf>public java.util.Collection<java.lang.String> getPropertyKeys()
getPropertyKeys in class cascading.flow.FlowProcessWrapper<JobConf>Copyright © 2007-2021 Cascading Maintainers. All Rights Reserved.