The dawn of observability across the SDLC has fully disrupted standard performance monitoring and management practices. See why.
Apache Kafka: a streaming engine for collecting, caching, and processing high volumes of data in real time. Explore the essentials now.
Stats
Reputation: | 609 |
Pageviews: | 46.1K |
Articles: | 2 |
Comments: | 1 |
Core Java Concurrency
Comments
Sep 05, 2017 · Igor Sorokin
Yep, you are right. Methods like 'incrementAndGet' are absent in LongAdder class, because there is no way to get an atomic snapshot of the current value, so it is not meant to be used like that.