일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Cache
- Elastic
- KNN
- vavr
- api cache
- NORI
- 아이온큐
- API
- Query
- Analyzer
- elasticsearch cache
- Aggregation
- aqqle
- JPA
- TSLA
- 테슬라
- aggs
- mysql
- Docker
- IONQ
- java
- Selenium
- Elasticsearch
- ann
- request cache
- 양자컴퓨터
- file download
- java crawler
- redis
- dbeaver
Archives
- Today
- Total
목록get (1)
아빠는 개발자
[java] CompletableFuture에서 get()과 join()
Java의 CompletableFuture에서 get()과 join() 메소드는 모두 완료된 CompletableFuture의 결과를 반환 get() join() interrupt O X interrupt 발생 InterruptedException 인터럽트 차단 Exception ExecutionException UncheckedExecutionException get() 메소드는 java.util.concurrent.Future 인터페이스에 정의되어 있으므로 이 인터페이스를 구현하는 다른 클래스와 호환 가능하지만, join() 메소드는 CompletableFuture 클래스에만 특화되어 있기 때문에 CompletableFuture와만 사용할 수 있다 일반적으로 CompletableFuture을 다룰 때..
Java
2023. 8. 27. 19:06