Class LedgerStorage.DetectedInconsistency

java.lang.Object
org.apache.bookkeeper.bookie.LedgerStorage.DetectedInconsistency
Enclosing interface:
LedgerStorage

public static class LedgerStorage.DetectedInconsistency extends Object
Class for describing location of a generic inconsistency. Implementations should ensure that detail is populated with an exception which adequately describes the nature of the problem.
  • Constructor Details

    • DetectedInconsistency

      DetectedInconsistency(long ledgerId, long entryId, Exception detail)
  • Method Details

    • getLedgerId

      public long getLedgerId()
    • getEntryId

      public long getEntryId()
    • getException

      public Exception getException()