public enum OshiSamplerFactory extends java.lang.Enum<OshiSamplerFactory> implements IOshiSamplerFactory
AbstractOshiSampler
s.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 IOshiSamplerFactory
public CPUsDetailedPercSampler createSensorCPUsDetailedPerc()
CPUsDetailedPercSampler
.createSensorCPUsDetailedPerc
in interface IOshiSamplerFactory
public MemSwapUsageSampler createSensorMemSwapUsage()
MemSwapUsageSampler
.createSensorMemSwapUsage
in interface IOshiSamplerFactory
public LoadAverageSampler createSensorLoadAverage()
LoadAverageSampler
.createSensorLoadAverage
in interface IOshiSamplerFactory
public NetworkUtilizationSampler createSensorNetworkUtilization()
NetworkUtilizationSampler
.createSensorNetworkUtilization
in interface IOshiSamplerFactory
public DiskUsageSampler createSensorDiskUsage()
DiskUsageSampler
.createSensorDiskUsage
in interface IOshiSamplerFactory
Copyright 2020 Kieker Project, http://kieker-monitoring.net