Package | Description |
---|---|
kieker.common.util.classpath |
Copyright 2020 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.common |
Copyright 2020 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.source |
Modifier and Type | Method and Description |
---|---|
static <C> C |
InstantiationFactory.createWithConfiguration(java.lang.Class<C> implementedInterface,
java.lang.String className,
Configuration configuration)
This is a helper method trying to find, create and initialize the given class, using its
public constructor which accepts a single
Configuration . |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractEmbeddableService.logError(ConfigurationException e)
Log exceptions to the UI.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
AbstractLegacyTool.checkParameters(com.beust.jcommander.JCommander commander)
Check all given parameters for correct directory and files path, as well as, all other values
for fitness.
|
protected abstract T |
AbstractEmbeddableService.createTeetimeConfiguration()
Create and initialize teetime configuration for a service.
|
protected abstract T |
AbstractService.createTeetimeConfiguration()
Create and initialize teetime configuration for a service.
|
protected abstract int |
AbstractLegacyTool.execute(com.beust.jcommander.JCommander commander,
java.lang.String label)
Execute the core part of a tool or service.
|
protected int |
AbstractService.execute(com.beust.jcommander.JCommander commander,
java.lang.String label)
Execute the tool.
|
Modifier and Type | Method and Description |
---|---|
static ISourceCompositeStage |
SourceStageFactory.createSourceCompositeStage(Configuration configuration)
Create a source stage based on the given configuration.
|
Constructor and Description |
---|
MultipleConnectionTcpSourceCompositeStage(Configuration configuration)
Create a composite reader stage.
|
RestServiceCompositeStage(Configuration configuration)
Create a source composite stage for rest services.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net