Uses of Class
kieker.analysis.util.debug.ListCollectionFilter.ListFullBehavior
| Package | Description |
|---|---|
| kieker.analysis.util.debug |
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 ListCollectionFilter.ListFullBehavior in kieker.analysis.util.debug
Methods in kieker.analysis.util.debug that return ListCollectionFilter.ListFullBehavior Modifier and Type Method Description static ListCollectionFilter.ListFullBehaviorListCollectionFilter.ListFullBehavior. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ListCollectionFilter.ListFullBehavior[]ListCollectionFilter.ListFullBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in kieker.analysis.util.debug with parameters of type ListCollectionFilter.ListFullBehavior Constructor Description ListCollectionFilter(int maxNumberOfEntries, ListCollectionFilter.ListFullBehavior listFullBehavior)Creates a new instance of this class using the given parameters.