Uses of Enum Class
org.apache.zookeeper.Watcher.Event.EventType
Packages that use Watcher.Event.EventType
-
Uses of Watcher.Event.EventType in org.apache.zookeeper
Methods in org.apache.zookeeper that return Watcher.Event.EventTypeModifier and TypeMethodDescriptionstatic Watcher.Event.EventType
Watcher.Event.EventType.fromInt
(int intValue) WatchedEvent.getType()
static Watcher.Event.EventType
Returns the enum constant of this class with the specified name.static Watcher.Event.EventType[]
Watcher.Event.EventType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.zookeeper that return types with arguments of type Watcher.Event.EventTypeModifier and TypeMethodDescriptionWatchDeregistration.unregister
(int rc) Unregistering watcher that was added on path.Methods in org.apache.zookeeper with parameters of type Watcher.Event.EventTypeModifier and TypeMethodDescriptionClientWatchManager.materialize
(Watcher.Event.KeeperState state, Watcher.Event.EventType type, String path) Return a set of watchers that should be notified of the event.Constructors in org.apache.zookeeper with parameters of type Watcher.Event.EventTypeModifierConstructorDescriptionWatchedEvent
(Watcher.Event.EventType eventType, Watcher.Event.KeeperState keeperState, String path) Create a WatchedEvent with specified type, state and path -
Uses of Watcher.Event.EventType in org.apache.zookeeper.server.watch
Methods in org.apache.zookeeper.server.watch with parameters of type Watcher.Event.EventTypeModifier and TypeMethodDescriptionIWatchManager.triggerWatch
(String path, Watcher.Event.EventType type) Distribute the watch event for the given path.IWatchManager.triggerWatch
(String path, Watcher.Event.EventType type, WatcherOrBitSet suppress) Distribute the watch event for the given path, but ignore those suppressed ones.WatchManager.triggerWatch
(String path, Watcher.Event.EventType type) WatchManager.triggerWatch
(String path, Watcher.Event.EventType type, WatcherOrBitSet supress) WatchManagerOptimized.triggerWatch
(String path, Watcher.Event.EventType type) WatchManagerOptimized.triggerWatch
(String path, Watcher.Event.EventType type, WatcherOrBitSet suppress)