Uses of Class
org.infinispan.commons.CacheConfigurationException
Packages that use CacheConfigurationException
Package
Description
Commons Configuration package
Factories are internal components used to create other components based on a cache's
configuration.
Helpers that allow easy exposure of attributes and operations via JMX.
Soft Index
NonBlockingStore.Transports handle the low-level networking, used by the remoting components.
A transport implementation based on JGroups.
-
Uses of CacheConfigurationException in org.infinispan.commons.configuration
Methods in org.infinispan.commons.configuration that throw CacheConfigurationExceptionModifier and TypeMethodDescriptionConfigurationUtils.builderFor(B built) Returns the builder that was used to build this class. -
Uses of CacheConfigurationException in org.infinispan.configuration.parsing
Methods in org.infinispan.configuration.parsing that return CacheConfigurationExceptionModifier and TypeMethodDescriptionstatic CacheConfigurationExceptionParseUtils.attributeRemoved(ConfigurationReader reader, int attributeIndex) static CacheConfigurationExceptionParseUtils.elementRemoved(ConfigurationReader reader) -
Uses of CacheConfigurationException in org.infinispan.factories
Methods in org.infinispan.factories that throw CacheConfigurationExceptionModifier and TypeMethodDescriptionInternalCacheFactory.createCache(Configuration configuration, GlobalComponentRegistry globalComponentRegistry, String cacheName) This implementation clones the configuration passed in before using it.voidAbstractComponentRegistry.wireDependencies(Object target) Deprecated, for removal: This API element is subject to removal in a future version.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.voidAbstractComponentRegistry.wireDependencies(Object target, boolean startDependencies) Deprecated, for removal: This API element is subject to removal in a future version.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 -
Uses of CacheConfigurationException in org.infinispan.persistence.sifs
Methods in org.infinispan.persistence.sifs that return CacheConfigurationExceptionModifier and TypeMethodDescriptionLog_$logger.invalidCompactionThreshold(double value) Log.invalidCompactionThreshold(double value) Log_$logger.maxNodeSizeLimitedToShort(int maxNodeSize) Log.maxNodeSizeLimitedToShort(int maxNodeSize) Log_$logger.minNodeSizeMustBeLessOrEqualToMax(int minNodeSize, int maxNodeSize) Log.minNodeSizeMustBeLessOrEqualToMax(int minNodeSize, int maxNodeSize) -
Uses of CacheConfigurationException in org.infinispan.remoting.transport
Methods in org.infinispan.remoting.transport that throw CacheConfigurationExceptionModifier and TypeMethodDescriptionvoidAbstractDelegatingTransport.checkCrossSiteAvailable()voidTransport.checkCrossSiteAvailable()Checks if thisTransportis able to perform cross-site requests. -
Uses of CacheConfigurationException in org.infinispan.remoting.transport.jgroups
Methods in org.infinispan.remoting.transport.jgroups that throw CacheConfigurationException