Uses of Interface
com.tangosol.net.NamedCache
-
Packages that use NamedCache Package Description com.oracle.coherence.grpc Low-level utilities for Coherence gRPC server and client implementation.com.oracle.coherence.grpc.proxy The Coherence gRPC server implementation.com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.coherence.config.scheme Defines the Coherence configuration object model classes and interfaces for Caching and Service Schemes.com.tangosol.coherence.config.xml.processor Defines the Xml document Element and Attribute Processors for Coherence Cache Configuration files.com.tangosol.coherence.jcache Contains classes related to Coherence JCache.com.tangosol.coherence.jcache.partitionedcache Contains classes related to partitioned cache implementation of Coherence JCache.com.tangosol.coherence.rest Contains classes related to the Coherence REST API.com.tangosol.coherence.rest.events Contains classes related to the Coherence REST APIMapEvent
s.com.tangosol.coherence.rest.query Contains classes related to the Coherence REST pluggable query engine.com.tangosol.net Contains basic cluster interfaces and factories.com.tangosol.net.cache Contains classes providing various caching strategies.com.tangosol.net.management Contains classes related to the Coherence Management Framework.com.tangosol.net.partition Contains interfaces and classes related to partitioned services.com.tangosol.util Contains various generic utilities. -
-
Uses of NamedCache in com.oracle.coherence.grpc
Fields in com.oracle.coherence.grpc with type parameters of type NamedCache Modifier and Type Field Description protected Supplier<NamedCache<?,?>>
CacheRequestHolder. f_cacheSupplier
TheSupplier
to use to obtain a non-pass-through cache.Methods in com.oracle.coherence.grpc that return NamedCache Modifier and Type Method Description NamedCache<Binary,Binary>
CacheRequestHolder. getCache()
Obtain theNamedCache
that the request executes on.<K,V>
NamedCache<K,V>CacheRequestHolder. getNonPassThruCache()
Obtain theNamedCache
that the request executes on.Constructor parameters in com.oracle.coherence.grpc with type arguments of type NamedCache Constructor Description CacheRequestHolder(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
Methods in com.oracle.coherence.grpc.proxy that return NamedCache Modifier and Type Method Description protected NamedCache<Binary,Binary>
NamedCacheServiceImpl. getCache(String sScope, String sCacheName, boolean fPassThru)
Obtain anNamedCache
.protected NamedCache<Binary,Binary>
NamedCacheServiceImpl. getPassThroughCache(String scope, String cacheName)
Obtain anNamedCache
. -
Uses of NamedCache in com.tangosol.coherence.config.builder
Methods in com.tangosol.coherence.config.builder that return NamedCache Modifier and Type Method Description NamedCache
NamedCacheBuilder. 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
Methods in com.tangosol.coherence.config.scheme that return NamedCache Modifier and Type Method Description NamedCache
AbstractCachingScheme. realizeCache(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
Realizes aNamedCache
(possibly "ensuring it") based on the state of the builder, the providedParameterResolver
andMapBuilder
dependencies.NamedCache
ClassScheme. realizeCache(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
Realizes aNamedCache
(possibly "ensuring it") based on the state of the builder, the providedParameterResolver
andMapBuilder
dependencies.NamedCache
CustomScheme. realizeCache(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
Realizes aNamedCache
(possibly "ensuring it") based on the state of the builder, the providedParameterResolver
andMapBuilder
dependencies.NamedCache
NearScheme. realizeCache(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
Realizes aNamedCache
(possibly "ensuring it") based on the state of the builder, the providedParameterResolver
andMapBuilder
dependencies.NamedCache
PagedTopicStorageScheme. realizeCache(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
NamedCache
TransactionalScheme. realizeCache(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
Realizes aNamedCache
(possibly "ensuring it") based on the state of the builder, the providedParameterResolver
andMapBuilder
dependencies.NamedCache
WrapperCachingScheme. realizeCache(ParameterResolver resolver, MapBuilder.Dependencies dependencies)
-
Uses of NamedCache in com.tangosol.coherence.config.xml.processor
Methods in com.tangosol.coherence.config.xml.processor that return NamedCache Modifier and Type Method Description NamedCache<?,?>
InitParamProcessor.CacheRefExpression. evaluate(ParameterResolver resolver)
Evaluates theExpression
to produce a value of type T. -
Uses of NamedCache in com.tangosol.coherence.jcache
Fields in com.tangosol.coherence.jcache declared as NamedCache Modifier and Type Field Description protected NamedCache
AbstractCoherenceBasedCache. m_namedCache
The underlyingNamedCache
that holds then entries for theCoherenceBasedCache
. -
Uses of NamedCache in com.tangosol.coherence.jcache.partitionedcache
Methods in com.tangosol.coherence.jcache.partitionedcache with parameters of type NamedCache Modifier and Type Method Description static void
PartitionedCache. destroyCache(CoherenceBasedCacheManager mgr, JCacheIdentifier id, NamedCache namedCache)
Destroy a partitioned cache. -
Uses of NamedCache in com.tangosol.coherence.rest
Fields in com.tangosol.coherence.rest declared as NamedCache Modifier and Type Field Description protected 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.Methods in com.tangosol.coherence.rest with parameters of type NamedCache Modifier and Type Method Description protected 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.NamedQueryResource
CacheResource. instantiateNamedQueryResource(NamedCache cache, NamedQuery query, int cMaxResults)
Create an instance ofNamedQueryResource
for the specified resource configuration.Constructors in com.tangosol.coherence.rest with parameters of type NamedCache Constructor Description CacheResource(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
Constructors in com.tangosol.coherence.rest.events with parameters of type NamedCache Constructor Description MapEventOutput(NamedCache<K,V> cache, boolean fLite)
Construct MapEventOutput instance. -
Uses of NamedCache in com.tangosol.coherence.rest.query
Methods in com.tangosol.coherence.rest.query with parameters of type NamedCache Modifier and Type Method Description <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.Set
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
Fields in com.tangosol.net with type parameters of type NamedCache Modifier and Type Field Description protected Supplier<NamedCache<K,V>>
MapViewBuilder. f_supplierNamedCache
TheSupplier
returning aNamedCache
from which the view will be created.Methods in com.tangosol.net with type parameters of type NamedCache Modifier and Type Method Description default <C extends NamedCache<K,V>>
CNamedCache. as(Class<C> clzNamedCache)
Request a specific type of reference to aNamedCache
that thisNamedCache
may additionally implement or support.Methods in com.tangosol.net that return NamedCache Modifier and Type Method Description NamedCache<K,V>
ViewBuilder. build()
Construct aview
of theNamedCache
provided to this builder.NamedCache
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.NamedCache
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)
NamedCache
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>CacheFactory. getCache(String sName)
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
.Methods in com.tangosol.net with parameters of type NamedCache Modifier and Type Method Description protected 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.Constructors in com.tangosol.net with parameters of type NamedCache Constructor Description ViewBuilder(NamedCache<K,V> cache)
Construct a newViewBuilder
for the providedNamedCache
.Constructor parameters in com.tangosol.net with type arguments of type NamedCache Constructor Description 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
Classes in com.tangosol.net.cache that implement NamedCache Modifier and Type Class Description class
BundlingNamedCache
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
VersionedNearCache
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.Methods in com.tangosol.net.cache that return NamedCache Modifier and Type Method Description protected 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.NamedCache<K,V_BACK>
ContinuousQueryCache. getCache()
Obtain theNamedCache
that thisContinuousQueryCache
is based on.NamedCache
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).NamedCache
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).NamedCache
VersionedNearCache. getVersionCache()
Deprecated.Obtain the NamedCache object that holds the version data.Methods in com.tangosol.net.cache with parameters of type NamedCache Modifier and Type Method Description protected 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
.Constructors in com.tangosol.net.cache with parameters of type NamedCache Constructor Description BundlingNamedCache(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.NearCache(Map<K,V> mapFront, NamedCache<K,V> mapBack)
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.NearCache(Map<K,V> mapFront, NamedCache<K,V> mapBack, int nStrategy)
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.Constructor parameters in com.tangosol.net.cache with type arguments of type NamedCache Constructor Description ContinuousQueryCache(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
Methods in com.tangosol.net.management with parameters of type NamedCache Modifier and Type Method Description static 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
Fields in com.tangosol.net.partition declared as NamedCache Modifier and Type Field Description protected NamedCache
AbstractPartitionedIterator. m_cache
The cache to query from.Constructors in com.tangosol.net.partition with parameters of type NamedCache Constructor Description AbstractPartitionedIterator(Filter filter, NamedCache cache, PartitionSet setPids)
Create AbstractPartitionedIterator instance.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
Classes in com.tangosol.util that implement NamedCache Modifier and Type Class Description static class
ConverterCollections.ConverterNamedCache<FK,TK,FV,TV>
A Converter NamedCache views an underlying NamedCache through a set of key and value Converters.Methods in com.tangosol.util that return NamedCache Modifier and Type Method Description NamedCache<FK,FV>
ConverterCollections.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.Methods in com.tangosol.util with parameters of type NamedCache Modifier and Type Method Description 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.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, Executor executor, 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, Executor executor, 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, Executor executor, 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, 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, InvocableMap.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.Constructors in com.tangosol.util with parameters of type NamedCache Constructor Description ConverterCacheListener(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.
-