public class VisorNodeDataCollectorTaskArg extends Object implements Serializable
| Constructor and Description |
|---|
VisorNodeDataCollectorTaskArg()
Default constructor.
|
VisorNodeDataCollectorTaskArg(boolean taskMonitoringEnabled,
String evtOrderKey,
String evtThrottleCntrKey,
int sample,
boolean sysCaches)
Create task arguments with given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
eventsOrderKey() |
void |
eventsOrderKey(String evtOrderKey) |
String |
eventsThrottleCounterKey() |
void |
eventsThrottleCounterKey(String evtThrottleCntrKey) |
int |
sample() |
void |
sample(int sample) |
boolean |
systemCaches() |
void |
systemCaches(boolean sysCaches) |
boolean |
taskMonitoringEnabled() |
void |
taskMonitoringEnabled(boolean taskMonitoringEnabled) |
public VisorNodeDataCollectorTaskArg()
public VisorNodeDataCollectorTaskArg(boolean taskMonitoringEnabled,
String evtOrderKey,
String evtThrottleCntrKey,
int sample,
boolean sysCaches)
taskMonitoringEnabled - If true then Visor should collect information about tasks.evtOrderKey - Event order key, unique for Visor instance.evtThrottleCntrKey - Event throttle counter key, unique for Visor instance.sample - How many entries use in sampling.sysCaches - If true then collect information about system caches.public boolean taskMonitoringEnabled()
true if Visor should collect information about tasks.public void taskMonitoringEnabled(boolean taskMonitoringEnabled)
taskMonitoringEnabled - If true then Visor should collect information about tasks.public String eventsOrderKey()
public void eventsOrderKey(String evtOrderKey)
evtOrderKey - Key for store and read last event order number.public String eventsThrottleCounterKey()
public void eventsThrottleCounterKey(String evtThrottleCntrKey)
evtThrottleCntrKey - Key for store and read events throttle counter.public int sample()
public void sample(int sample)
sample - Number of items to evaluate cache size.public boolean systemCaches()
true if Visor should collect metrics for system caches.public void systemCaches(boolean sysCaches)
sysCaches - true if Visor should collect metrics for system caches.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.8.0 Release Date : December 5 2016