Class ChunkingAmqpReader
java.lang.Object
kieker.analysis.plugin.reader.amqp.ChunkingAmqpReader
- All Implemented Interfaces:
IRawDataReader
@Deprecated public class ChunkingAmqpReader extends java.lang.Object implements IRawDataReader
Deprecated.
since 1.15.1 old plugin api
AMQP reader plugin that supports chunking using the new raw data I/O infrastructure.
- Since:
- 1.13
- Author:
- Holger Knoche
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CONFIG_PROPERTY_HEARTBEAT
Deprecated.The name of the configuration property for the heartbeat timeout.static java.lang.String
CONFIG_PROPERTY_QUEUENAME
Deprecated.The name of the configuration property for the AMQP queue name.static java.lang.String
CONFIG_PROPERTY_URI
Deprecated.The name of the configuration property for the server URI. -
Constructor Summary
Constructors Constructor Description ChunkingAmqpReader(Configuration configuration, IRawDataProcessor processor)
Deprecated. -
Method Summary
Modifier and Type Method Description Outcome
onInitialization()
Deprecated.Event handler that is called before any records are read.Outcome
onTermination()
Deprecated.Event handler that is called when the reader is supposed to terminate.Outcome
read()
Deprecated.Starts the read operation.
-
Field Details
-
CONFIG_PROPERTY_URI
public static final java.lang.String CONFIG_PROPERTY_URIDeprecated.The name of the configuration property for the server URI.- See Also:
- Constant Field Values
-
CONFIG_PROPERTY_QUEUENAME
public static final java.lang.String CONFIG_PROPERTY_QUEUENAMEDeprecated.The name of the configuration property for the AMQP queue name.- See Also:
- Constant Field Values
-
CONFIG_PROPERTY_HEARTBEAT
public static final java.lang.String CONFIG_PROPERTY_HEARTBEATDeprecated.The name of the configuration property for the heartbeat timeout.- See Also:
- Constant Field Values
-
-
Constructor Details
-
ChunkingAmqpReader
Deprecated.
-
-
Method Details
-
onInitialization
Deprecated.Description copied from interface:IRawDataReader
Event handler that is called before any records are read.- Specified by:
onInitialization
in interfaceIRawDataReader
- Returns:
- The outcome of the initialization
-
read
Deprecated.Description copied from interface:IRawDataReader
Starts the read operation.- Specified by:
read
in interfaceIRawDataReader
- Returns:
- The outcome of the read operation
-
onTermination
Deprecated.Description copied from interface:IRawDataReader
Event handler that is called when the reader is supposed to terminate.- Specified by:
onTermination
in interfaceIRawDataReader
- Returns:
- The outcome of the termination
-