2024 DevOps Lifecycle: Share your expertise on CI/CD, deployment metrics, tech debt, and more for our Feb. Trend Report (+ enter a raffle!).
Kubernetes in the Enterprise: Join our Virtual Roundtable as we dive into Kubernetes over the past year, core usages, and emerging trends.
Stats
Reputation: | 609 |
Pageviews: | 44.8K |
Articles: | 2 |
Comments: | 1 |
Articles
Refcards
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.