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