Package org.apache.zookeeper
Interface ZooDefs.AddWatchModes
-
- Enclosing class:
- ZooDefs
@Public public static interface ZooDefs.AddWatchModes
-
-
Field Summary
Fields Modifier and Type Field Description static int
persistent
static int
persistentRecursive
-
-
-
Field Detail
-
persistent
static final int persistent
- See Also:
- Constant Field Values
-
persistentRecursive
static final int persistentRecursive
- See Also:
- Constant Field Values
-
-