Uses of Class
org.infinispan.hotrod.impl.cache.RemoteCacheImpl
Packages that use RemoteCacheImpl
Package
Description
-
Uses of RemoteCacheImpl in org.infinispan.hotrod.impl.cache
Methods in org.infinispan.hotrod.impl.cache with parameters of type RemoteCacheImplModifier and TypeMethodDescriptionstatic <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 RemoteCacheImplModifierConstructorDescriptionRemoteMultimapCacheImpl(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