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) LedgerEntryImpl
PendingReadOp.SingleLedgerEntryRequest. entryImpl
(package private) LedgerEntryImpl
ReadLastConfirmedAndEntryOp.ReadLACAndEntryRequest. entryImpl
Constructors 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 LedgerEntryImpl
LedgerEntryImpl. create(long ledgerId, long entryId)
static LedgerEntryImpl
LedgerEntryImpl. create(long ledgerId, long entryId, long length, io.netty.buffer.ByteBuf buf)
LedgerEntryImpl
LedgerEntryImpl. duplicate()
Returns a duplicate of this entry.static LedgerEntryImpl
LedgerEntryImpl. duplicate(LedgerEntry entry)
-