Uses of Class
org.apache.bookkeeper.bookie.LastAddConfirmedUpdateNotification
-
Packages that use LastAddConfirmedUpdateNotification 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.proto 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 LastAddConfirmedUpdateNotification Modifier and Type Field Description static java.util.function.Function<java.lang.Long,LastAddConfirmedUpdateNotification>
LastAddConfirmedUpdateNotification. FUNC
static RecyclableArrayList.Recycler<Watcher<LastAddConfirmedUpdateNotification>>
LastAddConfirmedUpdateNotification. WATCHER_RECYCLER
Methods in org.apache.bookkeeper.bookie that return LastAddConfirmedUpdateNotification Modifier and Type Method Description static LastAddConfirmedUpdateNotification
LastAddConfirmedUpdateNotification. of(long lastAddConfirmed)
Methods in org.apache.bookkeeper.bookie that return types with arguments of type LastAddConfirmedUpdateNotification Modifier and Type Method Description io.netty.util.Recycler.Handle<LastAddConfirmedUpdateNotification>
LastAddConfirmedUpdateNotification. getHandle()
Constructor parameters in org.apache.bookkeeper.bookie with type arguments of type LastAddConfirmedUpdateNotification Constructor Description LastAddConfirmedUpdateNotification(io.netty.util.Recycler.Handle<LastAddConfirmedUpdateNotification> handle)
-
Uses of LastAddConfirmedUpdateNotification in org.apache.bookkeeper.bookie.storage.ldb
-
Uses of LastAddConfirmedUpdateNotification in org.apache.bookkeeper.proto
Methods in org.apache.bookkeeper.proto with parameters of type LastAddConfirmedUpdateNotification Modifier and Type Method Description void
LongPollReadEntryProcessorV3. update(LastAddConfirmedUpdateNotification newLACNotification)
-