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.proxy.common.cache
Methods in com.oracle.coherence.grpc.proxy.common.cache that return types with arguments of type AsyncNamedCacheModifier and TypeMethodDescriptionprotected Optional<AsyncNamedCache<Binary, Binary>> NamedCacheProxyProtocol.async(com.tangosol.coherence.component.net.extend.proxy.NamedCacheProxy proxy) Obtain an async version of aNamedCacheProxy. - 
Uses of AsyncNamedCache in com.oracle.coherence.grpc.proxy.common.v0
Methods in com.oracle.coherence.grpc.proxy.common.v0 that return types with arguments of type AsyncNamedCacheModifier and TypeMethodDescriptionprotected CompletionStage<AsyncNamedCache<Binary, Binary>> BaseNamedCacheServiceImpl.getAsyncCache(String scope, String cacheName) Obtain anAsyncNamedCache.Methods in com.oracle.coherence.grpc.proxy.common.v0 with parameters of type AsyncNamedCacheModifier and TypeMethodDescriptionprotected CompletionStage<com.google.protobuf.Empty> BaseNamedCacheServiceImpl.plainPutAll(AsyncNamedCache<Binary, Binary> cache, Map<Binary, Binary> map, long cMillis) Perform aputAlloperation on a partitioned cache. - 
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_asyncNamedCacheTheAsyncNamedCachethat the request executes against.Methods in com.oracle.coherence.grpc.v0 that return AsyncNamedCacheModifier and TypeMethodDescriptionCacheRequestHolder.getAsyncCache()Obtain theAsyncNamedCachethat 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 classConverterCollections.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 anAsyncNamedCachethat 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 anAsyncNamedCachethat converts between the raw/from types to the desired/to types.Constructors in com.tangosol.util with parameters of type AsyncNamedCache