Uses of Interface
one.microstream.storage.configuration.ConfigurationPropertyParser
Package | Description |
---|---|
one.microstream.storage.configuration |
-
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
Methods in one.microstream.storage.configuration that return ConfigurationPropertyParser Modifier and Type Method Description static ConfigurationPropertyParser
ConfigurationPropertyParser. New()
static ConfigurationPropertyParser
ConfigurationPropertyParser. New(DurationParser durationParser, ByteSizeParser byteSizeParser)
Methods in one.microstream.storage.configuration with parameters of type ConfigurationPropertyParser Modifier and Type Method Description static ConfigurationParser
ConfigurationParser. Ini(ConfigurationPropertyParser propertyParser)
Creates a newConfigurationParser
which reads ini, or property files.static ConfigurationParser
ConfigurationParser. Xml(ConfigurationPropertyParser propertyParser)
Creates a newConfigurationParser
which reads xml files.