Uses of Interface
com.tangosol.net.NamedCache
Package
Description
Low-level utilities for Coherence gRPC server and client implementation.
The Coherence gRPC server implementation.
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Defines the Coherence configuration object model classes and interfaces for
Caching and Service Schemes.
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
Contains classes related to Coherence JCache.
Contains classes related to partitioned cache implementation of Coherence JCache.
Contains classes related to the Coherence REST API.
Contains classes related to the Coherence REST API
MapEvent
s.Contains classes related to the Coherence REST pluggable query engine.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains classes related to the Coherence Management Framework.
Contains interfaces and classes related to partitioned services.
Contains various generic utilities.
-
Uses of NamedCache in com.oracle.coherence.grpc
Modifier and TypeFieldDescriptionprotected final Supplier
<NamedCache<?, ?>> CacheRequestHolder.f_cacheSupplier
TheSupplier
to use to obtain a non-pass-through cache.Modifier and TypeMethodDescriptionCacheRequestHolder.getCache()
Obtain theNamedCache
that the request executes on.<K,
V> NamedCache <K, V> CacheRequestHolder.getNonPassThruCache()
Obtain theNamedCache
that the request executes on.ModifierConstructorDescriptionCacheRequestHolder
(Req request, AsyncNamedCache<Binary, Binary> cache, Supplier<NamedCache<?, ?>> cacheSupplier, String sFormat, Serializer serializer, Executor executor) Create aCacheRequestHolder
. -
Uses of NamedCache in com.oracle.coherence.grpc.proxy
Modifier and TypeMethodDescriptionprotected NamedCache
<Binary, Binary> Obtain anNamedCache
.protected NamedCache
<Binary, Binary> NamedCacheServiceImpl.getPassThroughCache
(String scope, String cacheName) Obtain anNamedCache
. -
Uses of NamedCache in com.tangosol.coherence.config.builder
Modifier and TypeMethodDescriptionNamedCacheBuilder.realizeCache
(ParameterResolver resolver, MapBuilder.Dependencies dependencies) Realizes aNamedCache
(possibly "ensuring it") based on the state of the builder, the providedParameterResolver
andMapBuilder
dependencies. -
Uses of NamedCache in com.tangosol.coherence.config.scheme
Modifier and TypeMethodDescriptionAbstractCachingScheme.realizeCache
(ParameterResolver resolver, MapBuilder.Dependencies dependencies) Realizes aNamedCache
(possibly "ensuring it") based on the state of the builder, the providedParameterResolver
andMapBuilder
dependencies.ClassScheme.realizeCache
(ParameterResolver resolver, MapBuilder.Dependencies dependencies) Realizes aNamedCache
(possibly "ensuring it") based on the state of the builder, the providedParameterResolver
andMapBuilder
dependencies.CustomScheme.realizeCache
(ParameterResolver resolver, MapBuilder.Dependencies dependencies) Realizes aNamedCache
(possibly "ensuring it") based on the state of the builder, the providedParameterResolver
andMapBuilder
dependencies.NearScheme.realizeCache
(ParameterResolver resolver, MapBuilder.Dependencies dependencies) Realizes aNamedCache
(possibly "ensuring it") based on the state of the builder, the providedParameterResolver
andMapBuilder
dependencies.PagedTopicStorageScheme.realizeCache
(ParameterResolver resolver, MapBuilder.Dependencies dependencies) TransactionalScheme.realizeCache
(ParameterResolver resolver, MapBuilder.Dependencies dependencies) Realizes aNamedCache
(possibly "ensuring it") based on the state of the builder, the providedParameterResolver
andMapBuilder
dependencies.WrapperCachingScheme.realizeCache
(ParameterResolver resolver, MapBuilder.Dependencies dependencies) -
Uses of NamedCache in com.tangosol.coherence.config.xml.processor
Modifier and TypeMethodDescriptionNamedCache
<?, ?> InitParamProcessor.CacheRefExpression.evaluate
(ParameterResolver resolver) Evaluates theExpression
to produce a value of type T. -
Uses of NamedCache in com.tangosol.coherence.jcache
Modifier and TypeFieldDescriptionprotected NamedCache
AbstractCoherenceBasedCache.m_namedCache
The underlyingNamedCache
that holds then entries for theCoherenceBasedCache
. -
Uses of NamedCache in com.tangosol.coherence.jcache.partitionedcache
Modifier and TypeMethodDescriptionstatic void
PartitionedCache.destroyCache
(CoherenceBasedCacheManager mgr, JCacheIdentifier id, NamedCache namedCache) Destroy a partitioned cache. -
Uses of NamedCache in com.tangosol.coherence.rest
Modifier and TypeFieldDescriptionprotected NamedCache
CacheResource.m_cache
NamedCache wrapped by this resource.protected NamedCache
EntryResource.m_cache
NamedCache which stores the referenced entry.protected NamedCache
EntrySetResource.m_cache
Cache which stores the referenced entries.protected NamedCache
NamedQueryResource.m_cache
NamedCache wrapped by this resource.Modifier and TypeMethodDescriptionprotected CacheResource
DefaultRootResource.instantiateCacheResource
(NamedCache cache, Class clzKey, Class clzValue, KeyConverter keyConverter, QueryConfig queryConfig, int cMaxResults) Create an instance ofCacheResource
.protected EntryResource
CacheResource.instantiateEntryResource
(NamedCache cache, Object oKey, Class clzValue) Create an instance ofEntryResource
for the specified resource configuration.protected EntrySetResource
CacheResource.instantiateEntrySetResource
(NamedCache cache, Set setKeys, Class clzValue) Create an instance ofEntrySetResource
for the specified resource configuration.CacheResource.instantiateNamedQueryResource
(NamedCache cache, NamedQuery query, int cMaxResults) Create an instance ofNamedQueryResource
for the specified resource configuration.ModifierConstructorDescriptionCacheResource
(NamedCache cache, Class clzKey, Class clzValue, KeyConverter keyConverter, QueryConfig queryConfig, int cMaxResults) Construct a new CacheResource.EntryResource
(NamedCache cache, Object oKey, Class clzValue) Construct EntryResource.EntrySetResource
(NamedCache cache, Set setKeys, Class clzValue) Construct an EntrySetResource.NamedQueryResource
(NamedCache cache, NamedQuery query, int cMaxResults) Create a instance of NamedQueryResource. -
Uses of NamedCache in com.tangosol.coherence.rest.events
ModifierConstructorDescriptionMapEventOutput
(NamedCache<K, V> cache, boolean fLite) Construct MapEventOutput instance. -
Uses of NamedCache in com.tangosol.coherence.rest.query
Modifier and TypeMethodDescription<E> Collection
<E> Query.execute
(NamedCache cache, ValueExtractor<Map.Entry, ? extends E> extractor, String sOrder, int nStart, int cResults) Return the values that satisfy this query.Query.keySet
(NamedCache cache) Return the keys that satisfy this query.default Collection
Query.values
(NamedCache cache, String sOrder, int nStart, int cResults) Deprecated.As of Coherence 12.2.1. -
Uses of NamedCache in com.tangosol.net
Modifier and TypeFieldDescriptionprotected final Supplier
<NamedCache<K, V>> MapViewBuilder.f_supplierNamedCache
TheSupplier
returning aNamedCache
from which the view will be created.Modifier and TypeMethodDescriptiondefault <C extends NamedCache<K,
V>>
CRequest a specific type of reference to aNamedCache
that thisNamedCache
may additionally implement or support.Modifier and TypeMethodDescriptionNamedCache
<K, V> ViewBuilder.build()
Construct aview
of theNamedCache
provided to this builder.DefaultConfigurableCacheFactory.configureCache
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlScheme, ClassLoader loader) Deprecated.Ensures a cache for given scheme.default NamedCache
<Object, Object> CacheProvider.ensureCache
(String sCacheName, ClassLoader loader) Deprecated.Ensure an Object-based cache for the given name.CacheService.ensureCache
(String sName, ClassLoader loader) Obtain a NamedCache interface that provides a view of resources shared among members of a cluster.default <K,
V> NamedCache <K, V> ConfigurableCacheFactory.ensureCache
(String sCacheName, ClassLoader loader) Ensure an cache for the given name and classloader (using raw types).<K,
V> NamedCache <K, V> ConfigurableCacheFactory.ensureCache
(String sCacheName, ClassLoader loader, NamedMap.Option... options) Ensure an cache for the given name, classloader and options.protected NamedCache
DefaultConfigurableCacheFactory.ensureCache
(DefaultConfigurableCacheFactory.CacheInfo info, XmlElement xmlScheme, ClassLoader loader) Deprecated.Obtain the NamedCache reference for the cache service defined by the specified scheme.<K,
V> NamedCache <K, V> DefaultConfigurableCacheFactory.ensureCache
(String sCacheName, ClassLoader loader, NamedMap.Option... options) Deprecated.Ensure an cache for the given name, classloader and options.<K,
V> NamedCache <K, V> ExtensibleConfigurableCacheFactory.ensureCache
(String sCacheName, ClassLoader loader, NamedMap.Option... options) WrapperCacheService.ensureCache
(String sName, ClassLoader loader) Obtain a NamedCache interface that provides a view of resources shared among members of a cluster.<K,
V> NamedCache <K, V> CacheProvider.ensureTypedCache
(String sCacheName, ClassLoader loader, TypeAssertion<K, V> assertion) Deprecated.Ensure a cache for the given name satisfying the specified type assertion.default <K,
V> NamedCache <K, V> ConfigurableCacheFactory.ensureTypedCache
(String sCacheName, ClassLoader loader, TypeAssertion<K, V> assertion) Ensure a cache for the given name satisfying the specified type assertion.static <K,
V> NamedCache <K, V> Return an instance of an cache configured by the current ConfigurableCacheFactorystatic <K,
V> NamedCache <K, V> CacheFactory.getCache
(String sName, NamedMap.Option... options) Return an instance of an cache configured by the current ConfigurableCacheFactory, using the specifiedNamedMap.Option
s.static <K,
V> NamedCache <K, V> CacheFactory.getCache
(String sName, ClassLoader loader) Return an instance of a cache configured by the current ConfigurableCacheFactory with a specificClassLoader
no options.static <K,
V> NamedCache <K, V> CacheFactory.getCache
(String sName, ClassLoader loader, NamedMap.Option... options) Return an instance of a cache configured by the current ConfigurableCacheFactory with a specificClassLoader
andNamedMap.Option
s<K,
V> NamedCache <K, V> CoherenceSession.getCache
(String sName, NamedMap.Option... options) <K,
V> NamedCache <K, V> Session.getCache
(String sName, NamedMap.Option... options) NamedCache
<K, V> AsyncNamedCache.getNamedCache()
Return theNamedCache
instance thisAsyncNamedCache
is based on.static <K,
V> NamedCache <K, V> CacheFactory.getTypedCache
(String sCacheName, TypeAssertion<K, V> assertion) Return an instance of a cache with the given name satisfying the specifiedTypeAssertion
.static <K,
V> NamedCache <K, V> CacheFactory.getTypedCache
(String sCacheName, ClassLoader loader, TypeAssertion<K, V> assertion) Return an instance of a cache with the given name satisfying the specifiedTypeAssertion
.Modifier and TypeMethodDescriptionprotected static void
DefaultConfigurableCacheFactory.checkPermission
(NamedCache cache) Deprecated.Check if the current user is allowed to "join" the cache.protected static void
ExtensibleConfigurableCacheFactory.checkPermission
(NamedCache cache) Check if the current user is allowed to "join" the cache.static void
CacheFactory.destroyCache
(NamedCache cache) Releases and destroys the specified NamedCache.void
CacheService.destroyCache
(NamedCache map) Release and destroy the specified cache.void
ConfigurableCacheFactory.destroyCache
(NamedCache<?, ?> cache) Release and destroy this instance of NamedCache.void
DefaultConfigurableCacheFactory.destroyCache
(NamedCache cache) Deprecated.Release and destroy this instance of NamedCache.void
ExtensibleConfigurableCacheFactory.destroyCache
(NamedCache cache) Release and destroy this instance of NamedCache.void
WrapperCacheService.destroyCache
(NamedCache map) Release and destroy the specified cache.static TransactionMap
CacheFactory.getLocalTransaction
(NamedCache map) Factory method returning an instance of the TransactionMap that is based on the specified NamedCache and is local to this JVM.protected BundlingNamedCache
DefaultConfigurableCacheFactory.instantiateBundlingNamedCache
(NamedCache cache, XmlElement xmlBundling) Deprecated.Create a BundlingNamedCache using the "operation-bundling" element.protected NearCache
DefaultConfigurableCacheFactory.instantiateNearCache
(Map mapFront, NamedCache mapBack, int nStrategy) Deprecated.Construct an NearCache using the specified parameters.protected VersionedBackingMap
DefaultConfigurableCacheFactory.instantiateVersionedBackingMap
(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, CacheLoader loader, NamedCache mapVersionTransient, NamedCache mapVersionPersist, boolean fManageTransient) Deprecated.Construct a VersionedBackingMap using the specified parameters.protected VersionedBackingMap
DefaultConfigurableCacheFactory.instantiateVersionedBackingMap
(BackingMapManagerContext context, ObservableMap mapInternal, Map mapMisses, CacheStore store, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor, NamedCache mapVersionTransient, NamedCache mapVersionPersist, boolean fManageTransient) Deprecated.Construct a VersionedBackingMap using the specified parameters.protected VersionedNearCache
DefaultConfigurableCacheFactory.instantiateVersionedNearCache
(Map mapLocal, NamedCache mapDist, NamedCache mapVersion) Deprecated.Construct an VersionedNearCache using the specified parameters.protected void
DefaultConfigurableCacheFactory.register
(NamedCache cache, String sContext) Deprecated.as of Coherence 3.7.1; useMBeanHelper.registerCacheMBean(NamedCache, String)
insteadstatic void
CacheFactory.releaseCache
(NamedCache cache) Release local resources associated with the specified instance of the cache.void
CacheService.releaseCache
(NamedCache map) Release local resources associated with the specified instance of the cache.void
ConfigurableCacheFactory.releaseCache
(NamedCache<?, ?> cache) Release a cache and its associated resources.void
DefaultConfigurableCacheFactory.releaseCache
(NamedCache cache) Deprecated.Release a cache and its associated resources.protected void
DefaultConfigurableCacheFactory.releaseCache
(NamedCache cache, boolean fDestroy) Deprecated.Release a cache managed by this factory, optionally destroying it.void
ExtensibleConfigurableCacheFactory.releaseCache
(NamedCache cache) Release a cache and its associated resources.protected void
ExtensibleConfigurableCacheFactory.releaseCache
(NamedCache cache, boolean fDestroy) Release a cache managed by this factory, optionally destroying it.void
WrapperCacheService.releaseCache
(NamedCache map) Release local resources associated with the specified instance of the cache.ModifierConstructorDescriptionViewBuilder
(NamedCache<K, V> cache) Construct a newViewBuilder
for the providedNamedCache
.ModifierConstructorDescriptionprotected
MapViewBuilder
(Supplier<NamedCache<K, V>> supplierNamedCache) Construct a newViewBuilder
for the providedSupplier
.ViewBuilder
(Supplier<NamedCache<K, V>> supplierNamedCache) Construct a newViewBuilder
for the providedNamedCache
. -
Uses of NamedCache in com.tangosol.net.cache
Modifier and TypeClassDescriptionclass
Bundling NamedCache implementation.class
ContinuousQueryCache<K,
V_BACK, V_FRONT> Create a materialized view of aNamedCache
using theCoherence
Continuous Query capability.class
NearCache<K,
V> A "near cache" is a CachingMap whose front map is a size-limited and/or auto-expiring local cache, and whose back map is a distributed cache.class
ReadonlyNamedCache<K,
V> A simple extension of the WrapperNamedCache implementation that shields all content mutating operations such as put(), remove(), lock() etc.class
Deprecated.as of Coherence 3.2 all the functionality of this class has been superceded by the NearCache implementationclass
WrapperNamedCache<K,
V> A simple implementation of NamedCache interface built as a wrapper around any Map implementation.Modifier and TypeMethodDescriptionprotected NamedCache
ContinuousQueryCache.ensureConverters
(NamedCache cache) Instantiate theconverters
necessary to support the processing mode that thisContinuousQueryCache
will be operating under.NamedCache
<K, V> NearCache.getBackCache()
Obtain the NamedCache object that sits behind this NearCache.ContinuousQueryCache.getCache()
Obtain theNamedCache
that thisContinuousQueryCache
is based on.VersionedBackingMap.getPersistentVersionCache()
Deprecated.Get the cache of version info for the data stored in the persistent store behind this backing map (and other related backing maps if this is backing a distributed cache).VersionedBackingMap.getTransientVersionCache()
Deprecated.Get the cache of version info for the data maintained in this backing map (and other related backing maps if this is backing a distributed cache).VersionedNearCache.getVersionCache()
Deprecated.Obtain the NamedCache object that holds the version data.Modifier and TypeMethodDescriptionprotected NamedCache
ContinuousQueryCache.ensureConverters
(NamedCache cache) Instantiate theconverters
necessary to support the processing mode that thisContinuousQueryCache
will be operating under.protected boolean
ContinuousQueryCache.isBinaryNamedCache
(NamedCache cache) Returnstrue
if provided cache is configured to use theNullImplementation classloader
which means the values to/from from the cache will beBinary
.ModifierConstructorDescriptionBundlingNamedCache
(NamedCache cache) Construct a BundlingNamedCache based on the specified NamedCache.ContinuousQueryCache
(NamedCache<K, V_BACK> cache) Create a locally materialized view of aNamedCache
using aFilter
.ContinuousQueryCache
(NamedCache<K, V_BACK> cache, Filter filter) Create a locally materialized view of aNamedCache
using a Filter.ContinuousQueryCache
(NamedCache<K, V_BACK> cache, Filter filter, boolean fCacheValues) Create a materialized view of aNamedCache
using a Filter.ContinuousQueryCache
(NamedCache<K, V_BACK> cache, Filter filter, boolean fCacheValues, MapListener<? super K, ? super V_FRONT> listener, ValueExtractor<? super V_BACK, ? extends V_FRONT> transformer) Construct the ContinuousQueryCache.ContinuousQueryCache
(NamedCache<K, V_BACK> cache, Filter filter, MapListener<? super K, ? super V_FRONT> listener) Create a materialized view of aNamedCache
using a Filter.ContinuousQueryCache
(NamedCache<K, V_BACK> cache, Filter filter, MapListener<? super K, ? super V_FRONT> listener, ValueExtractor<? super V_BACK, ? extends V_FRONT> transformer) Create a materialized view of aNamedCache
using aFilter
.ContinuousQueryCache
(NamedCache<K, V_BACK> cache, Filter filter, ValueExtractor<? super V_BACK, ? extends V_FRONT> transformer) Create a locally materialized view of aNamedCache
using aFilter
and a transformer.Construct a NearCache, using a mapBack NamedCache as the complete (back) storage and mapFront Map as a near (front) storage using theCachingMap.LISTEN_AUTO
invalidation strategy.Construct a NearCache, using a mapBack NamedCache as the complete (back) storage and mapFront Map as a near (front) storage.ReadonlyNamedCache
(NamedCache<K, V> cache, boolean fStrict) Construct a NamedCache wrapper based on the specified map.VersionedBackingMap
(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, CacheLoader loader, NamedCache mapVersionTransient, NamedCache mapVersionPersist, boolean fManageTransient) Deprecated.Construct a VersionedBackingMap using a CacheLoader object.VersionedBackingMap
(BackingMapManagerContext ctxService, ObservableMap mapInternal, Map mapMisses, CacheStore store, boolean fReadOnly, int cWriteBehindSeconds, double dflRefreshAheadFactor, NamedCache mapVersionTransient, NamedCache mapVersionPersist, boolean fManageTransient) Deprecated.Construct a VersionedBackingMap using a CacheStore object.VersionedNearCache
(Map mapLocal, NamedCache mapDist, NamedCache mapVersion) Deprecated.Construct a VersionedNearCache.ModifierConstructorDescriptionContinuousQueryCache
(Supplier<NamedCache<K, V_BACK>> supplierCache) Create a locally materialized view of aNamedCache
using aFilter
.ContinuousQueryCache
(Supplier<NamedCache<K, V_BACK>> supplierCache, Filter filter) Create a locally materialized view of aNamedCache
using aFilter
.ContinuousQueryCache
(Supplier<NamedCache<K, V_BACK>> supplierCache, Filter filter, boolean fCacheValues, MapListener<? super K, ? super V_FRONT> listener, ValueExtractor<? super V_BACK, ? extends V_FRONT> transformer, ClassLoader loader) Create a materialized view of aNamedCache
using aFilter
. -
Uses of NamedCache in com.tangosol.net.management
Modifier and TypeMethodDescriptionstatic void
MBeanHelper.registerCacheMBean
(NamedCache cache, String sContext) Register the specified NamedCache with the cluster registry.static void
MBeanHelper.unregisterCacheMBean
(NamedCache cache, String sContext) Unregister all managed objects related to the given cache name and context from the cluster registry.static void
MBeanHelper.unregisterViewMBean
(NamedCache cache) Unregister all managed objects related to the given view cache and context from the cluster registry. -
Uses of NamedCache in com.tangosol.net.partition
Modifier and TypeFieldDescriptionprotected NamedCache
AbstractPartitionedIterator.m_cache
The cache to query from.ModifierConstructorDescriptionprotected
AbstractPartitionedIterator
(Filter filter, NamedCache cache, PartitionSet setPids) Create AbstractPartitionedIterator instance.protected
AbstractPartitionedIterator
(Filter filter, NamedCache cache, PartitionSet setPids, boolean fByMember, boolean fRandom) Create AbstractPartitionedIterator instance.PartitionedIterator
(NamedCache cache, Filter filter, PartitionSet setPids, int nOptions) Construct PartitionedIterator that will provide iteration of the keys of the specified cache using the specified filter, but will only query one partition or one member at a time. -
Uses of NamedCache in com.tangosol.util
Modifier and TypeClassDescriptionstatic class
ConverterCollections.ConverterNamedCache<FK,
TK, FV, TV> A Converter NamedCache views an underlying NamedCache through a set of key and value Converters.Modifier and TypeMethodDescriptionConverterCollections.ConverterNamedCache.getNamedCache()
Return the underlying NamedCache.static <FK,
FV, TK, TV>
NamedCache<TK, TV> ConverterCollections.getNamedCache
(NamedCache<FK, FV> cache, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns a Converter instance of NamedCache that converts between the raw/from types to the desired/to types.Modifier and TypeMethodDescriptionstatic <FK,
FV, TK, TV>
NamedCache<TK, TV> ConverterCollections.getNamedCache
(NamedCache<FK, FV> cache, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns a Converter instance of NamedCache that converts between the raw/from types to the desired/to types.static <K,
V, R> CompletableFuture <Map<K, R>> InvocableMapHelper.invokeAllAsync
(NamedCache<K, V> cache, Collection<? extends K> setKey, int nOrderId, InvocableMap.EntryProcessor<K, V, R> proc, BiConsumer<? super Map<? extends K, ? extends R>, ? super Throwable>... continuations) Invoke the specified EntryProcessor asynchronously.static <K,
V, R> CompletableFuture <Map<K, R>> InvocableMapHelper.invokeAllAsync
(NamedCache<K, V> cache, Collection<? extends K> setKey, ToIntFunction<K> funcOrder, InvocableMap.EntryProcessor<K, V, R> proc, BiConsumer<? super Map<? extends K, ? extends R>, ? super Throwable>... continuations) Invoke the specified EntryProcessor asynchronously.static <K,
V, R> CompletableFuture <R> InvocableMapHelper.invokeAsync
(NamedCache<K, V> cache, K key, int nOrderId, InvocableMap.EntryProcessor<K, V, R> proc, BiConsumer<? super R, ? super Throwable>... continuations) Invoke the specified EntryProcessor asynchronously.static <K,
V, R> CompletableFuture <R> InvocableMapHelper.invokeAsync
(NamedCache<K, V> cache, K key, InvocableMap.EntryProcessor<K, V, R> proc) Deprecated.As of Coherence 14.1.1, use enhancedInvocableMapHelper.invokeAsync(NamedCache, Object, int, EntryProcessor, BiConsumer[])
.static void
ExternalizableHelper.reportIncompatibleSerializers
(NamedCache cache, String sService, Serializer serializer) Log the message explaining the serializer incompatibility between the specified cache and a service.ModifierConstructorDescriptionConverterCacheListener
(NamedCache<K, V> cache, MapListener<K, V> listener, Converter<K, K> convKey, Converter<V, V> convVal) Constructor.ConverterNamedCache
(NamedCache<FK, FV> cache, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Constructor.