Uses of Interface
com.tangosol.net.AsyncNamedCache
Packages that use AsyncNamedCache
Package
Description
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
Contains various generic utilities.
-
Uses of AsyncNamedCache in com.oracle.coherence.grpc.v0
Fields in com.oracle.coherence.grpc.v0 declared as AsyncNamedCacheModifier and TypeFieldDescriptionprotected final AsyncNamedCache
<Binary, Binary> CacheRequestHolder.f_asyncNamedCache
TheAsyncNamedCache
that the request executes against.Methods in com.oracle.coherence.grpc.v0 that return AsyncNamedCacheModifier and TypeMethodDescriptionCacheRequestHolder.getAsyncCache()
Obtain theAsyncNamedCache
that the request executes on.Constructors in com.oracle.coherence.grpc.v0 with parameters of type AsyncNamedCacheModifierConstructorDescriptionCacheRequestHolder
(Req request, AsyncNamedCache<Binary, Binary> cache, Supplier<NamedCache<?, ?>> cacheSupplier, String sFormat, Serializer serializer, Executor executor) Create aCacheRequestHolder
. -
Uses of AsyncNamedCache in com.tangosol.net
Methods in com.tangosol.net that return AsyncNamedCacheModifier and TypeMethodDescriptiondefault AsyncNamedCache
<K, V> NamedCache.async()
Return an asynchronous wrapper for this NamedCache.default AsyncNamedCache
<K, V> NamedCache.async
(AsyncNamedMap.Option... options) Return an asynchronous wrapper for this NamedCache. -
Uses of AsyncNamedCache in com.tangosol.net.cache
Methods in com.tangosol.net.cache that return AsyncNamedCacheModifier and TypeMethodDescriptionContinuousQueryCache.async
(AsyncNamedMap.Option... options) Return an asynchronous wrapper for this NamedCache.NearCache.async
(AsyncNamedMap.Option... options) -
Uses of AsyncNamedCache in com.tangosol.util
Classes in com.tangosol.util that implement AsyncNamedCacheModifier and TypeClassDescriptionstatic class
ConverterCollections.ConverterAsyncNamedCache<FK,
TK, FV, TV> Methods in com.tangosol.util that return AsyncNamedCacheModifier and TypeMethodDescriptionConverterCollections.ConverterNamedCache.async()
ConverterCollections.ConverterNamedCache.async
(AsyncNamedMap.Option... options) static <FK,
FV, TK, TV>
AsyncNamedCache<TK, TV> ConverterCollections.getAsyncNamedCache
(AsyncNamedCache<FK, FV> cache, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns a Converter instance of anAsyncNamedCache
that converts between the raw/from types to the desired/to types.Methods in com.tangosol.util with parameters of type AsyncNamedCacheModifier and TypeMethodDescriptionstatic <FK,
FV, TK, TV>
AsyncNamedCache<TK, TV> ConverterCollections.getAsyncNamedCache
(AsyncNamedCache<FK, FV> cache, Converter<FK, TK> convKeyUp, Converter<TK, FK> convKeyDown, Converter<FV, TV> convValUp, Converter<TV, FV> convValDown) Returns a Converter instance of anAsyncNamedCache
that converts between the raw/from types to the desired/to types.Constructors in com.tangosol.util with parameters of type AsyncNamedCache