Uses of Class
org.infinispan.hotrod.impl.cache.RemoteCacheImpl
-
Packages that use RemoteCacheImpl Package Description org.infinispan.hotrod.impl.cache org.infinispan.hotrod.impl.multimap org.infinispan.hotrod.impl.transaction -
-
Uses of RemoteCacheImpl in org.infinispan.hotrod.impl.cache
Methods in org.infinispan.hotrod.impl.cache with parameters of type RemoteCacheImpl Modifier and Type Method Description static <K,V>
InvalidatedNearRemoteCache<K,V>InvalidatedNearRemoteCache. delegatingNearCache(RemoteCacheImpl<K,V> remoteCache, NearCacheService<K,V> nearCacheService)voidMBeanHelper.Impl. register(RemoteCacheImpl<?,?> remoteCache)voidMBeanHelper.NoOp. register(RemoteCacheImpl<?,?> remoteCache)voidMBeanHelper. register(RemoteCacheImpl<?,?> remoteCache)voidMBeanHelper.Impl. unregister(RemoteCacheImpl<?,?> remoteCache)voidMBeanHelper.NoOp. unregister(RemoteCacheImpl<?,?> remoteCache)voidMBeanHelper. unregister(RemoteCacheImpl<?,?> remoteCache) -
Uses of RemoteCacheImpl in org.infinispan.hotrod.impl.multimap
Constructors in org.infinispan.hotrod.impl.multimap with parameters of type RemoteCacheImpl Constructor Description RemoteMultimapCacheImpl(HotRodTransport hotRodTransport, RemoteCacheImpl<K,Collection<V>> cache)RemoteMultimapCacheImpl(HotRodTransport hotRodTransport, RemoteCacheImpl<K,Collection<V>> cache, boolean supportsDuplicates) -
Uses of RemoteCacheImpl in org.infinispan.hotrod.impl.transaction
Subclasses of RemoteCacheImpl in org.infinispan.hotrod.impl.transaction Modifier and Type Class Description classTransactionalRemoteCacheImpl<K,V>
-