| Package | Description |
|---|---|
| org.apache.bookkeeper.client |
BookKeeper Client.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
BookieWatcherImpl
This class is responsible for maintaining a consistent view of what bookies
are available by reading Zookeeper (and setting watches on the bookie nodes).
|
| Modifier and Type | Field and Description |
|---|---|
BookieWatcher |
LedgerChecker.bookieWatcher |
| Modifier and Type | Method and Description |
|---|---|
BookieWatcher |
ClientContext.getBookieWatcher() |
(package private) BookieWatcher |
BookKeeper.getBookieWatcher() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static java.util.List<org.apache.bookkeeper.net.BookieId> |
EnsembleUtils.replaceBookiesInEnsemble(BookieWatcher bookieWatcher,
LedgerMetadata metadata,
java.util.List<org.apache.bookkeeper.net.BookieId> oldEnsemble,
java.util.Map<java.lang.Integer,org.apache.bookkeeper.net.BookieId> failedBookies,
java.lang.String logContext) |
| Constructor and Description |
|---|
LedgerChecker(org.apache.bookkeeper.proto.BookieClient client,
BookieWatcher watcher) |
LedgerChecker(org.apache.bookkeeper.proto.BookieClient client,
BookieWatcher watcher,
int inFlightReadEntryNum) |
Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.