Uses of Class
org.apache.bookkeeper.bookie.DefaultEntryLogger.EntryLookupException
Packages that use DefaultEntryLogger.EntryLookupException
Package
Description
Provides a Bookie server that stores entries for clients.
-
Uses of DefaultEntryLogger.EntryLookupException in org.apache.bookkeeper.bookie
Subclasses of DefaultEntryLogger.EntryLookupException in org.apache.bookkeeper.bookieModifier and TypeClassDescription(package private) static classRepresents case where log is present, but encoded entry length header is invalid.(package private) static classRepresents case where entry log is present, but does not contain the specified entry.(package private) static classRepresents case where log file is missing.(package private) static classRepresents case where the entry at pos is wrong.Methods in org.apache.bookkeeper.bookie that throw DefaultEntryLogger.EntryLookupExceptionModifier and TypeMethodDescription(package private) voidDefaultEntryLogger.checkEntry(long ledgerId, long entryId, long location)