Class ConfigurationPropertyParser.Default
java.lang.Object
one.microstream.storage.configuration.ConfigurationPropertyParser.Default
- All Implemented Interfaces:
- ConfigurationPropertyNames,- ConfigurationPropertyParser
- Enclosing interface:
- ConfigurationPropertyParser
public static class ConfigurationPropertyParser.Default extends Object implements ConfigurationPropertyParser, ConfigurationPropertyNames
- 
Nested Class SummaryNested classes/interfaces inherited from interface one.microstream.storage.configuration.ConfigurationPropertyParserConfigurationPropertyParser.Default
- 
Field SummaryFields inherited from interface one.microstream.storage.configuration.ConfigurationPropertyNamesBACKUP_DIRECTORY, BASE_DIRECTORY, CHANNEL_COUNT, CHANNEL_DIRECTORY_PREFIX, DATA_FILE_CLEANUP_HEAD_FILE, DATA_FILE_DISSOLVE_RATIO, DATA_FILE_MAX_SIZE, DATA_FILE_MAXIMUM_SIZE, DATA_FILE_MIN_SIZE, DATA_FILE_MINIMUM_SIZE, DATA_FILE_MINIMUM_USE_RATIO, DATA_FILE_PREFIX, DATA_FILE_SUFFIX, DELETION_DIRECTORY, ENTITY_CACHE_THRESHOLD, ENTITY_CACHE_TIMEOUT, ENTITY_CACHE_TIMEOUT_MS, HOUSEKEEPING_INTERVAL, HOUSEKEEPING_INTERVAL_MS, HOUSEKEEPING_NANO_TIME_BUDGET, HOUSEKEEPING_TIME_BUDGET_NS, LOCK_FILE_NAME, RESCUED_FILE_SUFFIX, TRANSACTION_FILE_PREFIX, TRANSACTION_FILE_SUFFIX, TRUNCATION_DIRECTORY, TYPE_DICTIONARY_FILENAME
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryModifier and Type Method Description voidparseProperties(Map<String,String> properties, Configuration configuration)
- 
Constructor Details- 
Defaultpublic Default()
 
- 
- 
Method Details- 
parseProperties- Specified by:
- parsePropertiesin interface- ConfigurationPropertyParser
 
 
-