Uses of Interface
kieker.analysis.generic.IPathLabelMapper
Packages that use IPathLabelMapper
Package
Description
Copyright 2026 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.
Containing all record/event source stages of Kieker based on TeeTime.
-
Uses of IPathLabelMapper in kieker.analysis.generic
Classes in kieker.analysis.generic that implement IPathLabelMapperConstructors in kieker.analysis.generic with parameters of type IPathLabelMapperModifierConstructorDescriptionCsvTableReaderStage(char separator, char quoteSymbol, char escapeSymbol, boolean header, Class<T> clazz, IPathLabelMapper<R> mapper) Read a single CSV file. -
Uses of IPathLabelMapper in kieker.analysis.generic.source
Constructors in kieker.analysis.generic.source with parameters of type IPathLabelMapperModifierConstructorDescriptionCsvTableReaderProducerStage(Path path, char separator, char quoteSymbol, char escapeSymbol, boolean header, Class<T> clazz, IPathLabelMapper<R> mapper) Read a single CSV file.