Uses of Class
org.infinispan.client.hotrod.impl.RemoteCacheImpl
-
Packages that use RemoteCacheImpl Package Description org.infinispan.client.hotrod.impl org.infinispan.client.hotrod.impl.query org.infinispan.client.hotrod.impl.transaction -
-
Uses of RemoteCacheImpl in org.infinispan.client.hotrod.impl
Subclasses of RemoteCacheImpl in org.infinispan.client.hotrod.impl Modifier and Type Class Description class
InvalidatedNearRemoteCache<K,V>
NearRemoteCache
implementation enablingConstructors in org.infinispan.client.hotrod.impl with parameters of type RemoteCacheImpl Constructor Description StreamingRemoteCacheImpl(RemoteCacheImpl<K,?> cache)
-
Uses of RemoteCacheImpl in org.infinispan.client.hotrod.impl.query
Constructors in org.infinispan.client.hotrod.impl.query with parameters of type RemoteCacheImpl Constructor Description RemoteQueryFactory(RemoteCacheImpl<?,?> cache)
-
Uses of RemoteCacheImpl in org.infinispan.client.hotrod.impl.transaction
Subclasses of RemoteCacheImpl in org.infinispan.client.hotrod.impl.transaction Modifier and Type Class Description class
TransactionalRemoteCacheImpl<K,V>
ARemoteCache
implementation that handlesTransaction
.
-