Searched refs:getAbsentAndExpiredKeyTypes (Results 1 – 1 of 1) sorted by relevance
150 private FluentFuture<Set<Integer>> getAbsentAndExpiredKeyTypes(Instant keyExpiryInstant) { in getAbsentAndExpiredKeyTypes() method in BackgroundKeyFetchWorker276 return getAbsentAndExpiredKeyTypes(currentInstant.plusMillis(inAdvanceIntervalMs)) in doRun()