Package org.apache.iotdb.confignode.conf
Class ConfigNodeDescriptor
java.lang.Object
org.apache.iotdb.confignode.conf.ConfigNodeDescriptor
-
Method Summary
Modifier and TypeMethodDescriptiongetConf()static ConfigNodeDescriptorstatic URLgetPropsUrl(String configFileName) Get props url location.booleanCheck if the current ConfigNode is SeedConfigNode.voidloadHotModifiedProps(TrimProperties properties)
-
Method Details
-
getConf
-
getPropsUrl
Get props url location.- Returns:
- url object if location exit, otherwise null.
-
isSeedConfigNode
public boolean isSeedConfigNode()Check if the current ConfigNode is SeedConfigNode.Notice: Only invoke this interface when first startup.
- Returns:
- True if the seed_config_node points to itself
-
loadHotModifiedProps
-
getInstance
-