|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IElementAttributes | |
---|---|
org.apache.jcs.access | Contains classes for accessing the cache. |
org.apache.jcs.access.behavior | |
org.apache.jcs.auxiliary.disk | The primary disk auxiliary. |
org.apache.jcs.engine | Interfaces used by the core and the auxiliary caches. |
org.apache.jcs.engine.behavior | Interfaces used by the core and the auxiliary caches. |
org.apache.jcs.engine.control | The primary cache classes and the hub. |
org.apache.jcs.engine.memory | Parent package for memory type plugins. |
Uses of IElementAttributes in org.apache.jcs.access |
---|
Methods in org.apache.jcs.access that return IElementAttributes | |
---|---|
IElementAttributes |
CacheAccess.getDefaultElementAttributes()
Retrieves A COPY OF the default element attributes used by this region. |
IElementAttributes |
CacheAccess.getElementAttributes()
Deprecated. As of release 1.3 |
IElementAttributes |
CacheAccess.getElementAttributes(Object name)
GetElementAttributes will return an attribute object describing the current attributes associated with the object name. |
Methods in org.apache.jcs.access with parameters of type IElementAttributes | |
---|---|
static CacheAccess |
CacheAccess.defineRegion(String name,
ICompositeCacheAttributes cattr,
IElementAttributes attr)
Define a new cache region with the specified name and attributes and return a CacheAccess to it. |
void |
CacheAccess.put(Object key,
Object val,
IElementAttributes attr)
Constructs a cache element with these attributes, and puts it into the cache. |
void |
GroupCacheAccess.putInGroup(Object name,
String groupName,
Object value,
IElementAttributes attr)
Allows the user to put an object into a group within a particular cache region. |
void |
CacheAccess.resetElementAttributes(IElementAttributes attr)
Deprecated. As of release 1.3 |
void |
CacheAccess.resetElementAttributes(Object name,
IElementAttributes attr)
Reset attributes for a particular element in the cache. |
void |
CacheAccess.setDefaultElementAttributes(IElementAttributes attr)
This method is does not reset the attributes for items already in the cache. |
Uses of IElementAttributes in org.apache.jcs.access.behavior |
---|
Methods in org.apache.jcs.access.behavior that return IElementAttributes | |
---|---|
IElementAttributes |
ICacheAccess.getElementAttributes()
GetElementAttributes will return an attribute object describing the current attributes associated with the object name. |
IElementAttributes |
ICacheAccess.getElementAttributes(Object name)
Gets the elementAttributes attribute of the ICacheAccess object |
Methods in org.apache.jcs.access.behavior with parameters of type IElementAttributes | |
---|---|
void |
ICacheAccess.put(Object name,
Object obj,
IElementAttributes attr)
Description of the Method |
void |
IGroupCacheAccess.putInGroup(Object key,
String group,
Object obj,
IElementAttributes attr)
Put in the cache associated with this group using these attributes. |
void |
ICacheAccess.resetElementAttributes(IElementAttributes attributes)
ResetAttributes allows for some of the attributes of a region to be reset in particular expiration time attriubtes, time to live, default time to live and idle time, and event handlers. |
void |
ICacheAccess.resetElementAttributes(Object name,
IElementAttributes attributes)
Reset the attributes on the object matching this key name. |
Uses of IElementAttributes in org.apache.jcs.auxiliary.disk |
---|
Methods in org.apache.jcs.auxiliary.disk that return IElementAttributes | |
---|---|
IElementAttributes |
PurgatoryElement.getElementAttributes()
|
Methods in org.apache.jcs.auxiliary.disk with parameters of type IElementAttributes | |
---|---|
void |
PurgatoryElement.setElementAttributes(IElementAttributes attr)
|
Uses of IElementAttributes in org.apache.jcs.engine |
---|
Classes in org.apache.jcs.engine that implement IElementAttributes | |
---|---|
class |
ElementAttributes
This it the element attribute descriptor class. |
Fields in org.apache.jcs.engine declared as IElementAttributes | |
---|---|
IElementAttributes |
CacheElement.attr
These attributes hold information about the element and what it is allowed to do. |
IElementAttributes |
CacheGroup.attr
Element configuration. |
Methods in org.apache.jcs.engine that return IElementAttributes | |
---|---|
IElementAttributes |
ElementAttributes.copy()
Copies the attributes, including references to event handlers. |
IElementAttributes |
CacheElement.getElementAttributes()
Gets the IElementAttributes attribute of the CacheElement object |
IElementAttributes |
CacheElementSerialized.getElementAttributes()
|
IElementAttributes |
CacheGroup.getElementAttrributes()
Gets the attrributes attribute of the CacheGroup object |
Methods in org.apache.jcs.engine with parameters of type IElementAttributes | |
---|---|
void |
CacheElement.setElementAttributes(IElementAttributes attr)
Sets the attributes attribute of the CacheElement object |
void |
CacheElementSerialized.setElementAttributes(IElementAttributes attr)
|
void |
CacheGroup.setElementAttributes(IElementAttributes attr)
Sets the attributes attribute of the CacheGroup object |
Constructors in org.apache.jcs.engine with parameters of type IElementAttributes | |
---|---|
CacheElement(String cacheName,
Serializable key,
Serializable val,
IElementAttributes attrArg)
Constructor for the CacheElement object |
|
CacheElementSerialized(String cacheNameArg,
Serializable keyArg,
byte[] serializedValueArg,
IElementAttributes elementAttributesArg)
Constructs a usable wrapper. |
Uses of IElementAttributes in org.apache.jcs.engine.behavior |
---|
Methods in org.apache.jcs.engine.behavior that return IElementAttributes | |
---|---|
IElementAttributes |
IElementAttributes.copy()
Returns a copy of the object. |
IElementAttributes |
ICacheElement.getElementAttributes()
Gets the attributes attribute of the ICacheElement object |
IElementAttributes |
ICacheElementSerialized.getElementAttributes()
Gets the attributes attribute of the ICacheElement object |
Methods in org.apache.jcs.engine.behavior with parameters of type IElementAttributes | |
---|---|
void |
ICacheElement.setElementAttributes(IElementAttributes attr)
Sets the attributes attribute of the ICacheElement object |
void |
ICacheElementSerialized.setElementAttributes(IElementAttributes attr)
Sets the attributes attribute of the ICacheElement object |
Uses of IElementAttributes in org.apache.jcs.engine.control |
---|
Fields in org.apache.jcs.engine.control declared as IElementAttributes | |
---|---|
protected IElementAttributes |
CompositeCacheManager.defaultElementAttr
Default element attributes for this cache manager |
Methods in org.apache.jcs.engine.control that return IElementAttributes | |
---|---|
IElementAttributes |
CompositeCacheManager.getDefaultElementAttributes()
Gets the defaultElementAttributes attribute of the CacheHub object |
IElementAttributes |
CompositeCache.getElementAttributes()
Gets the default element attribute of the Cache object This returna a copy. |
IElementAttributes |
CompositeCache.getElementAttributes(Serializable key)
Gets the elementAttributes attribute of the Cache object. |
protected IElementAttributes |
CompositeCacheConfigurator.parseElementAttributes(Properties props,
String regName,
String regionPrefix)
Create the element attributes from the properties object for a cache region. |
Methods in org.apache.jcs.engine.control with parameters of type IElementAttributes | |
---|---|
CompositeCache |
CompositeCacheManager.getCache(ICompositeCacheAttributes cattr,
IElementAttributes attr)
If the cache has already been created, then the CacheAttributes and the element Attributes will be ignored. |
CompositeCache |
CompositeCacheManager.getCache(String cacheName,
ICompositeCacheAttributes cattr,
IElementAttributes attr)
Gets the cache attribute of the CacheHub object |
void |
CompositeCacheManager.setDefaultElementAttributes(IElementAttributes iea)
Sets the defaultElementAttributes attribute of the CacheHub object |
void |
CompositeCache.setElementAttributes(IElementAttributes attr)
Sets the default element attribute of the Cache object. |
Constructors in org.apache.jcs.engine.control with parameters of type IElementAttributes | |
---|---|
CompositeCache(String cacheName,
ICompositeCacheAttributes cattr,
IElementAttributes attr)
Constructor for the Cache object |
Uses of IElementAttributes in org.apache.jcs.engine.memory |
---|
Fields in org.apache.jcs.engine.memory declared as IElementAttributes | |
---|---|
IElementAttributes |
AbstractMemoryCache.elementAttributes
Region Elemental Attributes, used as a default and copied for each item. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |