Home
last modified time | relevance | path

Searched refs:CPU_EMULATION_PROGRESS_INTERVAL (Results 1 – 5 of 5) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-gridmix/src/main/java/org/apache/hadoop/mapred/gridmix/emulators/resourceusage/
H A DCumulativeCpuUsageEmulatorPlugin.java73 public static final String CPU_EMULATION_PROGRESS_INTERVAL = field in CumulativeCpuUsageEmulatorPlugin
315 emulationInterval = conf.getFloat(CPU_EMULATION_PROGRESS_INTERVAL, in initialize()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/gridmix/src/java/org/apache/hadoop/mapred/gridmix/emulators/resourceusage/
H A DCumulativeCpuUsageEmulatorPlugin.java73 public static final String CPU_EMULATION_PROGRESS_INTERVAL = field in CumulativeCpuUsageEmulatorPlugin
311 emulationInterval = conf.getFloat(CPU_EMULATION_PROGRESS_INTERVAL, in initialize()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-gridmix/src/test/java/org/apache/hadoop/mapred/gridmix/
H A DTestResourceUsageEmulators.java491 conf.setFloat(CumulativeCpuUsageEmulatorPlugin.CPU_EMULATION_PROGRESS_INTERVAL, in testCumulativeCpuUsageEmulatorPlugin()
501 conf.setFloat(CumulativeCpuUsageEmulatorPlugin.CPU_EMULATION_PROGRESS_INTERVAL, in testCumulativeCpuUsageEmulatorPlugin()
538 conf.setFloat(CumulativeCpuUsageEmulatorPlugin.CPU_EMULATION_PROGRESS_INTERVAL, in testCumulativeCpuUsageEmulatorPlugin()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/gridmix/src/test/org/apache/hadoop/mapred/gridmix/
H A DTestResourceUsageEmulators.java497 conf.setFloat(CumulativeCpuUsageEmulatorPlugin.CPU_EMULATION_PROGRESS_INTERVAL, in testCumulativeCpuUsageEmulatorPlugin()
507 conf.setFloat(CumulativeCpuUsageEmulatorPlugin.CPU_EMULATION_PROGRESS_INTERVAL, in testCumulativeCpuUsageEmulatorPlugin()
544 conf.setFloat(CumulativeCpuUsageEmulatorPlugin.CPU_EMULATION_PROGRESS_INTERVAL, in testCumulativeCpuUsageEmulatorPlugin()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/gridmix/src/test/system/org/apache/hadoop/mapred/gridmix/test/system/
H A DGridMixConfig.java240 CumulativeCpuUsageEmulatorPlugin.CPU_EMULATION_PROGRESS_INTERVAL;