Uses of Class
kieker.analysis.repository.AbstractRepository
Package | Description |
---|---|
kieker.analysis |
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.plugin |
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.plugin.annotation |
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.stage.model | |
kieker.tools.trace.analysis.repository |
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.tools.trace.analysis.systemModel.repository |
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 AbstractRepository in kieker.analysis
Methods in kieker.analysis that return types with arguments of type AbstractRepository Modifier and Type Method Description java.util.Collection<AbstractRepository>
AnalysisController. getRepositories()
Deprecated.Delivers an unmodifiable collection of all repositories.java.util.Collection<AbstractRepository>
IAnalysisController. getRepositories()
Deprecated.Delivers an unmodifiable collection of all repositories.java.util.Map<MIRepository,AbstractRepository>
AnalysisController.AnalysisControllerWithMapping. getRepositoryMap()
Getter for the propertyAnalysisController.AnalysisControllerWithMapping.repositoryMap
.Methods in kieker.analysis with parameters of type AbstractRepository Modifier and Type Method Description void
AnalysisController. connect(AbstractPlugin plugin, java.lang.String repositoryPort, AbstractRepository repository)
Deprecated.Connects the given repository to this plugin via the given name.void
IAnalysisController. connect(AbstractPlugin plugin, java.lang.String repositoryPort, AbstractRepository repository)
Deprecated.Connects the given repository to this plugin via the given name.void
AnalysisController. registerRepository(AbstractRepository repository)
Deprecated.Registers the given repository with this analysis instance. -
Uses of AbstractRepository in kieker.analysis.plugin
Methods in kieker.analysis.plugin that return AbstractRepository Modifier and Type Method Description protected AbstractRepository
AbstractPlugin. getRepository(java.lang.String reponame)
Deprecated.Delivers the registered repository for the given name or null, if it doesn't exist.Methods in kieker.analysis.plugin that return types with arguments of type AbstractRepository Modifier and Type Method Description java.util.Map<java.lang.String,AbstractRepository>
AbstractPlugin. getCurrentRepositories()
Deprecated.This method delivers an array ofAbstractRepository
containing the current repositories of this instance.java.util.Map<java.lang.String,AbstractRepository>
IPlugin. getCurrentRepositories()
Deprecated.This method delivers an array ofAbstractRepository
containing the current repositories of this instance.Methods in kieker.analysis.plugin with parameters of type AbstractRepository Modifier and Type Method Description void
AbstractPlugin. connect(java.lang.String reponame, AbstractRepository repository)
Deprecated.Connects the given repository to this plugin via the given name.void
IPlugin. connect(java.lang.String name, AbstractRepository repo)
Deprecated.Connects the given repository to this plugin via the given name. -
Uses of AbstractRepository in kieker.analysis.plugin.annotation
Methods in kieker.analysis.plugin.annotation that return types with arguments of type AbstractRepository Modifier and Type Method Description java.lang.Class<? extends AbstractRepository>
repositoryType()
Deprecated.The event types which are used for this port. -
Uses of AbstractRepository in kieker.analysis.stage.model
Methods in kieker.analysis.stage.model that return AbstractRepository Modifier and Type Method Description AbstractRepository
MetaModelHandler.RepositoryConnection. getRepository()
Method parameters in kieker.analysis.stage.model with type arguments of type AbstractRepository Modifier and Type Method Description static void
MetaModelHandler. metaModelToJava(MIProject mProject, AnalysisController ac, java.util.Collection<MetaModelHandler.PluginConnection> pluginConnections, java.util.Collection<MetaModelHandler.RepositoryConnection> repositoryConnections, java.util.Collection<MIDependency> dependencies, java.lang.ClassLoader classLoader, Configuration globalConfiguration, java.util.Map<MIRepository,AbstractRepository> repositoryMap, java.util.Map<MIPlugin,AbstractPlugin> pluginMap)
Deprecated.This method can be used to convert a given analysis meta model instance to the actual java instances.Constructors in kieker.analysis.stage.model with parameters of type AbstractRepository Constructor Description RepositoryConnection(AbstractPlugin source, AbstractRepository repository, java.lang.String outputName)
Creates a new connection between a repository and a filter. -
Uses of AbstractRepository in kieker.tools.trace.analysis.repository
Subclasses of AbstractRepository in kieker.tools.trace.analysis.repository Modifier and Type Class Description class
DescriptionRepository
Deprecated.since 2.0.0class
TraceColorRepository
Deprecated.since 2.0.0 -
Uses of AbstractRepository in kieker.tools.trace.analysis.systemModel.repository
Subclasses of AbstractRepository in kieker.tools.trace.analysis.systemModel.repository Modifier and Type Class Description class
SystemModelRepository
Deprecated.since 1.15.2