Uses of Class
org.apache.bookkeeper.client.impl.LastConfirmedAndEntryImpl
-
Packages that use LastConfirmedAndEntryImpl Package Description org.apache.bookkeeper.client.impl BookKeeper Client implementation package. -
-
Uses of LastConfirmedAndEntryImpl in org.apache.bookkeeper.client.impl
Methods in org.apache.bookkeeper.client.impl that return LastConfirmedAndEntryImpl Modifier and Type Method Description static LastConfirmedAndEntryImpl
LastConfirmedAndEntryImpl. create(long lac, LedgerEntry entry)
Constructor parameters in org.apache.bookkeeper.client.impl with type arguments of type LastConfirmedAndEntryImpl Constructor Description LastConfirmedAndEntryImpl(io.netty.util.Recycler.Handle<LastConfirmedAndEntryImpl> handle)
-