Uses of Class
org.apache.zookeeper.Watcher.Event.EventType

Packages that use Watcher.Event.EventType
org.apache.zookeeper   
 

Uses of Watcher.Event.EventType in org.apache.zookeeper
 

Methods in org.apache.zookeeper that return Watcher.Event.EventType
static Watcher.Event.EventType Watcher.Event.EventType.fromInt(int intValue)
           
 Watcher.Event.EventType WatchedEvent.getType()
           
static Watcher.Event.EventType Watcher.Event.EventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Watcher.Event.EventType[] Watcher.Event.EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.zookeeper with parameters of type Watcher.Event.EventType
WatchedEvent(Watcher.Event.EventType eventType, Watcher.Event.KeeperState keeperState, String path)
          Create a WatchedEvent with specified type, state and path
 



Copyright © 2012 The Apache Software Foundation