| Package | Description | 
|---|---|
| org.apache.zookeeper | 
| Modifier and Type | Method and Description | 
|---|---|
| static Watcher.Event.KeeperState | Watcher.Event.KeeperState. fromInt(int intValue) | 
| Watcher.Event.KeeperState | WatchedEvent. getState() | 
| static Watcher.Event.KeeperState | Watcher.Event.KeeperState. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Watcher.Event.KeeperState[] | Watcher.Event.KeeperState. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| WatchedEvent(Watcher.Event.EventType eventType,
            Watcher.Event.KeeperState keeperState,
            String path)Create a WatchedEvent with specified type, state and path | 
Copyright © 2016 The Apache Software Foundation