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 RemoteCacheManagerRemoteCache.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 CounterManagerRemoteCounterManagerFactory.asCounterManager(RemoteCacheManager cacheManager) voidDataFormat.initialize(RemoteCacheManager remoteCacheManager, boolean serverObjectStorage) Deprecated, for removal: This API element is subject to removal in a future version.voidDataFormat.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 RemoteCacheManagerModifierConstructorDescriptionprotectedRemoteCacheImpl(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)