public abstract static class LogManager.StableClosure extends Object implements Closure
| Modifier and Type | Field and Description |
|---|---|
protected List<LogEntry> |
entries |
protected long |
firstLogIndex |
protected int |
nEntries |
| Constructor and Description |
|---|
StableClosure() |
StableClosure(List<LogEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
List<LogEntry> |
getEntries() |
long |
getFirstLogIndex() |
void |
setEntries(List<LogEntry> entries) |
void |
setFirstLogIndex(long firstLogIndex) |
Copyright © 2024. All rights reserved.