public class WindowsPerformanceCounterSensors extends java.lang.Object implements EntityInitializer
Modifier and Type | Field and Description |
---|---|
static ConfigKey<java.util.Set<java.util.Map<java.lang.String,java.lang.String>>> |
PERFORMANCE_COUNTERS |
Constructor and Description |
---|
WindowsPerformanceCounterSensors(ConfigBag params) |
WindowsPerformanceCounterSensors(java.util.Map<java.lang.String,java.lang.String> params) |
Modifier and Type | Method and Description |
---|---|
void |
apply(EntityLocal entity)
Applies initialization logic to a just-built entity.
|
public static final ConfigKey<java.util.Set<java.util.Map<java.lang.String,java.lang.String>>> PERFORMANCE_COUNTERS
public WindowsPerformanceCounterSensors(ConfigBag params)
public WindowsPerformanceCounterSensors(java.util.Map<java.lang.String,java.lang.String> params)
public void apply(EntityLocal entity)
EntityInitializer
apply
in interface EntityInitializer
entity
- guaranteed to be the actual implementation instance,
thus guaranteed to be castable to EntityInternal which is often desired,
or to the type at hand (it is not even a proxy)