Class HelixReadOnlyStoreConfigRepository.StoreConfigChangedListener

  • All Implemented Interfaces:
    org.apache.helix.zookeeper.zkclient.IZkDataListener
    Enclosing class:
    HelixReadOnlyStoreConfigRepository

    protected class HelixReadOnlyStoreConfigRepository.StoreConfigChangedListener
    extends java.lang.Object
    implements org.apache.helix.zookeeper.zkclient.IZkDataListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleDataChange​(java.lang.String dataPath, java.lang.Object data)  
      void handleDataDeleted​(java.lang.String dataPath)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StoreConfigChangedListener

        protected StoreConfigChangedListener()
    • Method Detail

      • handleDataChange

        public void handleDataChange​(java.lang.String dataPath,
                                     java.lang.Object data)
                              throws java.lang.Exception
        Specified by:
        handleDataChange in interface org.apache.helix.zookeeper.zkclient.IZkDataListener
        Throws:
        java.lang.Exception
      • handleDataDeleted

        public void handleDataDeleted​(java.lang.String dataPath)
                               throws java.lang.Exception
        Specified by:
        handleDataDeleted in interface org.apache.helix.zookeeper.zkclient.IZkDataListener
        Throws:
        java.lang.Exception