public class LedgerChecker extends Object
Modifier and Type | Field and Description |
---|---|
org.apache.bookkeeper.proto.BookieClient |
bookieClient |
Constructor and Description |
---|
LedgerChecker(BookKeeper bkc) |
Modifier and Type | Method and Description |
---|---|
void |
checkLedger(LedgerHandle lh,
org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.GenericCallback<Set<LedgerFragment>> cb)
Check that all the fragments in the passed in ledger, and report those
which are missing.
|
public LedgerChecker(BookKeeper bkc)
public void checkLedger(LedgerHandle lh, org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.GenericCallback<Set<LedgerFragment>> cb)
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.