|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchAttribute | |
---|---|
net.sf.ehcache.config | This package contains the cache configuration code. |
Uses of SearchAttribute in net.sf.ehcache.config |
---|
Methods in net.sf.ehcache.config that return SearchAttribute | |
---|---|
SearchAttribute |
SearchAttribute.className(String className)
Set the attribute extractor class name |
SearchAttribute |
SearchAttribute.expression(String expression)
Set the attribute expression |
SearchAttribute |
SearchAttribute.name(String name)
Set the attribute name |
SearchAttribute |
SearchAttribute.properties(String props)
Set the extractor properties |
SearchAttribute |
SearchAttribute.propertySeparator(String sep)
Set the extractor properties separator |
SearchAttribute |
SearchAttribute.type(Class<?> type)
Set optional attribute type |
SearchAttribute |
SearchAttribute.type(String type)
Set optional attribute type |
Methods in net.sf.ehcache.config that return types with arguments of type SearchAttribute | |
---|---|
Map<String,SearchAttribute> |
Searchable.getSearchAttributes()
Get the defined search attributes indexed by attribute name |
Map<String,SearchAttribute> |
CacheConfiguration.getSearchAttributes()
Get the defined search attributes indexed by attribute name |
Map<String,SearchAttribute> |
Searchable.getUserDefinedSearchAttributes()
Get the defined search attributes indexed by attribute name *excluding* any search attributes that are automatically/implicitly defined (eg. |
Methods in net.sf.ehcache.config with parameters of type SearchAttribute | |
---|---|
void |
Searchable.addSearchAttribute(SearchAttribute searchAttribute)
Add the given search attribute |
static Class<?> |
ConfigurationHelper.getSearchAttributeType(SearchAttribute sa,
ClassLoader loader)
Deprecated. internal use only |
Searchable |
Searchable.searchAttribute(SearchAttribute searchAttribute)
Add a search attribute |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |