Uses of Class
org.infinispan.manager.DefaultCacheManager
Packages that use DefaultCacheManager
Package
Description
Cache manager API.
-
Uses of DefaultCacheManager in org.infinispan.manager
Constructors in org.infinispan.manager with parameters of type DefaultCacheManagerModifierConstructorDescriptionCacheManagerInfo
(DefaultCacheManager cacheManager, ConfigurationManager configurationManager, org.infinispan.registry.InternalCacheRegistry internalCacheRegistry, LocalTopologyManager localTopologyManager) -
Uses of DefaultCacheManager in org.infinispan.server.core
Methods in org.infinispan.server.core that return DefaultCacheManagerModifier and TypeMethodDescriptionServerManagement.getCacheManager()
default DefaultCacheManager
ServerManagement.getCacheManager
(String name) Deprecated, for removal: This API element is subject to removal in a future version.Multiple Cache Managers are not supported in the server. -
Uses of DefaultCacheManager in org.infinispan.server.core.backup
Constructors in org.infinispan.server.core.backup with parameters of type DefaultCacheManagerModifierConstructorDescriptionBackupManagerImpl
(org.infinispan.util.logging.events.EventLogger eventLogger, BlockingManager blockingManager, DefaultCacheManager cm, Path dataRoot)