Package one.microstream.util.config
Interface Config
- All Known Implementing Classes:
- AbstractConfig,- RootConfig,- SubConfig
public interface Config
- 
Method SummaryModifier and Type Method Description <T> Tget(ConfigEntry<T> entry)default StringgetRawValue(String key)default StringgetValue(String key)Stringidentifier()XGettingTable<String,String>table()
- 
Method Details- 
tableXGettingTable<String,String> table()
- 
getValue
- 
getRawValue
- 
identifierString identifier()
- 
get
 
-