Package | Description |
---|---|
org.infinispan.configuration.parsing | |
org.infinispan.manager |
Cache manager package
|
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilderHolder |
Parser.parse(InputStream is) |
ConfigurationBuilderHolder |
Parser.parse(List<? extends InputStream> streams)
This will parse all the streams in order overriding at each the global
and default cache settings.
|
ConfigurationBuilderHolder |
Parser.parseFile(String filename) |
ConfigurationBuilderHolder |
Parser.parseFiles(List<String> filenames)
This will parse all the filenames in order overriding at each the global
and default cache settings.
|
Constructor and Description |
---|
DefaultCacheManager(ConfigurationBuilderHolder holder,
boolean start)
Constructs a new instance of the CacheManager, using the holder passed in to read configuration settings.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.