Uses of Enum Class
kieker.common.util.map.BoundedConcurrentHashMap.BoundedCacheBehaviour
Packages that use BoundedConcurrentHashMap.BoundedCacheBehaviour
Package
Description
Copyright 2026 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.BoundedCacheBehaviourModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.BoundedConcurrentHashMap.BoundedCacheBehaviour.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in kieker.common.util.map with parameters of type BoundedConcurrentHashMap.BoundedCacheBehaviourModifierConstructorDescriptionBoundedConcurrentHashMap(BoundedConcurrentHashMap.BoundedCacheBehaviour boundedCacheBehaviour, int maxCacheSize) Initialize a bounded concurrent hash map.