Uses of Class
org.apache.bookkeeper.bookie.Bookie.NoEntryException
-
Packages that use Bookie.NoEntryException Package Description org.apache.bookkeeper.bookie Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.bookie.storage Provides a Bookie server that stores entries for clients.org.apache.bookkeeper.bookie.storage.directentrylogger Support for bookie entry logs using Direct IO. -
-
Uses of Bookie.NoEntryException in org.apache.bookkeeper.bookie
Methods in org.apache.bookkeeper.bookie that throw Bookie.NoEntryException Modifier and Type Method Description io.netty.buffer.ByteBuf
DefaultEntryLogger. readEntry(long location)
io.netty.buffer.ByteBuf
DefaultEntryLogger. readEntry(long ledgerId, long entryId, long entryLocation)
-
Uses of Bookie.NoEntryException in org.apache.bookkeeper.bookie.storage
Methods in org.apache.bookkeeper.bookie.storage that throw Bookie.NoEntryException Modifier and Type Method Description io.netty.buffer.ByteBuf
EntryLogger. readEntry(long entryLocation)
Read an entry from an entrylog location.io.netty.buffer.ByteBuf
EntryLogger. readEntry(long ledgerId, long entryId, long entryLocation)
Read an entry from an entrylog location, and verify that is matches the expected ledger and entry ID. -
Uses of Bookie.NoEntryException in org.apache.bookkeeper.bookie.storage.directentrylogger
Methods in org.apache.bookkeeper.bookie.storage.directentrylogger that throw Bookie.NoEntryException Modifier and Type Method Description io.netty.buffer.ByteBuf
DirectEntryLogger. readEntry(long entryLocation)
io.netty.buffer.ByteBuf
DirectEntryLogger. readEntry(long ledgerId, long entryId, long entryLocation)
-