| Package | Description |
|---|---|
| kieker.common.registry.writer |
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.monitoring.writer.amqp | |
| kieker.monitoring.writer.explorviz | |
| kieker.monitoring.writer.filesystem | |
| kieker.monitoring.writer.tcp |
| Constructor and Description |
|---|
WriterRegistry(IRegistryListener<java.lang.String> registryListener)
Create a new writer registry.
|
| 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 |
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 |
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