Class PartitionReducerPropertyResolver
- java.lang.Object
-
- org.apache.batchee.container.modelresolver.impl.AbstractPropertyResolver<PartitionReducer>
-
- org.apache.batchee.container.modelresolver.impl.PartitionReducerPropertyResolver
-
- All Implemented Interfaces:
PropertyResolver<PartitionReducer>
public class PartitionReducerPropertyResolver extends AbstractPropertyResolver<PartitionReducer>
-
-
Field Summary
-
Fields inherited from class org.apache.batchee.container.modelresolver.impl.AbstractPropertyResolver
isPartitionedStep, UNRESOLVED_PROP_VALUE
-
-
Constructor Summary
Constructors Constructor Description PartitionReducerPropertyResolver(boolean isPartitionStep)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartitionReducer
substituteProperties(PartitionReducer reducer, Properties submittedProps, Properties parentProps)
Performs property substitution on a given batch element b and all nested sub elements.-
Methods inherited from class org.apache.batchee.container.modelresolver.impl.AbstractPropertyResolver
replaceAllProperties, resolveElementProperties, substituteProperties
-
-
-
-
Method Detail
-
substituteProperties
public PartitionReducer substituteProperties(PartitionReducer reducer, Properties submittedProps, Properties parentProps)
Description copied from interface:PropertyResolver
Performs property substitution on a given batch element b and all nested sub elements. The given batch element is directly modified by this method.submittedProps
- Properties submitted as job parametersparentProps
- Properties inherited from parent elements- Returns:
-
-