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 org.infinispan.counter.api.CounterManager
RemoteCounterManagerFactory.asCounterManager
(RemoteCacheManager cacheManager) void
DataFormat.initialize
(RemoteCacheManager remoteCacheManager) Deprecated, for removal: This API element is subject to removal in a future version.Replaced byDataFormat.initialize(RemoteCacheManager, String)
.void
DataFormat.initialize
(RemoteCacheManager remoteCacheManager, String cacheName) -
Uses of RemoteCacheManager in org.infinispan.client.hotrod.impl
Fields in org.infinispan.client.hotrod.impl declared as RemoteCacheManagerModifier and TypeFieldDescriptionprotected final RemoteCacheManager
RemoteCacheImpl.remoteCacheManager
Constructors in org.infinispan.client.hotrod.impl with parameters of type RemoteCacheManagerModifierConstructorDescriptionRemoteCacheImpl
(RemoteCacheManager rcm, String name, TimeService timeService, Function<InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> factoryFunction) RemoteCacheImpl
(RemoteCacheManager rcm, String name, TimeService timeService, NearCacheService<K, V> nearCacheService, Function<InternalRemoteCache<K, V>, org.infinispan.client.hotrod.impl.operations.CacheOperationsFactory> factoryFunction) RemoteCacheManagerAdminImpl
(RemoteCacheManager cacheManager, org.infinispan.client.hotrod.impl.operations.ManagerOperationsFactory operationsFactory, org.infinispan.client.hotrod.impl.transport.netty.OperationDispatcher operationDispatcher, 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)