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