| Package | Description |
|---|---|
| kieker.common.util.map |
Copyright 2020 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.
|
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
BoundedConcurrentHashMap(BoundedConcurrentHashMap.BoundedCacheBehaviour boundedCacheBehaviour,
int maxCacheSize)
Initialize a bounded concurrent hash map.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net