Uses of Class
com.oracle.coherence.client.AsyncNamedCacheClient
-
Packages that use AsyncNamedCacheClient Package Description com.oracle.coherence.client An implementation of a Coherence Java gRPC client. -
-
Uses of AsyncNamedCacheClient in com.oracle.coherence.client
Fields in com.oracle.coherence.client declared as AsyncNamedCacheClient Modifier and Type Field Description protected AsyncNamedCacheClient<K,V>NamedCacheClient. f_asyncClientThe asynchronous client.protected AsyncNamedCacheClient<K,V>RemoteCollection. f_clientThe wrappedAsyncNamedCacheClient.protected AsyncNamedCacheClient<?,?>RemoteKeySet.KeysAdvancer. f_clientThe client to use to send gRPC requests.protected AsyncNamedCacheClient<K,V>RemoteValues.ValuesIterator. f_clientThe underlying cache client.protected AsyncNamedCacheClient<K,V>RemoteCollection.EntryAdvancer. m_clientTheAsyncNamedCacheClientused to send gRPC requests.Fields in com.oracle.coherence.client with type parameters of type AsyncNamedCacheClient Modifier and Type Field Description protected List<DeactivationListener<AsyncNamedCacheClient<? super K,? super V>>>AsyncNamedCacheClient. f_listDeactivationListenersThe list ofDeactivationListenerto be notified when thisAsyncNamedCacheClientis released or destroyed.Methods in com.oracle.coherence.client that return AsyncNamedCacheClient Modifier and Type Method Description protected <K,V>
AsyncNamedCacheClient<K,V>GrpcRemoteCacheService. ensureAsyncCache(String sCacheName)Creates aAsyncNamedCacheClientbased on the provided arguments.protected <K,V>
AsyncNamedCacheClient<K,V>GrpcRemoteSession. ensureCache(String sCacheName)Deprecated.Creates aAsyncNamedCacheClientbased on the provided arguments.<K,V>
AsyncNamedCacheClient<K,V>GrpcRemoteSession. getAsyncCache(String sCacheName, com.tangosol.net.NamedMap.Option... options)Deprecated.Return theAsyncNamedCacheClientbased on the provided arguments.AsyncNamedCacheClient<K,V>NamedCacheClient. getAsyncClient()Return an asynchronous version of the client.protected AsyncNamedCacheClient<K,V>RemoteCollection. getCache()Obtain the underlyingNamedCache.Methods in com.oracle.coherence.client with parameters of type AsyncNamedCacheClient Modifier and Type Method Description voidAsyncNamedCacheClient.WrapperDeactivationListener. destroyed(AsyncNamedCacheClient<? super K,? super V> client)voidAsyncNamedCacheClient.WrapperDeactivationListener. released(AsyncNamedCacheClient<? super K,? super V> client)Method parameters in com.oracle.coherence.client with type arguments of type AsyncNamedCacheClient Modifier and Type Method Description voidAsyncNamedCacheClient. addDeactivationListener(DeactivationListener<AsyncNamedCacheClient<? super K,? super V>> listener)Add aDeactivationListenerthat will be notified when thisAsyncNamedCacheClientis released or destroyed.protected voidAsyncNamedCacheClient. removeDeactivationListener(DeactivationListener<AsyncNamedCacheClient<? super K,? super V>> listener)Remove aDeactivationListener.Constructors in com.oracle.coherence.client with parameters of type AsyncNamedCacheClient Constructor Description EntryAdvancer(AsyncNamedCacheClient<K,V> client)Constructs a newEntryAdvancerusing the providedAsyncNamedCacheClient.KeysAdvancer(AsyncNamedCacheClient<?,?> client)Constructs a newKeysAdvancer.NamedCacheClient(AsyncNamedCacheClient<K,V> asyncClient)Creates aNamedCacheClientwith the specified cache name andNamedCacheGrpcClient.RemoteCollection(AsyncNamedCacheClient<K,V> client)RemoteEntrySet(AsyncNamedCacheClient<K,V> map)Create aRemoteEntrySet.RemoteKeySet(AsyncNamedCacheClient<K,V> client)Create aRemoteKeySet.RemoteValues(AsyncNamedCacheClient<K,V> client)Create aRemoteValues.ValuesIterator(AsyncNamedCacheClient<K,V> client)Create aRemoteValues.ValuesIteratorto iterate over a cache's values.
-