Class ConfigNodeDescriptor

java.lang.Object
org.apache.iotdb.confignode.conf.ConfigNodeDescriptor

public class ConfigNodeDescriptor extends Object
  • Method Details

    • getConf

      public ConfigNodeConfig getConf()
    • getPropsUrl

      public static URL getPropsUrl(String configFileName)
      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

      public void loadHotModifiedProps(TrimProperties properties)
    • getInstance

      public static ConfigNodeDescriptor getInstance()