Class RemoteStoreConfigurationParser
java.lang.Object
org.infinispan.persistence.remote.configuration.RemoteStoreConfigurationParser
- All Implemented Interfaces:
ConfigurationParser
@MetaInfServices
public class RemoteStoreConfigurationParser
extends Object
implements ConfigurationParser
Remote cache store parser.
- Since:
- 9.0
- Author:
- Galder ZamarreƱo
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
readElement
(ConfigurationReader reader, ConfigurationBuilderHolder holder) The entry point of a configuration parser which gets passed aConfigurationReader
positioned at a root element associated with the parser itself according to the registered mapping.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.infinispan.configuration.parsing.ConfigurationParser
readAttribute
-
Field Details
-
PREFIX
- See Also:
-
NAMESPACE
- See Also:
-
-
Constructor Details
-
RemoteStoreConfigurationParser
public RemoteStoreConfigurationParser()
-
-
Method Details
-
readElement
Description copied from interface:ConfigurationParser
The entry point of a configuration parser which gets passed aConfigurationReader
positioned at a root element associated with the parser itself according to the registered mapping.- Specified by:
readElement
in interfaceConfigurationParser
- Parameters:
reader
- the configuration stream readerholder
- a holder object used by the parser to maintain state
-
getNamespaces
- Specified by:
getNamespaces
in interfaceConfigurationParser
-