Uses of Interface
com.tangosol.net.AsyncNamedCache
Packages that use AsyncNamedCache
Package
Description
Low-level utilities for Coherence gRPC server and client implementation.
The Coherence gRPC server implementation.
Contains basic cluster interfaces and factories.
Contains classes providing various caching strategies.
-
Uses of AsyncNamedCache in com.oracle.coherence.grpc
Fields in com.oracle.coherence.grpc declared as AsyncNamedCacheModifier and TypeFieldDescriptionprotected final AsyncNamedCache
<Binary, Binary> CacheRequestHolder.f_asyncNamedCache
TheAsyncNamedCache
that the request executes against.Methods in com.oracle.coherence.grpc that return AsyncNamedCacheModifier and TypeMethodDescriptionCacheRequestHolder.getAsyncCache()
Obtain theAsyncNamedCache
that the request executes on.Constructors in com.oracle.coherence.grpc 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.oracle.coherence.grpc.proxy
Methods in com.oracle.coherence.grpc.proxy that return types with arguments of type AsyncNamedCacheModifier and TypeMethodDescriptionprotected CompletionStage
<AsyncNamedCache<Binary, Binary>> NamedCacheServiceImpl.getAsyncCache
(String scope, String cacheName) Obtain anAsyncNamedCache
.Methods in com.oracle.coherence.grpc.proxy with parameters of type AsyncNamedCacheModifier and TypeMethodDescriptionprotected CompletionStage
<com.google.protobuf.Empty> NamedCacheServiceImpl.plainPutAll
(AsyncNamedCache<Binary, Binary> cache, Map<Binary, Binary> map, long cMillis) Perform aputAll
operation on a partitioned cache. -
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)