private static class BufferedUpdatesStream.FinishedSegments
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private long |
completedDelGen
Largest del gen, inclusive, for which all prior packets have finished applying.
|
private java.util.Set<java.lang.Long> |
finishedDelGens
This lets us track the "holes" in the current frontier of applying del
gens; once the holes are filled in we can advance completedDelGen.
|
private InfoStream |
infoStream |
Constructor and Description |
---|
FinishedSegments(InfoStream infoStream) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
clear() |
(package private) void |
finishedSegment(long delGen) |
(package private) long |
getCompletedDelGen() |
(package private) boolean |
stillRunning(long delGen) |
private long completedDelGen
private final java.util.Set<java.lang.Long> finishedDelGens
private final InfoStream infoStream
FinishedSegments(InfoStream infoStream)