Package com.linkedin.helix

Examples of com.linkedin.helix.InstanceConfigChangeListener.onInstanceConfigChange()


        configChangeListener.onConfigChange(configs, changeContext);
      } else if (_listener instanceof InstanceConfigChangeListener)
      {
        InstanceConfigChangeListener listener = (InstanceConfigChangeListener) _listener;
        List<InstanceConfig> configs = _accessor.getChildValues(_propertyKey);
        listener.onInstanceConfigChange(configs, changeContext);       
      }
      break;
      }
      case CONFIG:
      {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.