Package com.twitter.chill.config
Class Config
java.lang.Object
com.twitter.chill.config.Config
- Direct Known Subclasses:
JavaMapConfig
Particular systems subclass this to reuse existing configured Instantiators
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanabstract StringReturn null if this key is undefinedgetBoolean(String key) booleangetBoolean(String key, boolean defval) abstract voidvoidsetBoolean(String key, Boolean v)
-
Constructor Details
-
Config
public Config()
-
-
Method Details
-
get
Return null if this key is undefined -
set
-
getOrElse
-
contains
-
getBoolean
-
getBoolean
-
setBoolean
-