Package org.apache.bookkeeper.bookie
Class LedgerStorage.DetectedInconsistency
- java.lang.Object
- 
- org.apache.bookkeeper.bookie.LedgerStorage.DetectedInconsistency
 
- 
- Enclosing interface:
- LedgerStorage
 
 public static class LedgerStorage.DetectedInconsistency extends java.lang.ObjectClass 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 SummaryConstructors Constructor Description DetectedInconsistency(long ledgerId, long entryId, java.lang.Exception detail)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetEntryId()java.lang.ExceptiongetException()longgetLedgerId()
 
-