Uses of Class
org.apache.curator.x.async.modeled.cached.ModeledCacheListener.Type
-
Packages that use ModeledCacheListener.Type Package Description org.apache.curator.x.async.modeled.cached -
-
Uses of ModeledCacheListener.Type in org.apache.curator.x.async.modeled.cached
Methods in org.apache.curator.x.async.modeled.cached that return ModeledCacheListener.Type Modifier and Type Method Description static ModeledCacheListener.TypeModeledCacheListener.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ModeledCacheListener.Type[]ModeledCacheListener.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.curator.x.async.modeled.cached with parameters of type ModeledCacheListener.Type Modifier and Type Method Description voidModeledCacheListener. accept(ModeledCacheListener.Type type, ZPath path, org.apache.zookeeper.data.Stat stat, T model)The given path was added, updated or removed
-