109110111112113114115116117118119
raf.close(); return false; } public SegmentInfo getInfo() { SegmentInfo info = new SegmentInfo(); info.set_timestamp(timestamp); if (recordCount != null) info.set_record_count(recordCount); info.set_sorted(isSorted()); return info; }