org.apache.hadoop.tools.rumen.datatypes
Class JobProperties

java.lang.Object
  extended by 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.


Field Summary
static String PARSERS_CONFIG_KEY
           
 
Constructor Summary
JobProperties()
           
JobProperties(Properties properties)
           
 
Method Summary
 Properties getAnonymizedValue(StatePool statePool, org.apache.hadoop.conf.Configuration conf)
           
 Properties getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSERS_CONFIG_KEY

public static final String PARSERS_CONFIG_KEY
See Also:
Constant Field Values
Constructor Detail

JobProperties

public JobProperties()

JobProperties

public JobProperties(Properties properties)
Method Detail

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 © 2012 Apache Software Foundation. All Rights Reserved.