Class Parser

java.lang.Object
org.infinispan.configuration.parsing.CacheParser
org.infinispan.configuration.parsing.Parser
All Implemented Interfaces:
ConfigurationParser

@MetaInfServices(ConfigurationParser.class) public class Parser extends CacheParser
This class implements the parser for Infinispan/AS7/EAP/JDG schema files
Since:
9.0
Author:
Tristan Tarrant, Galder ZamarreƱo
  • Field Details

  • Constructor Details

    • Parser

      public Parser()
  • Method Details

    • readElement

      public void readElement(org.infinispan.commons.configuration.io.ConfigurationReader reader, ConfigurationBuilderHolder holder)
      Description copied from interface: ConfigurationParser
      The entry point of a configuration parser which gets passed a ConfigurationReader positioned at a root element associated with the parser itself according to the registered mapping.
      Specified by:
      readElement in interface ConfigurationParser
      Overrides:
      readElement in class CacheParser
      Parameters:
      reader - the configuration stream reader
      holder - a holder object used by the parser to maintain state
    • parseBoundedQueueThreadPool

      public void parseBoundedQueueThreadPool(org.infinispan.commons.configuration.io.ConfigurationReader reader, ConfigurationBuilderHolder holder, String name, boolean isNonBlocking)