Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Map<String,SearchAttribute> |
CacheConfiguration.getSearchAttributes()
Get the defined search attributes indexed by attribute name
|
Map<String,SearchAttribute> |
Searchable.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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.