Interface | Description |
---|---|
ResourceUsageListener |
Task consuming a certain resource can register a
ResourceUsageListener to ResourceUsageManager |
ResourceUsageManager |
ResourceUsageManager represents a resource usage framework, which monitors broker resource usage (e.g.
|
Class | Description |
---|---|
DiskIOManager |
DiskIOManager monitors disk throughput and adjusts the quota among different tasks consuming disk throughput.
|
DiskThroughputListener | |
HeapWatcher |
Registers with the MemoryMXBean of the tenured heap pool, and alerts the broker when the tenured heap is low
in free space, enabling early alert and mitigation for OOMs (aka "almost-OOM").
|
TierArchiverDiskThroughputListener |