Uses of Class
org.apache.curator.framework.recipes.cache.CuratorCacheListener.Type
-
Packages that use CuratorCacheListener.Type Package Description org.apache.curator.framework.recipes.cache -
-
Uses of CuratorCacheListener.Type in org.apache.curator.framework.recipes.cache
Methods in org.apache.curator.framework.recipes.cache that return CuratorCacheListener.Type Modifier and Type Method Description static CuratorCacheListener.TypeCuratorCacheListener.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CuratorCacheListener.Type[]CuratorCacheListener.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.curator.framework.recipes.cache with parameters of type CuratorCacheListener.Type Modifier and Type Method Description voidCuratorCacheListener. event(CuratorCacheListener.Type type, ChildData oldData, ChildData data)Called when a data is created, changed or deleted.
-