Uses of Interface
kieker.analysis.generic.IPathLabelMapper
| 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.
|
| kieker.analysis.generic.source |
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 IPathLabelMapper Modifier and Type Class Description classFileNameLabelMapperclassPathLabelMapperConstructors in kieker.analysis.generic with parameters of type IPathLabelMapper Constructor Description CsvTableReaderStage(char separator, char quoteSymbol, char escapeSymbol, boolean header, java.lang.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 IPathLabelMapper Constructor Description CsvTableReaderProducerStage(java.nio.file.Path path, char separator, char quoteSymbol, char escapeSymbol, boolean header, java.lang.Class<T> clazz, IPathLabelMapper<R> mapper)Read a single CSV file.