类 ConfigNodeDescriptor
- java.lang.Object
-
- org.apache.iotdb.confignode.conf.ConfigNodeDescriptor
-
public class ConfigNodeDescriptor extends java.lang.Object
-
-
方法概要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 说明 ConfigNodeConfiggetConf()static ConfigNodeDescriptorgetInstance()java.net.URLgetPropsUrl(java.lang.String configFileName)get props url locationbooleanisSeedConfigNode()Check if the current ConfigNode is SeedConfigNode.
-
-
-
方法详细资料
-
getConf
public ConfigNodeConfig getConf()
-
getPropsUrl
public java.net.URL getPropsUrl(java.lang.String configFileName)
get props url location- 返回:
- 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.
- 返回:
- True if the target_config_node_list points to itself
-
getInstance
public static ConfigNodeDescriptor getInstance()
-
-