Uses of Interface
one.microstream.storage.configuration.ConfigurationPropertyParser
Package | Description |
---|---|
one.microstream.storage.configuration |
Deprecation notes:
|
-
Uses of ConfigurationPropertyParser in one.microstream.storage.configuration
Classes in one.microstream.storage.configuration that implement ConfigurationPropertyParser Modifier and Type Class Description static class
ConfigurationPropertyParser.Default
Deprecated.Methods in one.microstream.storage.configuration that return ConfigurationPropertyParser Modifier and Type Method Description static ConfigurationPropertyParser
ConfigurationPropertyParser. New()
Deprecated.static ConfigurationPropertyParser
ConfigurationPropertyParser. New(DurationParser durationParserMs, DurationParser durationParserNs, ByteSizeParser byteSizeParser)
Deprecated.Methods in one.microstream.storage.configuration with parameters of type ConfigurationPropertyParser Modifier and Type Method Description static ConfigurationParser
ConfigurationParser. Ini(ConfigurationPropertyParser propertyParser)
Deprecated.Creates a newConfigurationParser
which reads ini, or property files.static ConfigurationParser
ConfigurationParser. Xml(ConfigurationPropertyParser propertyParser)
Deprecated.Creates a newConfigurationParser
which reads xml files.