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 class
DefaultEntryLogger.EntryLookupException.InvalidEntryLengthException
Represents case where log is present, but encoded entry length header is invalid.(package private) static class
DefaultEntryLogger.EntryLookupException.MissingEntryException
Represents case where entry log is present, but does not contain the specified entry.(package private) static class
DefaultEntryLogger.EntryLookupException.MissingLogFileException
Represents case where log file is missing.(package private) static class
DefaultEntryLogger.EntryLookupException.WrongEntryException
Represents 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) void
DefaultEntryLogger. checkEntry(long ledgerId, long entryId, long location)
-