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

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

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

Classes in org.apache.hadoop.tools.rumen that implement DeepCompare
 class LoggedDiscreteCDF
          A LoggedDiscreteCDF is a discrete approximation of a cumulative distribution function, with this class set up to meet the requirements of the Jackson JSON parser/generator.
 class LoggedJob
          A LoggedDiscreteCDF is a representation of an hadoop job, with the details of this class set up to meet the requirements of the Jackson JSON parser/generator.
 class LoggedLocation
          A LoggedLocation is a representation of a point in an hierarchical network, represented as a series of membership names, broadest first.
 class LoggedNetworkTopology
          A LoggedNetworkTopology represents a tree that in turn represents a hierarchy of hosts.
 class LoggedSingleRelativeRanking
          A LoggedSingleRelativeRanking represents an X-Y coordinate of a single point in a discrete CDF.
 class LoggedTask
          A LoggedTask represents a [hadoop] task that is part of a hadoop job.
 class LoggedTaskAttempt
          A LoggedTaskAttempt represents an attempt to run an hadoop task in a hadoop job.
 

Methods in org.apache.hadoop.tools.rumen with parameters of type DeepCompare
 void LoggedJob.deepCompare(DeepCompare comparand, TreePath loc)
           
 void LoggedTaskAttempt.deepCompare(DeepCompare comparand, TreePath loc)
           
 void LoggedTask.deepCompare(DeepCompare comparand, TreePath loc)
           
 void LoggedDiscreteCDF.deepCompare(DeepCompare comparand, TreePath loc)
           
 void LoggedNetworkTopology.deepCompare(DeepCompare comparand, TreePath loc)
           
 void LoggedLocation.deepCompare(DeepCompare comparand, TreePath loc)
           
 void DeepCompare.deepCompare(DeepCompare other, TreePath myLocation)
           
 void LoggedSingleRelativeRanking.deepCompare(DeepCompare comparand, TreePath loc)
           
 



Copyright © 2009 The Apache Software Foundation