Package org.apache.bookkeeper.bookie
Class LedgerStorage.DetectedInconsistency
java.lang.Object
org.apache.bookkeeper.bookie.LedgerStorage.DetectedInconsistency
- Enclosing interface:
- LedgerStorage
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
DetectedInconsistency
DetectedInconsistency(long ledgerId, long entryId, Exception detail)
-
-
Method Details
-
getLedgerId
public long getLedgerId() -
getEntryId
public long getEntryId() -
getException
-