Class Parser
java.lang.Object
org.infinispan.configuration.parsing.CacheParser
org.infinispan.configuration.parsing.Parser
- All Implemented Interfaces:
ConfigurationParser
This class implements the parser for Infinispan/AS7/EAP/JDG schema files
- Since:
- 9.0
- Author:
- Tristan Tarrant, Galder Zamarreño
-
Nested Class Summary
Nested classes/interfaces inherited from class CacheParser
CacheParser.Mode, CacheParser.TransactionMode -
Field Summary
FieldsFields inherited from class CacheParser
ALLOWED_DUPLICATES, IGNORE_DUPLICATES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparseBoundedQueueThreadPool(ConfigurationReader reader, ConfigurationBuilderHolder holder, String name, boolean isNonBlocking) voidreadElement(ConfigurationReader reader, ConfigurationBuilderHolder holder) The entry point of a configuration parser which gets passed aConfigurationReaderpositioned at a root element associated with the parser itself according to the registered mapping.Methods inherited from class CacheParser
getNamespaces, parseCacheElement, parseDistributedCache, parseFileStore, parseInvalidationCache, parseLocalCache, parseProperties, parseProperties, parseProperties, parseReplicatedCache, parseScatteredCache, parseStoreAttribute, parseStoreElement, parseStoreProperties, parseStoreProperty, parseStoreWriteBehindMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ConfigurationParser
readAttribute
-
Field Details
-
NAMESPACE
- See Also:
-
-
Constructor Details
-
Parser
public Parser()
-
-
Method Details
-
readElement
Description copied from interface:ConfigurationParserThe entry point of a configuration parser which gets passed aConfigurationReaderpositioned at a root element associated with the parser itself according to the registered mapping.- Specified by:
readElementin interfaceConfigurationParser- Overrides:
readElementin classCacheParser- Parameters:
reader- the configuration stream readerholder- a holder object used by the parser to maintain state
-
parseBoundedQueueThreadPool
public void parseBoundedQueueThreadPool(ConfigurationReader reader, ConfigurationBuilderHolder holder, String name, boolean isNonBlocking)
-