Uses of Interface
com.tangosol.net.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
Modifier and TypeFieldDescriptionprotected final AsyncNamedCache
<Binary, Binary> CacheRequestHolder.f_asyncNamedCache
TheAsyncNamedCache
that the request executes against.Modifier and TypeMethodDescriptionCacheRequestHolder.getAsyncCache()
Obtain theAsyncNamedCache
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 AsyncNamedCache in com.oracle.coherence.grpc.proxy
Modifier and TypeMethodDescriptionprotected CompletionStage
<AsyncNamedCache<Binary, Binary>> NamedCacheServiceImpl.getAsyncCache
(String scope, String cacheName) Obtain anAsyncNamedCache
.Modifier 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
Modifier 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