Uses of Class
org.infinispan.client.hotrod.RemoteCacheManager
Package
Description
Hot Rod client API.
-
Uses of RemoteCacheManager in org.infinispan.client.hotrod
Modifier and TypeMethodDescriptiondefault RemoteCacheManager
RemoteCache.getRemoteCacheManager()
Deprecated, for removal: This API element is subject to removal in a future version.Since 14.0.Modifier 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
ModifierConstructorDescriptionprotected
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
Modifier and TypeMethodDescriptionstatic <K,
V> MultimapCacheManager <K, V> RemoteMultimapCacheManagerFactory.from
(RemoteCacheManager remoteCacheManager) -
Uses of RemoteCacheManager in org.infinispan.persistence.remote.global
Modifier and TypeMethodDescriptionGlobalRemoteContainers.cacheContainer
(String name, Marshaller marshaller) -
Uses of RemoteCacheManager in org.infinispan.persistence.remote.internal
Modifier and TypeMethodDescriptionGlobalRemoteContainersImpl.cacheContainer
(String name, Marshaller marshaller)