Package | Description |
---|---|
org.apache.bookkeeper.client |
Modifier and Type | Method and Description |
---|---|
Enumeration<LedgerEntry> |
LedgerHandle.readEntries(long firstEntry,
long lastEntry)
Read a sequence of entries synchronously.
|
Iterable<LedgerEntry> |
BookKeeperAdmin.readEntries(long ledgerId,
long firstEntry,
long lastEntry)
Read entries from a ledger synchronously.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncCallback.ReadCallback.readComplete(int rc,
LedgerHandle lh,
Enumeration<LedgerEntry> seq,
Object ctx)
Callback declaration
|
Copyright © 2011-2016 The Apache Software Foundation. All Rights Reserved.