Uses of Class
org.apache.bookkeeper.bookie.DefaultEntryLogger.EntryLookupException
-
Packages that use DefaultEntryLogger.EntryLookupException Package Description org.apache.bookkeeper.bookie 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.bookie Modifier and Type Class Description (package private) static classDefaultEntryLogger.EntryLookupException.InvalidEntryLengthExceptionRepresents case where log is present, but encoded entry length header is invalid.(package private) static classDefaultEntryLogger.EntryLookupException.MissingEntryExceptionRepresents case where entry log is present, but does not contain the specified entry.(package private) static classDefaultEntryLogger.EntryLookupException.MissingLogFileExceptionRepresents case where log file is missing.(package private) static classDefaultEntryLogger.EntryLookupException.WrongEntryExceptionRepresents case where the entry at pos is wrong.Methods in org.apache.bookkeeper.bookie that throw DefaultEntryLogger.EntryLookupException Modifier and Type Method Description (package private) voidDefaultEntryLogger. checkEntry(long ledgerId, long entryId, long location)
-