@StableMinor(version="12.0", sinceVersion="9.0") public class EnvironmentMonitorConfiguration extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
int |
getMaxEntryAge()
Returns the maxEntryAge in days.
|
int |
getMaxThreadPoolSize()
Returns the maxThreadPoolSize.
|
int |
getMinThreadPoolSize()
Returns the minThreadPoolSize.
|
int |
getQueueSize()
Returns the queueSize.
|
Integer |
getRawMaxEntryAge()
Returns the raw of maxEntryAge in days.
|
Integer |
getRawMaxThreadPoolSize()
Returns the raw value of maxThreadPoolSize.
|
Integer |
getRawMinThreadPoolSize()
Returns the raw value of minThreadPoolSize.
|
Integer |
getRawQueueSize()
Returns the raw value ofqueueSize.
|
void |
setMaxEntryAge(Integer maxEntryAge)
Sets the maxEntryAgeValue.
|
void |
setMaxThreadPoolSize(Integer maxThreadPoolSize)
Sets the maxThreadPoolSize.
|
void |
setMinThreadPoolSize(Integer minThreadPoolSize)
Sets the minThreadPoolSize.
|
void |
setQueueSize(Integer queueSize)
Sets the queueSize.
|
public int getMinThreadPoolSize()
public Integer getRawMinThreadPoolSize()
public void setMinThreadPoolSize(Integer minThreadPoolSize)
minThreadPoolSize
- the minThreadPoolSize value to set.public int getMaxThreadPoolSize()
public Integer getRawMaxThreadPoolSize()
public void setMaxThreadPoolSize(Integer maxThreadPoolSize)
maxThreadPoolSize
- the maxThreadPoolSize value to set.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.0.0.190809 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.