Uses of Class
org.infinispan.client.hotrod.RemoteCacheManager
Packages that use RemoteCacheManager
Package
Description
Hot Rod client API.
-
Uses of RemoteCacheManager in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return RemoteCacheManagerModifier and TypeMethodDescriptiondefault RemoteCacheManager
RemoteCache.getRemoteCacheManager()
Deprecated, for removal: This API element is subject to removal in a future version.Since 14.0.Methods in org.infinispan.client.hotrod with parameters of type RemoteCacheManagerModifier and TypeMethodDescriptionstatic CounterManager
RemoteCounterManagerFactory.asCounterManager
(RemoteCacheManager cacheManager) void
DataFormat.initialize
(RemoteCacheManager remoteCacheManager, boolean serverObjectStorage) Deprecated, for removal: This API element is subject to removal in a future version.void
DataFormat.initialize
(RemoteCacheManager remoteCacheManager, String cacheName, boolean serverObjectStorage) -
Uses of RemoteCacheManager in org.infinispan.client.hotrod.impl
Constructors in org.infinispan.client.hotrod.impl with parameters of type RemoteCacheManagerModifierConstructorDescriptionprotected
RemoteCacheImpl
(RemoteCacheManager rcm, String name, ClientStatistics clientStatistics) RemoteCacheImpl
(RemoteCacheManager rcm, String name, TimeService timeService) RemoteCacheImpl
(RemoteCacheManager rcm, String name, TimeService timeService, NearCacheService<K, V> nearCacheService) RemoteCacheManagerAdminImpl
(RemoteCacheManager cacheManager, org.infinispan.client.hotrod.impl.operations.OperationsFactory operationsFactory, EnumSet<CacheContainerAdmin.AdminFlag> flags, Consumer<String> remover) -
Uses of RemoteCacheManager in org.infinispan.client.hotrod.multimap
Methods in org.infinispan.client.hotrod.multimap with parameters of type RemoteCacheManagerModifier and TypeMethodDescriptionstatic <K,
V> MultimapCacheManager <K, V> RemoteMultimapCacheManagerFactory.from
(RemoteCacheManager remoteCacheManager) Constructors in org.infinispan.client.hotrod.multimap with parameters of type RemoteCacheManager -
Uses of RemoteCacheManager in org.infinispan.persistence.remote.global
Methods in org.infinispan.persistence.remote.global that return types with arguments of type RemoteCacheManagerModifier and TypeMethodDescriptionGlobalRemoteContainers.cacheContainer
(String name, Marshaller marshaller) -
Uses of RemoteCacheManager in org.infinispan.persistence.remote.internal
Methods in org.infinispan.persistence.remote.internal that return types with arguments of type RemoteCacheManagerModifier and TypeMethodDescriptionGlobalRemoteContainersImpl.cacheContainer
(String name, Marshaller marshaller)