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.org.infinispan.persistence.sifs Soft IndexAdvancedLoadWriteStore. -
-
Uses of CacheConfigurationException in org.infinispan.commons.configuration
Methods in org.infinispan.commons.configuration that throw CacheConfigurationException Modifier and Type Method Description static <B> java.lang.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, java.lang.String cacheName)This implementation clones the configuration passed in before using it.voidAbstractComponentRegistry. wireDependencies(java.lang.Object target)Deprecated.Wires an object instance with dependencies annotated with theInjectannotation, 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 classJmxDomainConflictException -
Uses of CacheConfigurationException in org.infinispan.persistence.sifs
Methods in org.infinispan.persistence.sifs that return CacheConfigurationException Modifier and Type Method Description CacheConfigurationExceptionLog_$logger. invalidCompactionThreshold(double value)CacheConfigurationExceptionLog. invalidCompactionThreshold(double value)CacheConfigurationExceptionLog_$logger. maxNodeSizeLimitedToShort(int maxNodeSize)CacheConfigurationExceptionLog. maxNodeSizeLimitedToShort(int maxNodeSize)CacheConfigurationExceptionLog_$logger. minNodeSizeMustBeLessOrEqualToMax(int minNodeSize, int maxNodeSize)CacheConfigurationExceptionLog. minNodeSizeMustBeLessOrEqualToMax(int minNodeSize, int maxNodeSize)
-