|
Kieker 1.10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ListCollectionFilter.ListFullBehavior>
kieker.analysis.plugin.filter.forward.ListCollectionFilter.ListFullBehavior
public static enum ListCollectionFilter.ListFullBehavior
An enum for all possible list full behaviors.
| Enum Constant Summary | |
|---|---|
dropOldest
Drops the oldest entry. |
|
error
Throws a runtime exception. |
|
ignore
Ignores the given entry. |
|
| Method Summary | |
|---|---|
static ListCollectionFilter.ListFullBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ListCollectionFilter.ListFullBehavior[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ListCollectionFilter.ListFullBehavior dropOldest
public static final ListCollectionFilter.ListFullBehavior ignore
public static final ListCollectionFilter.ListFullBehavior error
| Method Detail |
|---|
public static ListCollectionFilter.ListFullBehavior[] values()
for (ListCollectionFilter.ListFullBehavior c : ListCollectionFilter.ListFullBehavior.values()) System.out.println(c);
public static ListCollectionFilter.ListFullBehavior valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
Kieker 1.10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||