-
public interface ConfigurableCreated by vincent on 17-4-17. Copyright @ 2013-2017 Platon AI. All rights reserved
-
-
Method Summary
Modifier and Type Method Description abstract ImmutableConfiggetConf()Return the configuration used by this object. voidsetConf(ImmutableConfig jobConf)Set the configuration to be used by this object. -
-
Method Detail
-
getConf
abstract ImmutableConfig getConf()
Return the configuration used by this object.
-
setConf
void setConf(ImmutableConfig jobConf)
Set the configuration to be used by this object.
- Parameters:
jobConf- a ai.platon.pulsar.common.config.ImmutableConfig object.
-
-
-
-