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 Details
-
table
XGettingTable<String,String> table() -
getValue
-
getRawValue
-
identifier
String identifier() -
get
-