public class EnvironmentMonitorConfiguration extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
int |
getMaxEntryAge()
Returns the maxEntryAge in days.
|
int |
getQueueSize()
Returns the queueSize.
|
Integer |
getRawMaxEntryAge()
Returns the raw of maxEntryAge in days.
|
Integer |
getRawQueueSize()
Returns the raw value ofqueueSize.
|
Integer |
getRawThreadPoolSize()
Returns the raw value of the monitoring thread pool size.
|
int |
getThreadPoolSize()
Returns the monitoring framework thread pool size.
|
void |
setMaxEntryAge(Integer maxEntryAge)
Sets the maxEntryAgeValue.
|
void |
setQueueSize(Integer queueSize)
Sets the queueSize.
|
void |
setThreadPoolSize(Integer threadPoolSize)
Sets the monitoring thread pool size.
|
public int getThreadPoolSize()
public Integer getRawThreadPoolSize()
public void setThreadPoolSize(Integer threadPoolSize)
threadPoolSize
- the monitoring thread pool size.public int getQueueSize()
public Integer getRawQueueSize()
public void setQueueSize(Integer queueSize)
queueSize
- the queueSize value to set.public int getMaxEntryAge()
public Integer getRawMaxEntryAge()
public void setMaxEntryAge(Integer maxEntryAge)
maxEntryAge
- the maxEntryAgeValue value to set.LumisXP 12.4.0.200625 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.