Class DataIntegrityCheckImpl.LedgerResult
java.lang.Object
org.apache.bookkeeper.bookie.datainteg.DataIntegrityCheckImpl.LedgerResult
- Enclosing class:
- DataIntegrityCheckImpl
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static enum -
Method Summary
Modifier and TypeMethodDescription(package private) static DataIntegrityCheckImpl.LedgerResulterror(long ledgerId, LedgerMetadata metadata, Throwable t) (package private) long(package private) LedgerMetadata(package private) Throwable(package private) booleanisError()(package private) boolean(package private) booleanisOK()(package private) static DataIntegrityCheckImpl.LedgerResultmissing(long ledgerId) (package private) static DataIntegrityCheckImpl.LedgerResultok(long ledgerId, LedgerMetadata metadata)
-
Method Details
-
missing
-
ok
-
error
static DataIntegrityCheckImpl.LedgerResult error(long ledgerId, LedgerMetadata metadata, Throwable t) -
isMissing
boolean isMissing() -
isOK
boolean isOK() -
isError
boolean isError() -
getLedgerId
long getLedgerId() -
getMetadata
LedgerMetadata getMetadata() -
getThrowable
Throwable getThrowable()
-