Uses of Interface
one.microstream.util.config.ConfigEntry
Package | Description |
---|---|
one.microstream.util.config |
-
Uses of ConfigEntry in one.microstream.util.config
Classes in one.microstream.util.config that implement ConfigEntry Modifier and Type Class Description static class
ConfigEntry.Abstract<T>
Methods in one.microstream.util.config that return ConfigEntry Modifier and Type Method Description static ConfigEntry<Boolean>
CompositeConfig. entryBoolean(String keyName)
static ConfigEntry<Double>
CompositeConfig. entryDouble(String keyName)
static ConfigEntry<Integer>
CompositeConfig. entryInteger(String keyName)
static ConfigEntry<Long>
CompositeConfig. entryLong(String keyName)
static ConfigEntry<String>
CompositeConfig. entryString(String keyName)
Methods in one.microstream.util.config with parameters of type ConfigEntry Modifier and Type Method Description <T> T
AbstractConfig. get(ConfigEntry<T> entry)
<T> T
Config. get(ConfigEntry<T> entry)