Uses of Class
org.apache.hadoop.tools.rumen.LoggedJob

Packages that use LoggedJob
org.apache.hadoop.tools.rumen Rumen is a data extraction and analysis tool built for Apache Hadoop
 

Uses of LoggedJob in org.apache.hadoop.tools.rumen
 

Methods in org.apache.hadoop.tools.rumen that return LoggedJob
 LoggedJob JobBuilder.build()
          Request the builder to build the final object.
 LoggedJob ZombieJob.getLoggedJob()
          Get the underlining LoggedJob object read directly from the trace.
 

Constructors in org.apache.hadoop.tools.rumen with parameters of type LoggedJob
ZombieJob(LoggedJob job, ClusterStory cluster)
          This constructor creates a ZombieJob with the same semantics as the LoggedJob passed in this parameter
ZombieJob(LoggedJob job, ClusterStory cluster, long seed)
          This constructor creates a ZombieJob with the same semantics as the LoggedJob passed in this parameter
 



Copyright © 2009 The Apache Software Foundation