Package | Description |
---|---|
org.infinispan.config |
Cache configuration beans and parsers.
|
org.infinispan.config.parsing | |
org.infinispan.factories |
Factories are internal components used to create other components based on a cache's
configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
DuplicateCacheNameException
Thrown if a duplicate named cache is detected
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.assertValid()
Deprecated.
|
Configuration |
InfinispanConfiguration.parseDefaultConfiguration()
Deprecated.
|
Map<String,Configuration> |
InfinispanConfiguration.parseNamedConfigurations()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
XmlConfigurationParser.parseDefaultConfiguration()
Parses the default template configuration.
|
Map<String,Configuration> |
XmlConfigurationParser.parseNamedConfigurations()
Parses and retrieves configuration overrides for named caches.
|
Modifier and Type | Method and 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)
Wires an object instance with dependencies annotated with the
Inject annotation, creating more components
as needed based on the Configuration passed in if these additional components don't exist in the ComponentRegistry . |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.