Uses of Class
kieker.common.util.map.BoundedConcurrentHashMap.BoundedCacheBehaviour
Package | Description |
---|---|
kieker.common.util.map |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of BoundedConcurrentHashMap.BoundedCacheBehaviour in kieker.common.util.map
Methods in kieker.common.util.map that return BoundedConcurrentHashMap.BoundedCacheBehaviour Modifier and Type Method Description static BoundedConcurrentHashMap.BoundedCacheBehaviour
BoundedConcurrentHashMap.BoundedCacheBehaviour. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BoundedConcurrentHashMap.BoundedCacheBehaviour[]
BoundedConcurrentHashMap.BoundedCacheBehaviour. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in kieker.common.util.map with parameters of type BoundedConcurrentHashMap.BoundedCacheBehaviour Constructor Description BoundedConcurrentHashMap(BoundedConcurrentHashMap.BoundedCacheBehaviour boundedCacheBehaviour, int maxCacheSize)
Initialize a bounded concurrent hash map.