Uses of Interface
org.apache.hadoop.tools.rumen.ClusterStory

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

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

Classes in org.apache.hadoop.tools.rumen that implement ClusterStory
 class AbstractClusterStory
          AbstractClusterStory provides a partial implementation of ClusterStory by parsing the topology tree.
 class ZombieCluster
          ZombieCluster rebuilds the cluster topology using the information obtained from job history logs.
 

Constructors in org.apache.hadoop.tools.rumen with parameters of type ClusterStory
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