Uses of Class
org.apache.bookkeeper.client.impl.LedgerEntryImpl
-
Packages that use LedgerEntryImpl Package Description org.apache.bookkeeper.client BookKeeper Client.org.apache.bookkeeper.client.impl BookKeeper Client implementation package. -
-
Uses of LedgerEntryImpl in org.apache.bookkeeper.client
Fields in org.apache.bookkeeper.client declared as LedgerEntryImpl Modifier and Type Field Description (package private) LedgerEntryImplPendingReadOp.SingleLedgerEntryRequest. entryImpl(package private) LedgerEntryImplReadLastConfirmedAndEntryOp.ReadLACAndEntryRequest. entryImplConstructors in org.apache.bookkeeper.client with parameters of type LedgerEntryImpl Constructor Description LedgerEntry(LedgerEntryImpl entry) -
Uses of LedgerEntryImpl in org.apache.bookkeeper.client.impl
Methods in org.apache.bookkeeper.client.impl that return LedgerEntryImpl Modifier and Type Method Description static LedgerEntryImplLedgerEntryImpl. create(long ledgerId, long entryId)static LedgerEntryImplLedgerEntryImpl. create(long ledgerId, long entryId, long length, io.netty.buffer.ByteBuf buf)LedgerEntryImplLedgerEntryImpl. duplicate()Returns a duplicate of this entry.static LedgerEntryImplLedgerEntryImpl. duplicate(LedgerEntry entry)
-