| Package | Description |
|---|---|
| org.apache.bookkeeper.common.util |
Util functions used across the project.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Watchable.addWatcher(Watcher<T> w)
Adds an watcher to the set of watchers for this object, provided
that it is not the same as some watcher already in the set.
|
boolean |
Watchable.deleteWatcher(Watcher<T> w)
Deletes an watcher from the set of watcher of this object.
|
| Constructor and Description |
|---|
Watchable(RecyclableArrayList.Recycler<Watcher<T>> recycler)
Construct an Watchable with zero watchers.
|
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.