2324252627282930313233
journal.setDirectory(directory); journal.setMaxFileLength(fileSize); journal.setMaxWriteBatchSize(writeBatchSize); try { journal.open(); } catch (IOException e) { throw new RuntimeException(e); } return journal; }