Uses of Interface
org.apache.hadoop.mapred.gridmix.Progressive

Packages that use Progressive
org.apache.hadoop.mapred.gridmix.emulators.resourceusage   
 

Uses of Progressive in org.apache.hadoop.mapred.gridmix.emulators.resourceusage
 

Subinterfaces of Progressive in org.apache.hadoop.mapred.gridmix.emulators.resourceusage
 interface ResourceUsageEmulatorPlugin
          Each resource to be emulated should have a corresponding implementation class that implements ResourceUsageEmulatorPlugin.
 

Classes in org.apache.hadoop.mapred.gridmix.emulators.resourceusage that implement Progressive
 class CumulativeCpuUsageEmulatorPlugin
          A ResourceUsageEmulatorPlugin that emulates the cumulative CPU usage by performing certain CPU intensive operations.
 class ResourceUsageMatcher
          This is the driver class for managing all the resource usage emulators.
 class TotalHeapUsageEmulatorPlugin
          A ResourceUsageEmulatorPlugin that emulates the total heap usage by loading the JVM heap memory.
 

Methods in org.apache.hadoop.mapred.gridmix.emulators.resourceusage with parameters of type Progressive
 void ResourceUsageMatcher.configure(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.yarn.util.ResourceCalculatorPlugin monitor, org.apache.hadoop.tools.rumen.ResourceUsageMetrics metrics, Progressive progress)
          Configure the ResourceUsageMatcher to load the configured plugins and initialize them.
 void ResourceUsageEmulatorPlugin.initialize(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.tools.rumen.ResourceUsageMetrics metrics, org.apache.hadoop.yarn.util.ResourceCalculatorPlugin monitor, Progressive progress)
          Initialize the plugin.
 void CumulativeCpuUsageEmulatorPlugin.initialize(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.tools.rumen.ResourceUsageMetrics metrics, org.apache.hadoop.yarn.util.ResourceCalculatorPlugin monitor, Progressive progress)
           
 void TotalHeapUsageEmulatorPlugin.initialize(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.tools.rumen.ResourceUsageMetrics metrics, org.apache.hadoop.yarn.util.ResourceCalculatorPlugin monitor, Progressive progress)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.