public static enum BoundedConcurrentHashMap.BoundedCacheBehaviour extends java.lang.Enum<BoundedConcurrentHashMap.BoundedCacheBehaviour>
Enum Constant and Description |
---|
CLEAR_CACHE |
IGNORE_NEW_ENTRIES |
REMOVE_RANDOM_ENTRY |
Modifier and Type | Method and Description |
---|---|
static BoundedConcurrentHashMap.BoundedCacheBehaviour |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BoundedConcurrentHashMap.BoundedCacheBehaviour[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoundedConcurrentHashMap.BoundedCacheBehaviour IGNORE_NEW_ENTRIES
public static final BoundedConcurrentHashMap.BoundedCacheBehaviour REMOVE_RANDOM_ENTRY
public static final BoundedConcurrentHashMap.BoundedCacheBehaviour CLEAR_CACHE
public static BoundedConcurrentHashMap.BoundedCacheBehaviour[] values()
for (BoundedConcurrentHashMap.BoundedCacheBehaviour c : BoundedConcurrentHashMap.BoundedCacheBehaviour.values()) System.out.println(c);
public static BoundedConcurrentHashMap.BoundedCacheBehaviour valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright 2017 Kieker Project, http://kieker-monitoring.net