public class BeanCacheDescriptor extends Descriptor implements DescriptorConstants
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED
CACHE_IDLE_TIMEOUT_DEFAULT, MAX_CACHE_SIZE_DEFAULT, MAX_POOL_SIZE, MAX_POOL_SIZE_DEFAULT, MAX_WAIT_TIME, MAX_WAIT_TIME_DEFAULT, POOL_IDLE_TIMEOUT, POOL_IDLE_TIMEOUT_DEFAULT, POOL_RESIZE_QTY, POOL_RESIZE_QTY_DEFAULT, REFRESH_PERIOD_IN_SECONDS_DEFAULT, REMOVAL_TIMEOUT_DEFAULT, RESIZE_QUANTITY_DEFAULT, STEADY_POOL_SIZE, STEADY_POOL_SIZE_DEFAULT
Constructor and Description |
---|
BeanCacheDescriptor()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getCacheIdleTimeoutInSeconds()
Getter for property cacheIdleTimeoutInSeconds.
|
int |
getMaxCacheSize()
Getter for property maxCacheSize.
|
int |
getRemovalTimeoutInSeconds()
Getter for property removalTimeoutInSeconds.
|
int |
getResizeQuantity()
Getter for property resizeQuantity.
|
String |
getVictimSelectionPolicy()
Getter for property victimSelectionPolicy.
|
Boolean |
isIsCacheOverflowAllowed()
Getter for property isCacheOverflowAllowed.
|
void |
setCacheIdleTimeoutInSeconds(int cacheIdleTimeoutInSeconds)
Setter for property cacheIdleTimeoutInSeconds.
|
void |
setIsCacheOverflowAllowed(boolean isCacheOverflowAllowed)
Setter for property isCacheOverflowAllowed.
|
void |
setIsCacheOverflowAllowed(Boolean isCacheOverflowAllowed)
Setter for property isCacheOverflowAllowed.
|
void |
setMaxCacheSize(int maxCacheSize)
Setter for property maxCacheSize.
|
void |
setRemovalTimeoutInSeconds(int removalTimeoutInSeconds)
Setter for property removalTimeoutInSeconds.
|
void |
setResizeQuantity(int resizeQty)
Setter for property resizeQuantity.
|
void |
setVictimSelectionPolicy(String victimSelectionPolicy)
Setter for property victimSelectionPolicy.
|
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visit
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
public int getCacheIdleTimeoutInSeconds()
public void setCacheIdleTimeoutInSeconds(int cacheIdleTimeoutInSeconds)
cacheIdleTimeoutInSeconds
- New value of property cacheIdleTimeoutInSeconds.public Boolean isIsCacheOverflowAllowed()
public void setIsCacheOverflowAllowed(boolean isCacheOverflowAllowed)
isCacheOverflowAllowed
- New value of property isCacheOverflowAllowed.public void setIsCacheOverflowAllowed(Boolean isCacheOverflowAllowed)
isCacheOverflowAllowed
- New value of property isCacheOverflowAllowed.public int getMaxCacheSize()
public void setMaxCacheSize(int maxCacheSize)
maxCacheSize
- New value of property maxCacheSize.public int getResizeQuantity()
public void setResizeQuantity(int resizeQty)
resizeQuantity
- New value of property resizeQuantity.public int getRemovalTimeoutInSeconds()
public void setRemovalTimeoutInSeconds(int removalTimeoutInSeconds)
removalTimeoutInSeconds
- New value of property removalTimeoutInSeconds.public String getVictimSelectionPolicy()
public void setVictimSelectionPolicy(String victimSelectionPolicy)
victimSelectionPolicy
- New value of property victimSelectionPolicy.Copyright © 2021. All rights reserved.