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 class
InvalidatedNearRemoteCache<K,V>
NearRemoteCache
implementation enablingclass
RemoteCacheImpl<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 class
TransactionalRemoteCacheImpl<K,V>
ARemoteCache
implementation that handlesTransaction
.
-