public class CachePolicyConf
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
cacheLoadFactor |
protected java.lang.String |
flushEnabled |
protected java.lang.String |
maxBeanAge |
protected java.lang.String |
maxBeanLife |
protected java.lang.String |
maxCacheMissPeriod |
protected java.lang.String |
maxCapacity |
protected java.lang.String |
minCacheMissPeriod |
protected java.lang.String |
minCapacity |
protected java.lang.String |
overagerPeriod |
protected java.lang.String |
removerPeriod |
protected java.lang.String |
resizerPeriod |
| Constructor and Description |
|---|
CachePolicyConf() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCacheLoadFactor()
Gets the value of the cacheLoadFactor property.
|
java.lang.String |
getFlushEnabled()
Gets the value of the flushEnabled property.
|
java.lang.String |
getMaxBeanAge()
Gets the value of the maxBeanAge property.
|
java.lang.String |
getMaxBeanLife()
Gets the value of the maxBeanLife property.
|
java.lang.String |
getMaxCacheMissPeriod()
Gets the value of the maxCacheMissPeriod property.
|
java.lang.String |
getMaxCapacity()
Gets the value of the maxCapacity property.
|
java.lang.String |
getMinCacheMissPeriod()
Gets the value of the minCacheMissPeriod property.
|
java.lang.String |
getMinCapacity()
Gets the value of the minCapacity property.
|
java.lang.String |
getOveragerPeriod()
Gets the value of the overagerPeriod property.
|
java.lang.String |
getRemoverPeriod()
Gets the value of the removerPeriod property.
|
java.lang.String |
getResizerPeriod()
Gets the value of the resizerPeriod property.
|
void |
setCacheLoadFactor(java.lang.String value)
Sets the value of the cacheLoadFactor property.
|
void |
setFlushEnabled(java.lang.String value)
Sets the value of the flushEnabled property.
|
void |
setMaxBeanAge(java.lang.String value)
Sets the value of the maxBeanAge property.
|
void |
setMaxBeanLife(java.lang.String value)
Sets the value of the maxBeanLife property.
|
void |
setMaxCacheMissPeriod(java.lang.String value)
Sets the value of the maxCacheMissPeriod property.
|
void |
setMaxCapacity(java.lang.String value)
Sets the value of the maxCapacity property.
|
void |
setMinCacheMissPeriod(java.lang.String value)
Sets the value of the minCacheMissPeriod property.
|
void |
setMinCapacity(java.lang.String value)
Sets the value of the minCapacity property.
|
void |
setOveragerPeriod(java.lang.String value)
Sets the value of the overagerPeriod property.
|
void |
setRemoverPeriod(java.lang.String value)
Sets the value of the removerPeriod property.
|
void |
setResizerPeriod(java.lang.String value)
Sets the value of the resizerPeriod property.
|
protected java.lang.String minCapacity
protected java.lang.String maxCapacity
protected java.lang.String removerPeriod
protected java.lang.String maxBeanLife
protected java.lang.String overagerPeriod
protected java.lang.String maxBeanAge
protected java.lang.String resizerPeriod
protected java.lang.String maxCacheMissPeriod
protected java.lang.String minCacheMissPeriod
protected java.lang.String cacheLoadFactor
protected java.lang.String flushEnabled
public java.lang.String getMinCapacity()
Stringpublic void setMinCapacity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMaxCapacity()
Stringpublic void setMaxCapacity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRemoverPeriod()
Stringpublic void setRemoverPeriod(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMaxBeanLife()
Stringpublic void setMaxBeanLife(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOveragerPeriod()
Stringpublic void setOveragerPeriod(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMaxBeanAge()
Stringpublic void setMaxBeanAge(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getResizerPeriod()
Stringpublic void setResizerPeriod(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMaxCacheMissPeriod()
Stringpublic void setMaxCacheMissPeriod(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMinCacheMissPeriod()
Stringpublic void setMinCacheMissPeriod(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCacheLoadFactor()
Stringpublic void setCacheLoadFactor(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFlushEnabled()
Stringpublic void setFlushEnabled(java.lang.String value)
value - allowed object is
String