Class HelixReadOnlyStoreConfigRepository.StoreConfigAddedOrDeletedChangedListener

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleChildChange​(java.lang.String parentPath, java.util.List<java.lang.String> currentChildren)  
      • Methods inherited from class java.lang.Object

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

      • StoreConfigAddedOrDeletedChangedListener

        protected StoreConfigAddedOrDeletedChangedListener()
    • Method Detail

      • handleChildChange

        public void handleChildChange​(java.lang.String parentPath,
                                      java.util.List<java.lang.String> currentChildren)
                               throws java.lang.Exception
        Specified by:
        handleChildChange in interface org.apache.helix.zookeeper.zkclient.IZkChildListener
        Throws:
        java.lang.Exception