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