Uses of Class
kieker.analysis.plugin.reader.newio.Outcome
| Package | Description |
|---|---|
| kieker.analysis.plugin.reader.amqp |
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.reader.newio |
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 Outcome in kieker.analysis.plugin.reader.amqp
Methods in kieker.analysis.plugin.reader.amqp that return Outcome Modifier and Type Method Description OutcomeChunkingAmqpReader. onInitialization()Deprecated.OutcomeChunkingAmqpReader. onTermination()Deprecated.OutcomeChunkingAmqpReader. read()Deprecated. -
Uses of Outcome in kieker.analysis.plugin.reader.newio
Methods in kieker.analysis.plugin.reader.newio that return Outcome Modifier and Type Method Description OutcomeIRawDataReader. onInitialization()Deprecated.Event handler that is called before any records are read.OutcomeIRawDataReader. onTermination()Deprecated.Event handler that is called when the reader is supposed to terminate.OutcomeIRawDataReader. read()Deprecated.Starts the read operation.static OutcomeOutcome. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static Outcome[]Outcome. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.