org.apache.hadoop.tools.rumen.datatypes
Class JobProperties
java.lang.Object
org.apache.hadoop.tools.rumen.datatypes.JobProperties
- All Implemented Interfaces:
- AnonymizableDataType<Properties>, DataType<Properties>
public class JobProperties
- extends Object
- implements AnonymizableDataType<Properties>
This represents the job configuration properties.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARSERS_CONFIG_KEY
public static final String PARSERS_CONFIG_KEY
- See Also:
- Constant Field Values
JobProperties
public JobProperties()
JobProperties
public JobProperties(Properties properties)
getValue
public Properties getValue()
- Specified by:
getValue in interface DataType<Properties>
getAnonymizedValue
public Properties getAnonymizedValue(StatePool statePool,
org.apache.hadoop.conf.Configuration conf)
- Specified by:
getAnonymizedValue in interface AnonymizableDataType<Properties>
Copyright © 2013 Apache Software Foundation. All Rights Reserved.