Uses of Enum
org.apache.zookeeper.Watcher.Event.EventType
Packages that use Watcher.Event.EventType
Package
Description
ZooKeeper server theory of operation
-
Uses of Watcher.Event.EventType in org.apache.zookeeper
Methods in org.apache.zookeeper that return Watcher.Event.EventTypeModifier and TypeMethodDescriptionstatic Watcher.Event.EventTypeWatcher.Event.EventType.fromInt(int intValue) WatchedEvent.getType()static Watcher.Event.EventTypeReturns 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.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 pathWatchedEvent(Watcher.Event.EventType eventType, Watcher.Event.KeeperState keeperState, String path, long zxid) Create a WatchedEvent with specified type, state, path and zxid -
Uses of Watcher.Event.EventType in org.apache.zookeeper.server
Methods in org.apache.zookeeper.server that return Watcher.Event.EventType -
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, long zxid, List<ACL> acl) Distribute the watch event for the given path.IWatchManager.triggerWatch(String path, Watcher.Event.EventType type, long zxid, List<ACL> acl, WatcherOrBitSet suppress) Distribute the watch event for the given path, but ignore those suppressed ones.WatchManager.triggerWatch(String path, Watcher.Event.EventType type, long zxid, List<ACL> acl) WatchManager.triggerWatch(String path, Watcher.Event.EventType type, long zxid, List<ACL> acl, WatcherOrBitSet supress) WatchManagerOptimized.triggerWatch(String path, Watcher.Event.EventType type, long zxid, List<ACL> acl) WatchManagerOptimized.triggerWatch(String path, Watcher.Event.EventType type, long zxid, List<ACL> acl, WatcherOrBitSet suppress)