Package cloud.orbit.actors.test
Class ConcurrentHashMapBenchmark
- java.lang.Object
-
- cloud.orbit.actors.test.ConcurrentHashMapBenchmark
-
- Direct Known Subclasses:
ConcurrentHashMapBenchmark_jmhType_B1
public class ConcurrentHashMapBenchmark extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConcurrentHashMapBenchmark.ConcurrentHashMapState
-
Constructor Summary
Constructors Constructor Description ConcurrentHashMapBenchmark()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconcurrentHashMap_computeIfAbsent(ConcurrentHashMapBenchmark.ConcurrentHashMapState state)voidconcurrentHashMap_getThenComputeIfAbsent(ConcurrentHashMapBenchmark.ConcurrentHashMapState state)
-
-
-
Method Detail
-
concurrentHashMap_computeIfAbsent
public void concurrentHashMap_computeIfAbsent(ConcurrentHashMapBenchmark.ConcurrentHashMapState state)
-
concurrentHashMap_getThenComputeIfAbsent
public void concurrentHashMap_getThenComputeIfAbsent(ConcurrentHashMapBenchmark.ConcurrentHashMapState state)
-
-