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.ByteBufDefaultEntryLogger. readEntry(long location)io.netty.buffer.ByteBufDefaultEntryLogger. 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.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 Modifier and Type Method Description io.netty.buffer.ByteBufDirectEntryLogger. readEntry(long entryLocation)io.netty.buffer.ByteBufDirectEntryLogger. readEntry(long ledgerId, long entryId, long entryLocation)
-