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 | |
| 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.
|
Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.