| Package | Description |
|---|---|
| com.tangosol.coherence.dslquery.function |
This package contains builders for the various CohQL functions.
|
| com.tangosol.coherence.jcache.partitionedcache |
Contains classes related to partitioned cache implementation of Coherence JCache.
|
| com.tangosol.coherence.rest.util.extractor | |
| com.tangosol.coherence.rest.util.updater | |
| com.tangosol.util.extractor |
Contains
ValueExtractor and
ValueUpdater related classes. |
| Class | Description |
|---|---|
| IdentityExtractor |
Trivial ValueExtractor implementation that does not actually extract
anything from the passed value, but returns the value itself.
|
| ReflectionExtractor |
Reflection-based ValueExtractor implementation.
|
| Class | Description |
|---|---|
| AbstractExtractor |
Abstract base for ValueExtractor implementations.
|
| Class | Description |
|---|---|
| AbstractExtractor |
Abstract base for ValueExtractor implementations.
|
| Class | Description |
|---|---|
| AbstractUpdater |
Abstract base for ValueUpdater implementations.
|
| Class | Description |
|---|---|
| AbstractCompositeExtractor |
Abstract super class for ValueExtractor implementations that are based on
an underlying array of ValueExtractor objects.
|
| AbstractExtractor |
Abstract base for ValueExtractor implementations.
|
| AbstractUpdater |
Abstract base for ValueUpdater implementations.
|
| IdentityExtractor |
Trivial ValueExtractor implementation that does not actually extract
anything from the passed value, but returns the value itself.
|
| IndexAwareExtractor |
IndexAwareExtractor is an extension to the
ValueExtractor interface
that supports the creation and destruction of an index. |