Uses of Class
org.apache.curator.framework.api.CuratorEventType
-
Packages that use CuratorEventType Package Description org.apache.curator.framework.api -
-
Uses of CuratorEventType in org.apache.curator.framework.api
Methods in org.apache.curator.framework.api that return CuratorEventType Modifier and Type Method Description CuratorEventTypeCuratorEvent. getType()check here first - this value determines the type of event and which methods will have valid valuesstatic CuratorEventTypeCuratorEventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CuratorEventType[]CuratorEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-