See: Description
Interface | Description |
---|---|
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 | Description |
---|---|
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 | Description |
---|---|
AttributeType |
Defines the legal set of runtime types for search attributes
|
Exception | Description |
---|---|
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
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.