Class LevelDBStoreConfigurationParser
- java.lang.Object
-
- org.infinispan.persistence.leveldb.configuration.LevelDBStoreConfigurationParser
-
- All Implemented Interfaces:
ConfigurationParser
@Deprecated @MetaInfServices public class LevelDBStoreConfigurationParser extends Object implements ConfigurationParser
Deprecated.Use the RocksDB cache store insteadLevelDB XML Configuration Parser- Since:
- 7.0
- Author:
- Ray Tsang
-
-
Constructor Summary
Constructors Constructor Description LevelDBStoreConfigurationParser()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Namespace[]getNamespaces()Deprecated.voidreadElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder)Deprecated.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.
-
-
-
Method Detail
-
readElement
public void readElement(XMLExtendedStreamReader reader, ConfigurationBuilderHolder holder) throws XMLStreamException
Deprecated.Description copied from interface:ConfigurationParserThe entry point of a configuration parser which gets passed aXMLExtendedStreamReaderpositioned at a root element associated with the parser itself according to the registered mapping.- Specified by:
readElementin interfaceConfigurationParser- Parameters:
reader- the XML stream readerholder- a holder object used by the parser to maintain state- Throws:
XMLStreamException
-
getNamespaces
public Namespace[] getNamespaces()
Deprecated.- Specified by:
getNamespacesin interfaceConfigurationParser
-
-