| Package | Description |
|---|---|
| com.tangosol.coherence.dslquery.operator |
This package contains implementations of the
com.tangosol.coherence.dslquery.BaseOperator
interface. |
| com.tangosol.coherence.jcache.common |
Common utilities used by Coherence JCache.
|
| com.tangosol.coherence.jcache.localcache |
Contains classes related to local cache implementation of Coherence JCache.
|
| com.tangosol.coherence.jcache.partitionedcache |
Contains classes related to partitioned cache implementation of Coherence JCache.
|
| com.tangosol.coherence.jcache.passthroughcache |
Contains classes related to pass-through cache implementation of Coherence JCache.
|
| com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
| com.tangosol.net.partition |
Contains interfaces and classes related to partitioned services.
|
| com.tangosol.util |
Contains various generic utilities.
|
| com.tangosol.util.filter |
Contains concrete
Filter implementations and related interfaces. |
| Class and Description |
|---|
| AllFilter
Filter which returns the logical "and" of a filter array.
|
| AnyFilter
Filter which returns the logical "or" of a filter array.
|
| BetweenFilter
Filter which compares the result of a method invocation with a value for
"Between" condition.
|
| ComparisonFilter
Filter which compares the result of a method invocation with a value.
|
| ContainsAllFilter
Filter which tests a
Collection or Object array value returned from
a method invocation for containment of all values in a Set. |
| ContainsAnyFilter
Filter which tests a
Collection or Object array value returned from
a method invocation for containment of any value in a Set. |
| ContainsFilter
Filter which tests a
Collection or Object array value returned from
a method invocation for containment of a given value. |
| LikeFilter
Filter which compares the result of a method invocation with a value for
pattern match.
|
| Class and Description |
|---|
| EntryFilter
EntryFilter provides an extension to Filter for those cases in which both
a key and a value may be necessary to evaluate the conditional inclusion
of a particular object.
|
| Class and Description |
|---|
| EntryFilter
EntryFilter provides an extension to Filter for those cases in which both
a key and a value may be necessary to evaluate the conditional inclusion
of a particular object.
|
| Class and Description |
|---|
| EntryFilter
EntryFilter provides an extension to Filter for those cases in which both
a key and a value may be necessary to evaluate the conditional inclusion
of a particular object.
|
| Class and Description |
|---|
| MapEventFilter
Filter which evaluates the content of a MapEvent object according to the
specified criteria.
|
| Class and Description |
|---|
| MapEventFilter
Filter which evaluates the content of a MapEvent object according to the
specified criteria.
|
| Class and Description |
|---|
| PartitionedFilter
Filter which limits the scope of another filter to those entries that have
keys that belong to the specified partition set.
|
| Class and Description |
|---|
| InKeySetFilter
Filter that limits the underlying filter evaluation only to the specified
set of keys.
|
| KeyAssociatedFilter
Filter which limits the scope of another filter according to the key
association information.
|
| LimitFilter
Filter which truncates the results of another filter.
|
| PartitionedFilter
Filter which limits the scope of another filter to those entries that have
keys that belong to the specified partition set.
|
| Class and Description |
|---|
| AbstractQueryRecorderFilter
Abstract base class implementation of
QueryRecorderFilter. |
| AllFilter
Filter which returns the logical "and" of a filter array.
|
| AlwaysFilter
Filter which always evaluates to true.
|
| AndFilter
Filter which returns the logical "and" of two other filters.
|
| AnyFilter
Filter which returns the logical "or" of a filter array.
|
| ArrayFilter
Filter which is a logical operator of a filter array.
|
| ComparisonFilter
Filter which compares the result of a method invocation with a value.
|
| EntryFilter
EntryFilter provides an extension to Filter for those cases in which both
a key and a value may be necessary to evaluate the conditional inclusion
of a particular object.
|
| EqualsFilter
Filter which compares the result of a method invocation with a value for
equality.
|
| ExtractorFilter
Base Filter implementation for doing extractor-based processing.
|
| IndexAwareFilter
IndexAwareFilter is an extension to the EntryFilter interface that allows
a filter to use a Map index to fully or partially evaluate itself.
|
| MapEventFilter
Filter which evaluates the content of a MapEvent object according to the
specified criteria.
|
| NeverFilter
Filter which always evaluates to false.
|
| NotEqualsFilter
Filter which compares the result of a method invocation with a value for
inequality.
|
| PresentFilter
Filter which returns true for
InvocableMap.Entry
objects that currently exist in a Map. |
| QueryRecorderFilter
QueryRecorderFilter is an extension of EntryFilter that allows the
projected or actual costs of query execution to be recorded.
|