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 void
ParserRegistry. parse(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder)
protected void
Parser. parseCacheElement(XMLExtendedStreamReader reader, Element element, ConfigurationBuilderHolder holder)
protected void
Parser. parseDataType(XMLExtendedStreamReader reader, ConfigurationBuilder builder, ConfigurationBuilderHolder holder)
void
NamespaceMappingParser. parseElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder)
Recursively parses the current element of an XML stream using an appropriateConfigurationParser
depending on the element's namespace.void
ParserRegistry. parseElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder)
protected void
Parser. parseFileStore(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder)
protected void
Parser. parseLocking(XMLExtendedStreamReader reader, ConfigurationBuilder builder)
static Properties
Parser. parseProperties(XMLExtendedStreamReader reader)
static void
Parser. 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 void
Parser. parseStoreElement(XMLExtendedStreamReader reader, StoreConfigurationBuilder<?,?> storeBuilder)
static void
Parser72. parseStoreElement(XMLExtendedStreamReader reader, StoreConfigurationBuilder<?,?> storeBuilder)
Deprecated.static void
Parser. parseStoreProperty(XMLExtendedStreamReader reader, StoreConfigurationBuilder<?,?> storeBuilder)
static void
Parser. parseStoreWriteBehind(XMLExtendedStreamReader reader, AsyncStoreConfigurationBuilder<?> storeBuilder)
protected void
Parser. parseTransaction(XMLExtendedStreamReader reader, ConfigurationBuilder builder, ConfigurationBuilderHolder holder)
void
ConfigurationParser. readElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder)
The entry point of a configuration parser which gets passed aXMLExtendedStreamReader
positioned at a root element associated with the parser itself according to the registered mapping.void
Parser. 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 void
CounterConfigurationParser. 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 void
ClusteredLockConfigurationParser. 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 void
JdbcStoreConfigurationParser. 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 void
JpaStoreConfigurationParser. 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 void
RemoteStoreConfigurationParser. 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 void
RestStoreConfigurationParser. 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 void
RocksDBStoreConfigurationParser. 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 void
SoftIndexFileStoreConfigurationParser. readElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder)
-