Uses of Class
org.infinispan.configuration.ConfigurationManager
-
Packages that use ConfigurationManager Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration. -
-
Uses of ConfigurationManager in org.infinispan.commands
Methods in org.infinispan.commands with parameters of type ConfigurationManager Modifier and Type Method Description void
CreateCacheCommand. init(EmbeddedCacheManager cacheManager, ConfigurationManager configurationManager)
-
Uses of ConfigurationManager in org.infinispan.factories
Constructors in org.infinispan.factories with parameters of type ConfigurationManager Constructor Description GlobalComponentRegistry(GlobalConfiguration configuration, EmbeddedCacheManager cacheManager, Set<String> createdCaches, ConfigurationManager configurationManager)
Creates an instance of the component registry.
-