Package org.apache.hadoop.mapred.gridmix.emulators.resourceusage


package org.apache.hadoop.mapred.gridmix.emulators.resourceusage
  • Class
    Description
    org.apache.hadoop.mapred.gridmix.emulators.resourceusage.CumulativeCpuUsageEmulatorPlugin
    A ResourceUsageEmulatorPlugin that emulates the cumulative CPU usage by performing certain CPU intensive operations.
    org.apache.hadoop.mapred.gridmix.emulators.resourceusage.CumulativeCpuUsageEmulatorPlugin.CpuUsageEmulatorCore
    This is the core CPU usage emulation algorithm.
    org.apache.hadoop.mapred.gridmix.emulators.resourceusage.CumulativeCpuUsageEmulatorPlugin.DefaultCpuUsageEmulator
    This is the core engine to emulate the CPU usage.
    org.apache.hadoop.mapred.gridmix.emulators.resourceusage.ResourceUsageEmulatorPlugin
    Each resource to be emulated should have a corresponding implementation class that implements ResourceUsageEmulatorPlugin.
    org.apache.hadoop.mapred.gridmix.emulators.resourceusage.ResourceUsageMatcher
    This is the driver class for managing all the resource usage emulators.
    org.apache.hadoop.mapred.gridmix.emulators.resourceusage.TotalHeapUsageEmulatorPlugin
    A ResourceUsageEmulatorPlugin that emulates the total heap usage by loading the JVM heap memory.
    org.apache.hadoop.mapred.gridmix.emulators.resourceusage.TotalHeapUsageEmulatorPlugin.DefaultHeapUsageEmulator
    This is the core engine to emulate the heap usage.
    org.apache.hadoop.mapred.gridmix.emulators.resourceusage.TotalHeapUsageEmulatorPlugin.HeapUsageEmulatorCore
    Defines the core heap usage emulation algorithm.