|
Kieker 1.12 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.monitoring.writer.AbstractMonitoringWriter
kieker.monitoring.writer.AbstractAsyncWriter
kieker.monitoring.writer.amqp.AMQPWriter
public final class AMQPWriter
Monitoring record writer which sends records using the AMQP protocol to a message queue.
| Field Summary | |
|---|---|
static java.lang.String |
CONFIG_EXCHANGENAME
The name of the configuration property for the AMQP exchange name. |
static java.lang.String |
CONFIG_HEARTBEAT
The name of the configuration property for the heartbeat timeout. |
static java.lang.String |
CONFIG_QUEUENAME
The name of the configuration property for the AMQP queue name. |
static java.lang.String |
CONFIG_URI
The name of the configuration property for the server URI. |
static byte |
REGISTRY_RECORD_ID
ID for registry records. |
static byte |
REGULAR_RECORD_ID
ID for regular records. |
| Fields inherited from class kieker.monitoring.writer.AbstractAsyncWriter |
|---|
blockingQueue, CONFIG_BEHAVIOR, CONFIG_PRIORITIZED_QUEUESIZE, CONFIG_QUEUESIZE, CONFIG_SHUTDOWNDELAY, prioritizedBlockingQueue |
| Fields inherited from class kieker.monitoring.writer.AbstractMonitoringWriter |
|---|
monitoringController |
| Constructor Summary | |
|---|---|
AMQPWriter(Configuration configuration)
Creates a new instance of this class using the given parameters. |
|
| Method Summary | |
|---|---|
protected void |
init()
Implementing classes should indicate an initialization error by throwing an Exception. |
| Methods inherited from class kieker.monitoring.writer.AbstractAsyncWriter |
|---|
addWorker, getDefaultConfiguration, newMonitoringRecord, newMonitoringRecordNonBlocking, terminate, toString |
| Methods inherited from class kieker.monitoring.writer.AbstractMonitoringWriter |
|---|
setController |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final byte REGISTRY_RECORD_ID
public static final byte REGULAR_RECORD_ID
public static final java.lang.String CONFIG_URI
public static final java.lang.String CONFIG_EXCHANGENAME
public static final java.lang.String CONFIG_QUEUENAME
public static final java.lang.String CONFIG_HEARTBEAT
| Constructor Detail |
|---|
public AMQPWriter(Configuration configuration)
configuration - The configuration for this writer.| Method Detail |
|---|
protected void init()
throws java.lang.Exception
AbstractMonitoringWriterException.
init in class AbstractMonitoringWriterjava.lang.Exception - If something during the initialization went wrong.
|
Kieker 1.12 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||