Uses of Class
org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent.Type
-
Packages that use PathChildrenCacheEvent.Type Package Description org.apache.curator.framework.recipes.cache -
-
Uses of PathChildrenCacheEvent.Type in org.apache.curator.framework.recipes.cache
Methods in org.apache.curator.framework.recipes.cache that return PathChildrenCacheEvent.Type Modifier and Type Method Description PathChildrenCacheEvent.TypePathChildrenCacheEvent. getType()static PathChildrenCacheEvent.TypePathChildrenCacheEvent.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PathChildrenCacheEvent.Type[]PathChildrenCacheEvent.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 PathChildrenCacheEvent.Type Constructor Description PathChildrenCacheEvent(PathChildrenCacheEvent.Type type, ChildData data)
-