Uses of Class
org.apache.curator.framework.recipes.cache.TreeCacheEvent.Type
-
Packages that use TreeCacheEvent.Type Package Description org.apache.curator.framework.recipes.cache -
-
Uses of TreeCacheEvent.Type in org.apache.curator.framework.recipes.cache
Methods in org.apache.curator.framework.recipes.cache that return TreeCacheEvent.Type Modifier and Type Method Description TreeCacheEvent.TypeTreeCacheEvent. getType()static TreeCacheEvent.TypeTreeCacheEvent.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TreeCacheEvent.Type[]TreeCacheEvent.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.curator.framework.recipes.cache with parameters of type TreeCacheEvent.Type Constructor Description TreeCacheEvent(TreeCacheEvent.Type type, ChildData data)
-