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 Outcome
ChunkingAmqpReader. onInitialization()
Deprecated.Outcome
ChunkingAmqpReader. onTermination()
Deprecated.Outcome
ChunkingAmqpReader. 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 Outcome
IRawDataReader. onInitialization()
Deprecated.Event handler that is called before any records are read.Outcome
IRawDataReader. onTermination()
Deprecated.Event handler that is called when the reader is supposed to terminate.Outcome
IRawDataReader. read()
Deprecated.Starts the read operation.static Outcome
Outcome. 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.