static class DocumentsWriterPerThread.FlushedSegment
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) int |
delCount |
(package private) FieldInfos |
fieldInfos |
(package private) MutableBits |
liveDocs |
(package private) SegmentCommitInfo |
segmentInfo |
(package private) FrozenBufferedUpdates |
segmentUpdates |
Modifier | Constructor and Description |
---|---|
private |
FlushedSegment(SegmentCommitInfo segmentInfo,
FieldInfos fieldInfos,
BufferedUpdates segmentUpdates,
MutableBits liveDocs,
int delCount) |
final SegmentCommitInfo segmentInfo
final FieldInfos fieldInfos
final FrozenBufferedUpdates segmentUpdates
final MutableBits liveDocs
final int delCount
private FlushedSegment(SegmentCommitInfo segmentInfo, FieldInfos fieldInfos, BufferedUpdates segmentUpdates, MutableBits liveDocs, int delCount)