Вот в этом конструкторе
private SegmentImpl(SegmentInitializationContext context) {
this.readOnly = true;
this.segmentName = context.getSegmentName();
this.segmentPath = context.getSegmentPath();
this.segmentIndex = context.getIndex();
this.currentSizeInBytes = context.getCurrentSize();
}
Вот в этом конструкторе