
Note that this implementation is not synchronized. If multiple threads access a hash map concurrently, and at least one of the threads modifies the map structurally, it must be synchronized externally. Java 의 HashMap 은 Thread Safe 하지 않기 때문에 동시에 여러 쓰레드가 접근할 경우에 외부에서 synchronized 처리가 필요하다. 멀티 쓰레드 환경에서 Thread Safe 하지 않은 HashMap 에 발생할 수 있는 현상. final Map map = new HashMap(); final Integer targetKey =..
JAVA
2021. 6. 4. 13:50
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- rate limit
- Flux
- mariadb-connector-j
- wait()
- msyql-connector-java
- MariaDB
- aurora
- AbstractMethodError
- DyanomoDB
- getBoolean
- notifyAll()
- N+1
- dynamodb
- ResultSet
- router
- GlobalFilter
- RouteDefinition
- ConcurrentHashMap
- mariada-connector
- referencedColumnName
- Seperate Chaining
- Lazy
- HashMap
- circurit breaker
- spring cloud gateway
- RoutePredication
- custom config data convertion
- notify()
- reactor
- reative
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함