public enum OshiSamplerFactory extends java.lang.Enum<OshiSamplerFactory> implements IOshiSamplerFactory
AbstractOshiSamplers.| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
public static final OshiSamplerFactory INSTANCE
public static OshiSamplerFactory[] values()
for (OshiSamplerFactory c : OshiSamplerFactory.values()) System.out.println(c);
public static OshiSamplerFactory valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final oshi.hardware.HardwareAbstractionLayer getHardwareAbstractionLayer()
SystemInfo instance used by this OshiSamplerFactory.public CPUsCombinedPercSampler createSensorCPUsCombinedPerc()
CPUsCombinedPercSampler.createSensorCPUsCombinedPerc in interface IOshiSamplerFactorypublic CPUsDetailedPercSampler createSensorCPUsDetailedPerc()
CPUsDetailedPercSampler.createSensorCPUsDetailedPerc in interface IOshiSamplerFactorypublic MemSwapUsageSampler createSensorMemSwapUsage()
MemSwapUsageSampler.createSensorMemSwapUsage in interface IOshiSamplerFactorypublic LoadAverageSampler createSensorLoadAverage()
LoadAverageSampler.createSensorLoadAverage in interface IOshiSamplerFactorypublic NetworkUtilizationSampler createSensorNetworkUtilization()
NetworkUtilizationSampler.createSensorNetworkUtilization in interface IOshiSamplerFactorypublic DiskUsageSampler createSensorDiskUsage()
DiskUsageSampler.createSensorDiskUsage in interface IOshiSamplerFactoryCopyright 2020 Kieker Project, http://kieker-monitoring.net