Uses of Class
org.apache.hadoop.mapred.JobHistory.Keys

Packages that use JobHistory.Keys
org.apache.hadoop.mapred A system for scalable, fault-tolerant, distributed computation over large data collections. 
 

Uses of JobHistory.Keys in org.apache.hadoop.mapred
 

Methods in org.apache.hadoop.mapred that return JobHistory.Keys
static JobHistory.Keys JobHistory.Keys.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JobHistory.Keys[] JobHistory.Keys.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Method parameters in org.apache.hadoop.mapred with type arguments of type JobHistory.Keys
 void JobHistory.Listener.handle(JobHistory.RecordTypes recType, Map<JobHistory.Keys,String> values)
          Callback method for history parser.
 



Copyright © 2006 The Apache Software Foundation