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()
String
public void setMinCapacity(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMaxCapacity()
String
public void setMaxCapacity(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRemoverPeriod()
String
public void setRemoverPeriod(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMaxBeanLife()
String
public void setMaxBeanLife(java.lang.String value)
value
- allowed object is
String
public java.lang.String getOveragerPeriod()
String
public void setOveragerPeriod(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMaxBeanAge()
String
public void setMaxBeanAge(java.lang.String value)
value
- allowed object is
String
public java.lang.String getResizerPeriod()
String
public void setResizerPeriod(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMaxCacheMissPeriod()
String
public void setMaxCacheMissPeriod(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMinCacheMissPeriod()
String
public void setMinCacheMissPeriod(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCacheLoadFactor()
String
public void setCacheLoadFactor(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFlushEnabled()
String
public void setFlushEnabled(java.lang.String value)
value
- allowed object is
String