Uses of Interface
com.tangosol.net.AsyncNamedCache
-
Packages that use AsyncNamedCache 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.net Contains basic cluster interfaces and factories.com.tangosol.net.cache Contains classes providing various caching strategies. -
-
Uses of AsyncNamedCache in com.oracle.coherence.grpc
Fields in com.oracle.coherence.grpc declared as AsyncNamedCache Modifier and Type Field Description protected AsyncNamedCache<Binary,Binary>
CacheRequestHolder. f_asyncNamedCache
TheAsyncNamedCache
that the request executes against.Methods in com.oracle.coherence.grpc that return AsyncNamedCache Modifier and Type Method Description AsyncNamedCache<Binary,Binary>
CacheRequestHolder. getAsyncCache()
Obtain theAsyncNamedCache
that the request executes on.Constructors in com.oracle.coherence.grpc with parameters of type AsyncNamedCache Constructor Description CacheRequestHolder(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 AsyncNamedCache Modifier and Type Method Description protected CompletionStage<AsyncNamedCache<Binary,Binary>>
NamedCacheServiceImpl. getAsyncCache(String scope, String cacheName)
Obtain anAsyncNamedCache
.Methods in com.oracle.coherence.grpc.proxy with parameters of type AsyncNamedCache Modifier and Type Method Description protected 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 AsyncNamedCache Modifier and Type Method Description default 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 AsyncNamedCache Modifier and Type Method Description AsyncNamedCache<K,V_FRONT>
ContinuousQueryCache. async(AsyncNamedMap.Option... options)
Return an asynchronous wrapper for this NamedCache.AsyncNamedCache<K,V>
NearCache. async(AsyncNamedMap.Option... options)
-