org.apache.hadoop.tools.rumen.datatypes.util
Interface JobPropertyParser

All Known Implementing Classes:
DefaultJobPropertiesParser, MapReduceJobPropertiesParser

public interface JobPropertyParser

A JobProperties parsing utility.


Method Summary
 DataType<?> parseJobProperty(String key, String value)
          Parse the specified job configuration key-value pair.
 

Method Detail

parseJobProperty

DataType<?> parseJobProperty(String key,
                             String value)
Parse the specified job configuration key-value pair.

Returns:
Returns a DataType if this parser can parse this value. Returns 'null' otherwise.


Copyright © 2013 Apache Software Foundation. All Rights Reserved.