|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ehcache.config.Searchable
public class Searchable
Search configuration for a Cache
| Constructor Summary | |
|---|---|
Searchable()
Constructor |
|
| Method Summary | |
|---|---|
void |
addSearchAttribute(SearchAttribute searchAttribute)
Add the given search attribute |
void |
freezeConfiguration()
Freeze this configuration. |
Map<String,SearchAttribute> |
getSearchAttributes()
Get the defined search attributes indexed by attribute name |
Map<String,SearchAttribute> |
getUserDefinedSearchAttributes()
Get the defined search attributes indexed by attribute name *excluding* any search attributes that are automatically/implicitly defined (eg. |
Searchable |
searchAttribute(SearchAttribute searchAttribute)
Add a search attribute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Searchable()
| Method Detail |
|---|
public void addSearchAttribute(SearchAttribute searchAttribute)
throws InvalidConfigurationException
searchAttribute - to add
InvalidConfigurationException - if an attribute already exists for the same namepublic Map<String,SearchAttribute> getSearchAttributes()
public Searchable searchAttribute(SearchAttribute searchAttribute)
searchAttribute - attribute to add
public void freezeConfiguration()
public Map<String,SearchAttribute> getUserDefinedSearchAttributes()
|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||