Uses of Class
org.apache.bookkeeper.bookie.LastAddConfirmedUpdateNotification
Packages that use LastAddConfirmedUpdateNotification
Package
Description
Provides a Bookie server that stores entries for clients.
Classes related to DB based ledger storage.
Classes related to the Bookkeeper protocol.
-
Uses of LastAddConfirmedUpdateNotification in org.apache.bookkeeper.bookie
Fields in org.apache.bookkeeper.bookie with type parameters of type LastAddConfirmedUpdateNotificationModifier and TypeFieldDescriptionstatic final Function<Long,LastAddConfirmedUpdateNotification> LastAddConfirmedUpdateNotification.FUNCLastAddConfirmedUpdateNotification.WATCHER_RECYCLERMethods in org.apache.bookkeeper.bookie that return LastAddConfirmedUpdateNotificationMethods in org.apache.bookkeeper.bookie that return types with arguments of type LastAddConfirmedUpdateNotificationModifier and TypeMethodDescriptionio.netty.util.Recycler.Handle<LastAddConfirmedUpdateNotification>LastAddConfirmedUpdateNotification.getHandle()Method parameters in org.apache.bookkeeper.bookie with type arguments of type LastAddConfirmedUpdateNotificationModifier 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) Constructor parameters in org.apache.bookkeeper.bookie with type arguments of type LastAddConfirmedUpdateNotificationModifierConstructorDescriptionLastAddConfirmedUpdateNotification(io.netty.util.Recycler.Handle<LastAddConfirmedUpdateNotification> handle) -
Uses of LastAddConfirmedUpdateNotification in org.apache.bookkeeper.bookie.storage.ldb
Method parameters in org.apache.bookkeeper.bookie.storage.ldb with type arguments of type LastAddConfirmedUpdateNotificationModifier 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 LastAddConfirmedUpdateNotification in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto with parameters of type LastAddConfirmedUpdateNotificationModifier and TypeMethodDescriptionvoidLongPollReadEntryProcessorV3.update(LastAddConfirmedUpdateNotification newLACNotification)