Searched refs:keyFetchFutures (Results 1 – 1 of 1) sorted by relevance
181 List<ListenableFuture<List<DBEncryptionKey>>> keyFetchFutures = new ArrayList<>(); in fetchNewKeys() local210 keyFetchFutures.add( in fetchNewKeys()222 keyFetchFutures.add( in fetchNewKeys()238 keyFetchFutures.add( in fetchNewKeys()257 return FluentFuture.from(Futures.allAsList(keyFetchFutures)) in fetchNewKeys()