Interface DataNodeConfigChangeListener

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onDataNodeConfigChange​(java.lang.Iterable<com.github.ambry.clustermap.DataNodeConfig> configs)
      Called when there is a relevant update to one or more DataNodeConfigs.
    • Method Detail

      • onDataNodeConfigChange

        void onDataNodeConfigChange​(java.lang.Iterable<com.github.ambry.clustermap.DataNodeConfig> configs)
        Called when there is a relevant update to one or more DataNodeConfigs.
        Parameters:
        configs - the new or updated configs.