|
Kieker 1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SigarSamplerFactory>
kieker.monitoring.sampler.sigar.SigarSamplerFactory
public enum SigarSamplerFactory
Provides factory methods for AbstractSigarSamplers.
| Enum Constant Summary | |
|---|---|
INSTANCE
The singleton instance. |
|
| Method Summary | |
|---|---|
CPUsCombinedPercSampler |
createSensorCPUsCombinedPerc()
Creates an instance of CPUsCombinedPercSampler. |
CPUsDetailedPercSampler |
createSensorCPUsDetailedPerc()
Creates an instance of CPUsDetailedPercSampler. |
MemSwapUsageSampler |
createSensorMemSwapUsage()
Creates an instance of MemSwapUsageSampler. |
org.hyperic.sigar.SigarProxy |
getSigar()
SigarProxy instance used by this SigarSamplerFactory. |
static SigarSamplerFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SigarSamplerFactory[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SigarSamplerFactory INSTANCE
| Method Detail |
|---|
public static final SigarSamplerFactory[] values()
for(SigarSamplerFactory c : SigarSamplerFactory.values())
System.out.println(c);
public static SigarSamplerFactory valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic final org.hyperic.sigar.SigarProxy getSigar()
SigarProxy instance used by this SigarSamplerFactory.
public CPUsCombinedPercSampler createSensorCPUsCombinedPerc()
CPUsCombinedPercSampler.
createSensorCPUsCombinedPerc in interface ISigarSamplerFactorypublic CPUsDetailedPercSampler createSensorCPUsDetailedPerc()
CPUsDetailedPercSampler.
createSensorCPUsDetailedPerc in interface ISigarSamplerFactorypublic MemSwapUsageSampler createSensorMemSwapUsage()
MemSwapUsageSampler.
createSensorMemSwapUsage in interface ISigarSamplerFactory
|
Kieker 1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||