|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.cache.eviction.FIFOConfiguration
FIFO Configuration for FIFO Eviction Policy.
| Field Summary |
| Fields inherited from interface org.jboss.cache.eviction.EvictionConfiguration |
ATTR, MAX_AGE_SECONDS, MAX_NODES, MIN_NODES, NAME, REGION, REGION_POLICY_CLASS, TIME_TO_IDLE_SECONDS, TIME_TO_LIVE_SECONDS, WAKEUP_DEFAULT, WAKEUP_INTERVAL_SECONDS |
| Constructor Summary | |
FIFOConfiguration()
|
|
| Method Summary | |
int |
getMaxNodes()
Get the maximum number of nodes configured for the FIFOPolicy. |
void |
parseXMLConfig(org.w3c.dom.Element element)
Configure the FIFOPolicy using XML. |
void |
setMaxNodes(int maxNodes)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FIFOConfiguration()
| Method Detail |
public int getMaxNodes()
public void setMaxNodes(int maxNodes)
public void parseXMLConfig(org.w3c.dom.Element element)
throws ConfigureException
parseXMLConfig in interface EvictionConfigurationelement - XML DOM element containing the proper FIFO configuration XML.
ConfigureExceptionpublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||