Untitled
unknown
plain_text
a year ago
282 B
7
Indexable
@Async("statisticsThreadPool")
public CompletableFuture<Integer> addData {
int saved = featureStatisticsRepository.saveAll(toAddList).size();
Data data = getData();
update(data)
return CompletableFuture.completedFuture(saved);
}Editor is loading...
Leave a Comment