| Interface | Description |
|---|---|
| CumulativeCpuUsageEmulatorPlugin.CpuUsageEmulatorCore |
This is the core CPU usage emulation algorithm.
|
| ResourceUsageEmulatorPlugin |
Each resource to be emulated should have a corresponding implementation
class that implements
ResourceUsageEmulatorPlugin. |
| TotalHeapUsageEmulatorPlugin.HeapUsageEmulatorCore |
Defines the core heap usage emulation algorithm.
|
| Class | Description |
|---|---|
| CumulativeCpuUsageEmulatorPlugin |
A
ResourceUsageEmulatorPlugin that emulates the cumulative CPU
usage by performing certain CPU intensive operations. |
| CumulativeCpuUsageEmulatorPlugin.DefaultCpuUsageEmulator |
This is the core engine to emulate the CPU usage.
|
| ResourceUsageMatcher |
This is the driver class for managing all the resource usage emulators.
|
| TotalHeapUsageEmulatorPlugin |
A
ResourceUsageEmulatorPlugin that emulates the total heap
usage by loading the JVM heap memory. |
| TotalHeapUsageEmulatorPlugin.DefaultHeapUsageEmulator |
This is the core engine to emulate the heap usage.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.