Package | Description |
---|---|
org.infinispan.configuration.parsing | |
org.infinispan.manager |
Cache manager package
|
org.infinispan.persistence.cli.configuration | |
org.infinispan.persistence.jdbc.configuration | |
org.infinispan.persistence.remote.configuration |
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilderHolder |
ParserRegistry.parse(InputStream is) |
ConfigurationBuilderHolder |
ParserRegistry.parseFile(String filename) |
Modifier and Type | Method and Description |
---|---|
void |
XMLExtendedStreamReader.handleAny(ConfigurationBuilderHolder holder)
Handle an
<xs:any> -type nested element, passing in the given value, returning after
the end of the element. |
void |
ParserRegistry.parse(InputStream is,
ConfigurationBuilderHolder holder) |
void |
ParserRegistry.parse(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder) |
void |
NamespaceMappingParser.parseElement(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder)
Recursively parses the current element of an XML stream using an appropriate
ConfigurationParser depending on the element's namespace. |
void |
ParserRegistry.parseElement(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder) |
void |
ConfigurationParser.readElement(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder)
The entry point of a configuration parser which gets passed a
XMLExtendedStreamReader positioned at a root
element associated with the parser itself according to the registered mapping. |
void |
Parser60.readElement(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder) |
Constructor and Description |
---|
DefaultCacheManager(ConfigurationBuilderHolder holder,
boolean start)
Constructs a new instance of the CacheManager, using the holder passed in to read configuration settings.
|
Modifier and Type | Method and Description |
---|---|
void |
CLInterfaceLoaderConfigurationParser60.readElement(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcStoreConfigurationParser60.readElement(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteStoreConfigurationParser60.readElement(XMLExtendedStreamReader reader,
ConfigurationBuilderHolder holder) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.