class BookKeeperAdmin.LedgerEntriesIterable extends java.lang.Object implements java.lang.Iterable<LedgerEntry>
| Modifier and Type | Field and Description |
|---|---|
(package private) long |
firstEntryId |
(package private) long |
lastEntryId |
(package private) long |
ledgerId |
| Constructor and Description |
|---|
LedgerEntriesIterable(long ledgerId,
long firstEntry) |
LedgerEntriesIterable(long ledgerId,
long firstEntry,
long lastEntry) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<LedgerEntry> |
iterator() |
final long ledgerId
final long firstEntryId
final long lastEntryId
public LedgerEntriesIterable(long ledgerId,
long firstEntry)
public LedgerEntriesIterable(long ledgerId,
long firstEntry,
long lastEntry)
public java.util.Iterator<LedgerEntry> iterator()
iterator in interface java.lang.Iterable<LedgerEntry>Copyright © 2011–2024 The Apache Software Foundation. All rights reserved.