Uses of Class
org.apache.bookkeeper.bookie.Bookie.NoEntryException
Packages that use Bookie.NoEntryException
Package
Description
Provides a Bookie server that stores entries for clients.
Provides a Bookie server that stores entries for clients.
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 -
Uses of Bookie.NoEntryException in org.apache.bookkeeper.bookie.storage
Methods in org.apache.bookkeeper.bookie.storage that throw Bookie.NoEntryExceptionModifier and TypeMethodDescriptionio.netty.buffer.ByteBufEntryLogger.readEntry(long entryLocation) Read an entry from an entrylog location.io.netty.buffer.ByteBufEntryLogger.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