Uses of Interface
com.oracle.coherence.common.base.CanonicallyNamed
Packages that use CanonicallyNamed
Package
Description
Contains classes related to partitioned cache implementation of Coherence JCache.
Contains packages and classes related to the Coherence REST API utilities.
Contains various generic utilities.
Contains
ValueExtractor
and
ValueUpdater
related classes.-
Uses of CanonicallyNamed in com.tangosol.coherence.jcache.partitionedcache
Classes in com.tangosol.coherence.jcache.partitionedcache that implement CanonicallyNamedModifier and TypeClassDescriptionstatic class
Get CacheStatistics from binEntry's context for JCache id. -
Uses of CanonicallyNamed in com.tangosol.coherence.rest.util
Classes in com.tangosol.coherence.rest.util that implement CanonicallyNamedModifier and TypeClassDescriptionclass
PropertySet<T>
Represents a set of named properties and allows the extraction of those properties from a target object. -
Uses of CanonicallyNamed in com.tangosol.util
Subinterfaces of CanonicallyNamed in com.tangosol.utilModifier and TypeInterfaceDescriptioninterface
ValueExtractor<T,
E> ValueExtractor is used to both extract values (for example, for sorting or filtering) from an object, and to provide an identity for that extraction.Classes in com.tangosol.util that implement CanonicallyNamedModifier and TypeClassDescriptionstatic class
A ValueExtractor that always results in the passed-in value. -
Uses of CanonicallyNamed in com.tangosol.util.extractor
Subinterfaces of CanonicallyNamed in com.tangosol.util.extractorModifier and TypeInterfaceDescriptioninterface
IndexAwareExtractor<T,
E> IndexAwareExtractor is an extension to theValueExtractor
interface that supports the creation and destruction of anindex
.Classes in com.tangosol.util.extractor that implement CanonicallyNamedModifier and TypeClassDescriptionclass
Abstract super class for ValueExtractor implementations that are based on an underlying array of ValueExtractor objects.class
AbstractExtractor<T,
E> Abstract base for ValueExtractor implementations.class
ChainedExtractor<T,
E> Composite ValueExtractor implementation based on an array of extractors.class
AValueExtractor
that extracts aFragment
from a nested property of the target object.class
ComparisonValueExtractor<T,
E extends Number> A synthetic ValueExtractor that returns a result of comparison between two values extracted from the same target.class
ConditionalExtractor<T,
E> An IndexAwareExtractor implementation that is only used to create aConditionalIndex
.class
DeserializationAccelerator is anIndexAwareExtractor
implementation that is used to create aForwardOnlyMapIndex
, which in turn is used for deserialization optimization.class
The EntryExtractor is a base abstract class for special purpose custom ValueExtractor implementations.class
AValueExtractor
that is used to extract aFragment
from an object.class
Trivial ValueExtractor implementation that does not actually extract anything from the passed value, but returns the value itself.class
KeyExtractor<T,
E> 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.class
Composite ValueExtractor implementation based on an array of extractors.class
PofExtractor<T,
E> POF-based ValueExtractor implementation.class
ReflectionExtractor<T,
E> Reflection-based ValueExtractor implementation.class
ScriptValueExtractor<T,
E> ScriptValueExtractor is anAbstractExtractor
that wraps a script written in one of the languages supported by Graal VM.class
UniversalExtractor<T,
E> Universal ValueExtractor implementation.