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> T
get(ConfigEntry<T> entry)
default String
getRawValue(String key)
default String
getValue(String key)
String
identifier()
XGettingTable<String,String>
table()
-
-
-
Method Detail
-
table
XGettingTable<String,String> table()
-
identifier
String identifier()
-
get
<T> T get(ConfigEntry<T> entry)
-
-