Uses of Interface
org.infinispan.configuration.parsing.XMLExtendedStreamReader
-
Packages that use XMLExtendedStreamReader Package Description org.infinispan.configuration.parsing org.infinispan.counter.configuration org.infinispan.lock.configuration org.infinispan.persistence.jdbc.configuration Configuration for the JDBC CacheStore.org.infinispan.persistence.jpa.configuration Configuration forJpaStore.org.infinispan.persistence.remote.configuration Configuration forRemoteStore.org.infinispan.persistence.rest.configuration Configuration forRestStore.org.infinispan.persistence.rocksdb.configuration Configuration forRocksDBStore.org.infinispan.persistence.sifs.configuration Configuration forSoftIndexFileStore. -
-
Uses of XMLExtendedStreamReader in org.infinispan.configuration.parsing
Methods in org.infinispan.configuration.parsing with parameters of type XMLExtendedStreamReader Modifier and Type Method Description voidParserRegistry. parse(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder)protected voidParser. parseCacheElement(XMLExtendedStreamReader reader, Element element, ConfigurationBuilderHolder holder)protected voidParser. parseDataType(XMLExtendedStreamReader reader, ConfigurationBuilder builder, ConfigurationBuilderHolder holder)voidNamespaceMappingParser. parseElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder)Recursively parses the current element of an XML stream using an appropriateConfigurationParserdepending on the element's namespace.voidParserRegistry. parseElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder)protected voidParser. parseFileStore(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder)protected voidParser. parseLocking(XMLExtendedStreamReader reader, ConfigurationBuilder builder)static java.util.PropertiesParser. parseProperties(XMLExtendedStreamReader reader)static voidParser. parseStoreAttribute(XMLExtendedStreamReader reader, int index, AbstractStoreConfigurationBuilder<?,?> storeBuilder)This method is public static so that it can be reused by custom cache store/loader configuration parsersstatic voidParser. parseStoreElement(XMLExtendedStreamReader reader, StoreConfigurationBuilder<?,?> storeBuilder)static voidParser72. parseStoreElement(XMLExtendedStreamReader reader, StoreConfigurationBuilder<?,?> storeBuilder)Deprecated.static voidParser. parseStoreProperty(XMLExtendedStreamReader reader, StoreConfigurationBuilder<?,?> storeBuilder)static voidParser. parseStoreWriteBehind(XMLExtendedStreamReader reader, AsyncStoreConfigurationBuilder<?> storeBuilder)protected voidParser. parseTransaction(XMLExtendedStreamReader reader, ConfigurationBuilder builder, ConfigurationBuilderHolder holder)voidConfigurationParser. readElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder)The entry point of a configuration parser which gets passed aXMLExtendedStreamReaderpositioned at a root element associated with the parser itself according to the registered mapping.voidParser. readElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder) -
Uses of XMLExtendedStreamReader in org.infinispan.counter.configuration
Methods in org.infinispan.counter.configuration with parameters of type XMLExtendedStreamReader Modifier and Type Method Description voidCounterConfigurationParser. readElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder) -
Uses of XMLExtendedStreamReader in org.infinispan.lock.configuration
Methods in org.infinispan.lock.configuration with parameters of type XMLExtendedStreamReader Modifier and Type Method Description voidClusteredLockConfigurationParser. readElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder) -
Uses of XMLExtendedStreamReader in org.infinispan.persistence.jdbc.configuration
Methods in org.infinispan.persistence.jdbc.configuration with parameters of type XMLExtendedStreamReader Modifier and Type Method Description voidJdbcStoreConfigurationParser. readElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder) -
Uses of XMLExtendedStreamReader in org.infinispan.persistence.jpa.configuration
Methods in org.infinispan.persistence.jpa.configuration with parameters of type XMLExtendedStreamReader Modifier and Type Method Description voidJpaStoreConfigurationParser. readElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder) -
Uses of XMLExtendedStreamReader in org.infinispan.persistence.remote.configuration
Methods in org.infinispan.persistence.remote.configuration with parameters of type XMLExtendedStreamReader Modifier and Type Method Description voidRemoteStoreConfigurationParser. readElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder) -
Uses of XMLExtendedStreamReader in org.infinispan.persistence.rest.configuration
Methods in org.infinispan.persistence.rest.configuration with parameters of type XMLExtendedStreamReader Modifier and Type Method Description voidRestStoreConfigurationParser. readElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder) -
Uses of XMLExtendedStreamReader in org.infinispan.persistence.rocksdb.configuration
Methods in org.infinispan.persistence.rocksdb.configuration with parameters of type XMLExtendedStreamReader Modifier and Type Method Description voidRocksDBStoreConfigurationParser. readElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder) -
Uses of XMLExtendedStreamReader in org.infinispan.persistence.sifs.configuration
Methods in org.infinispan.persistence.sifs.configuration with parameters of type XMLExtendedStreamReader Modifier and Type Method Description voidSoftIndexFileStoreConfigurationParser. readElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder)
-