Uses of Class
kieker.analysis.exception.AnalysisConfigurationException
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.generic.source.jms |
Containing all record/event source stages of Kieker based on TeeTime.
|
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.stage.model | |
kieker.tools.trace.analysis.filter |
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.filter.visualization |
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.filter.visualization.traceColoring |
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.visualization.trace |
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 AnalysisConfigurationException in kieker.analysis
Methods in kieker.analysis that throw AnalysisConfigurationException Modifier and Type Method Description void
AnalysisController. connect(AbstractPlugin src, java.lang.String outputPortName, AbstractPlugin dst, java.lang.String inputPortName)
Deprecated.This method should be used to connect two plugins.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 src, java.lang.String outputPortName, AbstractPlugin dst, java.lang.String inputPortName)
Deprecated.This method should be used to connect two plugins.void
IAnalysisController. connect(AbstractPlugin plugin, java.lang.String repositoryPort, AbstractRepository repository)
Deprecated.Connects the given repository to this plugin via the given name.static AnalysisController.AnalysisControllerWithMapping
AnalysisController. createAnalysisController(MIProject project, java.lang.ClassLoader classLoader)
Deprecated.This is a factory method which can be used to create a new instance ofAnalysisController
, but delivers the mapping between theMIProject
and the actual analysis.MIProject
AnalysisController. getCurrentConfiguration()
Deprecated.This method delivers the current configuration of this instance as an instance ofMIProject
.MIProject
IProjectContext. getCurrentConfiguration()
Deprecated.This method delivers the current configuration of this instance as an instance ofMIProject
.void
AnalysisController. run()
Deprecated.Starts anAnalysisController
instance.void
IAnalysisController. run()
Deprecated.Starts anAnalysisController
instance.void
AnalysisController. saveToFile(java.io.File file)
Deprecated.This method can be used to store the current configuration of this analysis controller in a specified file.void
AnalysisController. saveToFile(java.lang.String pathname)
Deprecated.This method can be used to store the current configuration of this analysis controller in a specified file.void
IAnalysisController. saveToFile(java.io.File file)
Deprecated.This method can be used to store the current configuration of this analysis controller in a specified file.void
IAnalysisController. saveToFile(java.lang.String pathname)
Deprecated.This method can be used to store the current configuration of this analysis controller in a specified file.Constructors in kieker.analysis that throw AnalysisConfigurationException Constructor Description AnalysisController(java.io.File file)
Deprecated.This constructors creates anAnalysisController
instance, using the given file to load an analysis model.AnalysisController(java.io.File file, java.lang.ClassLoader classLoader)
Deprecated.This constructors creates anAnalysisController
instance, using the given file to load an analysis model and the given classloader to initialize the objects.AnalysisController(MIProject project)
Deprecated.Creates a new instance of the classAnalysisController
but uses the given instance ofMIProject
to construct the analysis.AnalysisController(MIProject project, java.lang.ClassLoader classLoader)
Deprecated.Creates a new instance of the classAnalysisController
but uses the given instance of @link{Project} to construct the analysis. -
Uses of AnalysisConfigurationException in kieker.analysis.generic.source.jms
Constructors in kieker.analysis.generic.source.jms that throw AnalysisConfigurationException Constructor Description JMSReader(java.lang.String jmsProviderUrl, java.lang.String jmsDestination, java.lang.String jmsFactoryLookupName, java.util.function.Consumer<IMonitoringRecord> elementReceivedCallback)
Creates a new logic module for the Consumer.JMSReaderStage(java.lang.String jmsProviderUrl, java.lang.String jmsDestination, java.lang.String jmsFactoryLookupName)
Creates a new JMSReader. -
Uses of AnalysisConfigurationException in kieker.analysis.plugin
Methods in kieker.analysis.plugin that throw AnalysisConfigurationException 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.static void
AbstractPlugin. connect(AbstractPlugin src, java.lang.String outputPortName, AbstractPlugin dst, java.lang.String inputPortName)
Deprecated.This method connects two plugins.void
IPlugin. connect(java.lang.String name, AbstractRepository repo)
Deprecated.Connects the given repository to this plugin via the given name.protected void
AbstractPlugin. notifyNewIncomingConnection(java.lang.String inputPortName, AbstractPlugin connectedPlugin, java.lang.String outputPortName)
Deprecated.Notification method which is called when a new incoming connection to this plugin is established.protected void
AbstractPlugin. notifyNewOutgoingConnection(java.lang.String outputPortName, AbstractPlugin connectedPlugin, java.lang.String inputPortName)
Deprecated.Notification method which is called when a new outgoing connection from this plugin is established. -
Uses of AnalysisConfigurationException in kieker.analysis.stage.model
Methods in kieker.analysis.stage.model that throw AnalysisConfigurationException Modifier and Type Method Description static void
MetaModelHandler. checkPorts(MIPlugin mPlugin, AbstractPlugin plugin)
Deprecated.This method checks the ports of the given model plugin against the ports of the actual plugin.static MIProject
MetaModelHandler. javaToMetaModel(java.util.Collection<AbstractReaderPlugin> readers, java.util.Collection<AbstractFilterPlugin> filters, java.util.Collection<AbstractRepository> repositories, java.util.Collection<MIDependency> dependencies, java.lang.String projectName, Configuration globalConfiguration)
Deprecated.This method can be used to convert the current analysis configuration (which is represented by Java objects) into a meta model.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. -
Uses of AnalysisConfigurationException in kieker.tools.trace.analysis.filter
Methods in kieker.tools.trace.analysis.filter that throw AnalysisConfigurationException Modifier and Type Method Description void
AbstractGraphProducingFilter. requestOriginRetentionPolicy(IOriginRetentionPolicy policy)
Deprecated.void
IGraphProducingFilter. requestOriginRetentionPolicy(IOriginRetentionPolicy policy)
Deprecated.Requests that the given retention policy is used by this graph producer. -
Uses of AnalysisConfigurationException in kieker.tools.trace.analysis.filter.visualization
Methods in kieker.tools.trace.analysis.filter.visualization that throw AnalysisConfigurationException Modifier and Type Method Description protected abstract IOriginRetentionPolicy
AbstractGraphFilter. getDesiredOriginRetentionPolicy()
Deprecated.protected void
AbstractGraphFilter. notifyNewIncomingConnection(java.lang.String inputPortName, AbstractPlugin connectedPlugin, java.lang.String outputPortName)
Deprecated. -
Uses of AnalysisConfigurationException in kieker.tools.trace.analysis.filter.visualization.traceColoring
Methods in kieker.tools.trace.analysis.filter.visualization.traceColoring that throw AnalysisConfigurationException Modifier and Type Method Description protected IOriginRetentionPolicy
TraceColoringFilter. getDesiredOriginRetentionPolicy()
Deprecated. -
Uses of AnalysisConfigurationException in kieker.visualization.trace
Methods in kieker.visualization.trace that throw AnalysisConfigurationException Modifier and Type Method Description protected abstract IOriginRetentionPolicy
AbstractGraphFilter. getDesiredOriginRetentionPolicy()
protected IOriginRetentionPolicy
TraceColoringFilter. getDesiredOriginRetentionPolicy()
void
AbstractGraphProducingFilter. requestOriginRetentionPolicy(IOriginRetentionPolicy policy)
void
IGraphProducingFilter. requestOriginRetentionPolicy(IOriginRetentionPolicy policy)
Requests that the given retention policy is used by this graph producer.