Constructor and Description |
---|
BypassQueueBehavior(AbstractMonitoringWriter writer) |
Constructor and Description |
---|
MonitoringWriterThread(AbstractMonitoringWriter writer,
java.util.concurrent.BlockingQueue<IMonitoringRecord> writerQueue) |
Modifier and Type | Class and Description |
---|---|
class |
AmqpWriter
Monitoring record writer which sends records using the AMQP protocol to a message queue.
|
Modifier and Type | Class and Description |
---|---|
class |
ChunkingCollector
Chunking collector for monitoring records.
|
Modifier and Type | Class and Description |
---|---|
class |
DumpWriter
A writer that does nothing but consuming records.
|
Modifier and Type | Class and Description |
---|---|
class |
ExplorVizTcpWriter |
Modifier and Type | Class and Description |
---|---|
class |
FileWriter
Generic file writer which can be used to write any type of serialization.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsWriter |
Modifier and Type | Class and Description |
---|---|
class |
JmxWriter |
Modifier and Type | Class and Description |
---|---|
class |
PipeWriter |
Modifier and Type | Class and Description |
---|---|
class |
PrintStreamWriter
A writer that prints incoming records to the specified PrintStream.
|
Modifier and Type | Class and Description |
---|---|
class |
DualSocketTcpWriter |
class |
SingleSocketTcpWriter
Represents a monitoring writer which serializes records via TCP to a given
host:port.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net