Uses of Interface
org.apache.bookkeeper.common.util.Watcher
Packages that use Watcher
Package
Description
Provides a Bookie server that stores entries for clients.
Classes related to DB based ledger storage.
defines the utilities for allocator used across the project.
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 WatcherMethods in org.apache.bookkeeper.bookie with parameters of type WatcherModifier and TypeMethodDescriptionvoidBookie.cancelWaitForLastAddConfirmedUpdate(long ledgerId, Watcher<LastAddConfirmedUpdateNotification> watcher) voidBookieImpl.cancelWaitForLastAddConfirmedUpdate(long ledgerId, Watcher<LastAddConfirmedUpdateNotification> watcher) (package private) voidFileInfo.cancelWaitForLastAddConfirmedUpdate(Watcher<LastAddConfirmedUpdateNotification> watcher) (package private) voidIndexPersistenceMgr.cancelWaitForLastAddConfirmedUpdate(long ledgerId, Watcher<LastAddConfirmedUpdateNotification> watcher) voidInterleavedLedgerStorage.cancelWaitForLastAddConfirmedUpdate(long ledgerId, Watcher<LastAddConfirmedUpdateNotification> watcher) voidInterleavedStorageRegenerateIndexOp.DryRunLedgerCache.cancelWaitForLastAddConfirmedUpdate(long ledgerId, Watcher<LastAddConfirmedUpdateNotification> watcher) voidLedgerCache.cancelWaitForLastAddConfirmedUpdate(long ledgerId, Watcher<LastAddConfirmedUpdateNotification> watcher) voidLedgerCacheImpl.cancelWaitForLastAddConfirmedUpdate(long ledgerId, Watcher<LastAddConfirmedUpdateNotification> watcher) (package private) abstract voidLedgerDescriptor.cancelWaitForLastAddConfirmedUpdate(Watcher<LastAddConfirmedUpdateNotification> watcher) (package private) voidLedgerDescriptorImpl.cancelWaitForLastAddConfirmedUpdate(Watcher<LastAddConfirmedUpdateNotification> watcher) voidLedgerStorage.cancelWaitForLastAddConfirmedUpdate(long ledgerId, Watcher<LastAddConfirmedUpdateNotification> watcher) Cancel a previous wait for last add confirmed update.voidSortedLedgerStorage.cancelWaitForLastAddConfirmedUpdate(long ledgerId, Watcher<LastAddConfirmedUpdateNotification> watcher) booleanBookie.waitForLastAddConfirmedUpdate(long ledgerId, long previousLAC, Watcher<LastAddConfirmedUpdateNotification> watcher) booleanBookieImpl.waitForLastAddConfirmedUpdate(long ledgerId, long previousLAC, Watcher<LastAddConfirmedUpdateNotification> watcher) (package private) booleanFileInfo.waitForLastAddConfirmedUpdate(long previousLAC, Watcher<LastAddConfirmedUpdateNotification> watcher) (package private) booleanIndexPersistenceMgr.waitForLastAddConfirmedUpdate(long ledgerId, long previousLAC, Watcher<LastAddConfirmedUpdateNotification> watcher) booleanInterleavedLedgerStorage.waitForLastAddConfirmedUpdate(long ledgerId, long previousLAC, Watcher<LastAddConfirmedUpdateNotification> watcher) booleanInterleavedStorageRegenerateIndexOp.DryRunLedgerCache.waitForLastAddConfirmedUpdate(long ledgerId, long previousLAC, Watcher<LastAddConfirmedUpdateNotification> watcher) booleanLedgerCache.waitForLastAddConfirmedUpdate(long ledgerId, long previousLAC, Watcher<LastAddConfirmedUpdateNotification> watcher) booleanLedgerCacheImpl.waitForLastAddConfirmedUpdate(long ledgerId, long previousLAC, Watcher<LastAddConfirmedUpdateNotification> watcher) (package private) abstract booleanLedgerDescriptor.waitForLastAddConfirmedUpdate(long previousLAC, Watcher<LastAddConfirmedUpdateNotification> watcher) (package private) booleanLedgerDescriptorImpl.waitForLastAddConfirmedUpdate(long previousLAC, Watcher<LastAddConfirmedUpdateNotification> watcher) booleanLedgerStorage.waitForLastAddConfirmedUpdate(long ledgerId, long previousLAC, Watcher<LastAddConfirmedUpdateNotification> watcher) Wait for last add confirmed update.booleanSortedLedgerStorage.waitForLastAddConfirmedUpdate(long ledgerId, long previousLAC, Watcher<LastAddConfirmedUpdateNotification> watcher) -
Uses of Watcher in org.apache.bookkeeper.bookie.storage.ldb
Methods in org.apache.bookkeeper.bookie.storage.ldb with parameters of type WatcherModifier and TypeMethodDescriptionvoidDbLedgerStorage.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 WatcherModifier and TypeMethodDescriptionbooleanWatchable.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 WatcherModifierConstructorDescriptionWatchable(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 WatcherModifier and TypeClassDescription(package private) classProcessor handling long poll read entry request.