105106107108109110111
* @throws IOException * @throws FileFormatException */ private LogEntity createLogEntity(String dbpath, LogIndex db, int fileNumber) throws IOException, FileFormatException { return new LogEntity(dbpath, db, fileNumber, this.fileLimitLength); }