Uses of Interface
org.apache.bookkeeper.common.util.Watcher
-
Packages that use Watcher Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.bookie.storage.ldb Classes related to DB based ledger storage.org.apache.bookkeeper.common.util defines the utilities for allocator used across the project.org.apache.bookkeeper.proto Classes related to the Bookkeeper protocol. -
-
Uses of Watcher in org.apache.bookkeeper.bookie
Fields in org.apache.bookkeeper.bookie with type parameters of type Watcher Modifier and Type Field Description static RecyclableArrayList.Recycler<Watcher<LastAddConfirmedUpdateNotification>>LastAddConfirmedUpdateNotification. WATCHER_RECYCLER -
Uses of Watcher in org.apache.bookkeeper.bookie.storage.ldb
Methods in org.apache.bookkeeper.bookie.storage.ldb with parameters of type Watcher Modifier and Type Method Description voidDbLedgerStorage. cancelWaitForLastAddConfirmedUpdate(long ledgerId, Watcher<LastAddConfirmedUpdateNotification> watcher)voidSingleDirectoryDbLedgerStorage. cancelWaitForLastAddConfirmedUpdate(long ledgerId, Watcher<LastAddConfirmedUpdateNotification> watcher)(package private) voidTransientLedgerInfo. cancelWaitForLastAddConfirmedUpdate(Watcher<LastAddConfirmedUpdateNotification> watcher)booleanDbLedgerStorage. waitForLastAddConfirmedUpdate(long ledgerId, long previousLAC, Watcher<LastAddConfirmedUpdateNotification> watcher)booleanSingleDirectoryDbLedgerStorage. waitForLastAddConfirmedUpdate(long ledgerId, long previousLAC, Watcher<LastAddConfirmedUpdateNotification> watcher)(package private) booleanTransientLedgerInfo. waitForLastAddConfirmedUpdate(long previousLAC, Watcher<LastAddConfirmedUpdateNotification> watcher) -
Uses of Watcher in org.apache.bookkeeper.common.util
Methods in org.apache.bookkeeper.common.util with parameters of type Watcher Modifier and Type Method Description booleanWatchable. 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.booleanWatchable. deleteWatcher(Watcher<T> w)Deletes an watcher from the set of watcher of this object.Constructor parameters in org.apache.bookkeeper.common.util with type arguments of type Watcher Constructor Description Watchable(RecyclableArrayList.Recycler<Watcher<T>> recycler)Construct an Watchable with zero watchers. -
Uses of Watcher in org.apache.bookkeeper.proto
Classes in org.apache.bookkeeper.proto that implement Watcher Modifier and Type Class Description (package private) classLongPollReadEntryProcessorV3Processor handling long poll read entry request.
-