Uses of Class
org.infinispan.client.hotrod.impl.RemoteCacheSupport
-
Packages that use RemoteCacheSupport Package Description org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.transaction -
-
Uses of RemoteCacheSupport in org.infinispan.client.hotrod.impl
Subclasses of RemoteCacheSupport in org.infinispan.client.hotrod.impl Modifier and Type Class Description classDelegatingRemoteCache<K,V>Delegates all invocations to the provided underlyingInternalRemoteCachebut provides extensibility to intercept when a method is invoked.classInvalidatedNearRemoteCache<K,V>NearRemoteCacheimplementation enablingclassRemoteCacheImpl<K,V> -
Uses of RemoteCacheSupport in org.infinispan.client.hotrod.impl.transaction
Subclasses of RemoteCacheSupport in org.infinispan.client.hotrod.impl.transaction Modifier and Type Class Description classTransactionalRemoteCacheImpl<K,V>ARemoteCacheimplementation that handlesTransaction.
-