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.StringCONFIG_PROPERTY_HEARTBEATDeprecated.The name of the configuration property for the heartbeat timeout.static java.lang.StringCONFIG_PROPERTY_QUEUENAMEDeprecated.The name of the configuration property for the AMQP queue name.static java.lang.StringCONFIG_PROPERTY_URIDeprecated.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 OutcomeonInitialization()Deprecated.Event handler that is called before any records are read.OutcomeonTermination()Deprecated.Event handler that is called when the reader is supposed to terminate.Outcomeread()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:IRawDataReaderEvent handler that is called before any records are read.- Specified by:
onInitializationin interfaceIRawDataReader- Returns:
- The outcome of the initialization
-
read
Deprecated.Description copied from interface:IRawDataReaderStarts the read operation.- Specified by:
readin interfaceIRawDataReader- Returns:
- The outcome of the read operation
-
onTermination
Deprecated.Description copied from interface:IRawDataReaderEvent handler that is called when the reader is supposed to terminate.- Specified by:
onTerminationin interfaceIRawDataReader- Returns:
- The outcome of the termination
-