Package | Description |
---|---|
org.apache.zookeeper.server.watch |
Modifier and Type | Class and Description |
---|---|
class |
WatchManager
This class manages watches.
|
class |
WatchManagerOptimized
Optimized in memory and time complexity, compared to WatchManager, both the
memory consumption and time complexity improved a lot, but it cannot
efficiently remove the watcher when the session or socket is closed, for
majority use case this is not a problem.
|
Modifier and Type | Method and Description |
---|---|
static IWatchManager |
WatchManagerFactory.createWatchManager() |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.