|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attributes | |
---|---|
javax.util.jcache | All access to the cache is through the class javax.util.jcache.CacheAccess . |
org.fjank.jcache | All access to the cache is through the class javax.util.jcache.CacheAccess . |
org.fjank.jcache.collection |
Uses of Attributes in javax.util.jcache |
---|
Methods in javax.util.jcache that return Attributes | |
---|---|
Attributes |
CacheMap.getAttributes()
Will return an attribute object describing the current attributes associated for the region for this CacheAccess. |
Attributes |
CacheMap.getAttributes(Object name)
Deprecated. moved to MapAccess |
Attributes |
CacheAccessFactory.getDefaultAttributes()
Deprecated. removed with no replacement. |
Methods in javax.util.jcache with parameters of type Attributes | |
---|---|
void |
Attributes.applyAttributes(Attributes attributes)
Deprecated. |
File |
CacheLoader.createDiskObject(Object handle,
Attributes attributes,
String extension)
Deprecated. is called from the load object to create a disk object. |
OutputStream |
CacheLoader.createStream(Object handle,
Attributes attributes)
Deprecated. should be called from the load method to create a StreamAccess object. |
void |
CacheMap.defineObject(Object name,
Attributes attributes)
is used to specify the attributes to associate with an object when it is loaded. |
abstract void |
CacheAccessFactory.defineRegion(String name,
Attributes attributes)
Deprecated. removed auto-generate-region replacement. |
void |
CacheLoader.setAttributes(Object handle,
Attributes attributes)
Deprecated. will cause the attributes associated with the object being loaded to be set to values provided in attributes. |
Uses of Attributes in org.fjank.jcache |
---|
Classes in org.fjank.jcache that implement Attributes | |
---|---|
class |
AttributesImpl
This class defines the attributes an object in the cache can have. |
Methods in org.fjank.jcache that return Attributes | |
---|---|
Attributes |
CacheAccessImpl2.getAttributes()
Will return an attribute object describing the current attributes associated for the region for this CacheAccess. |
Attributes |
CacheAccessImpl2.getAttributes(Object name)
will return an attribute object describing the current attributes associated with the object name. |
Methods in org.fjank.jcache with parameters of type Attributes | |
---|---|
void |
AttributesImpl.applyAttributes(Attributes attributes)
|
void |
CacheAccessImpl2.defineGroup(String name,
Attributes attributes)
Is used to create a new group object. |
void |
CacheAccessImpl2.defineGroup(String name,
String groupName,
Attributes attributes)
Is used to create a new group which belongs to another group. |
void |
CacheAccessImpl2.defineObject(Object name,
Attributes attributes)
is used to specify the attributes to associate with an object when it is loaded. |
void |
CacheAccessImpl2.defineObject(Object name,
String group,
Attributes attributes)
See defineObject(Object, Attributes) |
void |
CacheAccessFactoryImpl.defineRegion(String name,
Attributes attributes)
Will create a named region within the cache. |
void |
CacheAccessImpl2.put(Object name,
Attributes attributes,
Object object)
See CacheAccessImpl2.put(Object, Object) |
void |
CacheAccessImpl2.put(Object name,
String group,
Attributes attributes,
Object object)
See CacheAccessImpl2.put(Object, Object) |
void |
CacheAccessImpl2.resetAttributes(Attributes attributes)
allows for some attributes of a region to be reset. |
void |
CacheAccessImpl2.resetAttributes(Object name,
Attributes attributes)
See CacheAccessImpl2.resetAttributes(Attributes) . |
void |
CacheObject.setAttributes(Attributes attributes)
|
Constructors in org.fjank.jcache with parameters of type Attributes | |
---|---|
AttributesImpl(Attributes attributes)
|
Uses of Attributes in org.fjank.jcache.collection |
---|
Methods in org.fjank.jcache.collection that return Attributes | |
---|---|
Attributes |
MapAdapter.getAttributes()
|
Attributes |
MapAdapter.getAttributes(Object name)
|
Methods in org.fjank.jcache.collection with parameters of type Attributes | |
---|---|
void |
MapAdapter.defineObject(Object name,
Attributes attributes)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |