Package | Description |
---|---|
kieker.analysis.plugin.reader.amqp |
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.analysis.plugin.reader.newio |
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.
|
Modifier and Type | Method and Description |
---|---|
Outcome |
ChunkingAmqpReader.onInitialization() |
Outcome |
ChunkingAmqpReader.onTermination() |
Outcome |
ChunkingAmqpReader.read() |
Modifier and Type | Method and Description |
---|---|
Outcome |
IRawDataReader.onInitialization()
Event handler that is called before any records are read.
|
Outcome |
IRawDataReader.onTermination()
Event handler that is called when the reader is supposed to terminate.
|
Outcome |
IRawDataReader.read()
Starts the read operation.
|
static Outcome |
Outcome.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Outcome[] |
Outcome.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net