Searched defs:newLogs (Results 1 – 1 of 1) sorted by relevance
273 private void getNextBatch(ArrayList<SecurityEvent> newLogs) throws IOException { in getNextBatch()305 private void saveLastEvents(ArrayList<SecurityEvent> newLogs) { in saveLastEvents()332 private void mergeBatchLocked(final ArrayList<SecurityEvent> newLogs) { in mergeBatchLocked()432 final ArrayList<SecurityEvent> newLogs = new ArrayList<>(); in run() local