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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidreadElement(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 java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.configuration.parsing.ConfigurationParserreadAttribute
- 
Field Details- 
PREFIX- See Also:
 
- 
NAMESPACE- See Also:
 
 
- 
- 
Constructor Details- 
RemoteStoreConfigurationParserpublic RemoteStoreConfigurationParser()
 
- 
- 
Method Details- 
readElementDescription 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 interface- ConfigurationParser
- Parameters:
- reader- the configuration stream reader
- holder- a holder object used by the parser to maintain state
 
- 
getNamespaces- Specified by:
- getNamespacesin interface- ConfigurationParser
 
 
-