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