Class TreeCache.TreeCacheEvent

  • Enclosing class:
    TreeCache

    public static class TreeCache.TreeCacheEvent
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TreeCacheEvent​(org.apache.curator.framework.recipes.cache.TreeCacheEvent event)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.curator.framework.recipes.cache.ChildData getData()  
      • Methods inherited from class java.lang.Object

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

      • TreeCacheEvent

        public TreeCacheEvent​(org.apache.curator.framework.recipes.cache.TreeCacheEvent event)
    • Method Detail

      • getData

        public org.apache.curator.framework.recipes.cache.ChildData getData()