ehcache

Package net.sf.ehcache.search.attribute

This package contains classes for ehcache search attributes

See:
          Description

Interface Summary
AttributeExtractor Used to extract a search attribute value for a given cache element.

Instances must be Serializable in order to ensure identical extractors are used in distributed caches
DynamicAttributesExtractor Dynamic indexing API
 

Class Summary
JavaBeanAttributeExtractor Extracts a search attribute determining the value as a javabean property on either the key or the value.
KeyObjectAttributeExtractor Attempt to use the element key object itself as a search attribute.
ReflectionAttributeExtractor Built-in search attribute extractor driven by method/value dotted expression chains.

The expression chain must start with one of either "key", "value", or "element".
ValueObjectAttributeExtractor Attempt to use the element value object itself as a search attribute.
 

Enum Summary
AttributeType Defines the legal set of runtime types for search attributes
 

Exception Summary
AttributeExtractorException An exception to indicate that an attribute extractor was unable to be processed.
UnknownAttributeException Thrown at query execution time if query referenced an unknown search attribute
 

Package net.sf.ehcache.search.attribute Description

This package contains classes for ehcache search attributes


ehcache

Copyright 2001-2016, Terracotta, Inc.