public class SafeFileDescriptorRatioGauge
extends com.codahale.metrics.RatioGauge
| Constructor and Description |
|---|
SafeFileDescriptorRatioGauge()
Creates a new gauge using the platform OS bean.
|
SafeFileDescriptorRatioGauge(OperatingSystemMXBean os)
Creates a new gauge using the given OS bean.
|
| Modifier and Type | Method and Description |
|---|---|
protected com.codahale.metrics.RatioGauge.Ratio |
getRatio() |
public SafeFileDescriptorRatioGauge()
public SafeFileDescriptorRatioGauge(OperatingSystemMXBean os)
os - an OperatingSystemMXBeanCopyright © 2018. All rights reserved.