Uses of Class
org.infinispan.commons.CacheConfigurationException
-
Packages that use CacheConfigurationException Package Description org.infinispan.commons.configuration Commons Configuration packageorg.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX. -
-
Uses of CacheConfigurationException in org.infinispan.commons.configuration
Methods in org.infinispan.commons.configuration that throw CacheConfigurationException Modifier and Type Method Description static <B> Class<? extends Builder<B>>
ConfigurationUtils. builderFor(B built)
Returns the builder that was used to build this class. -
Uses of CacheConfigurationException in org.infinispan.factories
Methods in org.infinispan.factories that throw CacheConfigurationException Modifier and Type Method Description Cache<K,V>
InternalCacheFactory. createCache(Configuration configuration, GlobalComponentRegistry globalComponentRegistry, String cacheName)
This implementation clones the configuration passed in before using it.void
AbstractComponentRegistry. wireDependencies(Object target)
Deprecated.Wires an object instance with dependencies annotated with theInject
annotation, creating more components as needed based on the Configuration passed in if these additional components don't exist in theComponentRegistry
. -
Uses of CacheConfigurationException in org.infinispan.jmx
Subclasses of CacheConfigurationException in org.infinispan.jmx Modifier and Type Class Description class
JmxDomainConflictException
-