Classes | |
class | AbstractCompositeExtractor |
Abstract super class for ValueExtractor implementations that are based on an underlying array of ValueExtractor objects. More... | |
class | AbstractExtractor |
Abstract base for ValueExtractor implementations. More... | |
class | AbstractUpdater |
Abstract base for ValueUpdater implementations. More... | |
class | BoxExtractor |
Template based auto-boxing ValueExtractor implementation. More... | |
class | BoxUpdater |
Template based auto-boxing ValueUpdater implementation. More... | |
class | ChainedExtractor |
Composite ValueExtractor implementation based on an array of extractors. More... | |
class | ComparisonValueExtractor |
A synthetic ValueExtractor that returns a result of comparison between two values extracted from the same target. More... | |
class | CompositeUpdater |
A ValueManipulator implementation based on an extractor-updater pair. More... | |
class | ConditionalExtractor |
An IndexAwareExtractor implementation that is only used to create a coherence::util::ConditionalIndex. More... | |
class | EntryExtractor |
The EntryExtractor is a base abstract class for special purpose custom ValueExtractor implementations. More... | |
class | IdentityExtractor |
Trivial ValueExtractor implementation that does not actually extract anything from the passed value, but returns the value itself. More... | |
class | IndexAwareExtractor |
IndexAwareExtractor is an extension to the ValueExtractor interface that supports the creation and destruction of an MapIndex index. More... | |
class | KeyExtractor |
The KeyExtractor is a special purpose ValueExtractor implementation that serves as an indicator that a query should be run against the key objects rather than the values. More... | |
class | MultiExtractor |
Composite ValueExtractor implementation based on an array of extractors. More... | |
class | PofExtractor |
POF-based ValueExtractor implementation. More... | |
class | PofUpdater |
POF-based ValueUpdater implementation. More... | |
class | ReflectionExtractor |
Reflection-based ValueExtractor implementation. More... | |
class | ReflectionUpdater |
Reflection-based ValueUpdater implementation. More... | |
class | TypedExtractor |
Template based ValueExtractor implementation. More... | |
class | TypedUpdater |
Template based ValueUpdater implementation. More... | |
class | UniversalExtractor |
Universal ValueExtractor implementation. More... | |
class | UniversalUpdater |
Universal ValueUpdater implementation. More... |