Kieker 1.12

kieker.monitoring.writer.tcp
Class TCPWriter

java.lang.Object
  extended by kieker.monitoring.writer.AbstractMonitoringWriter
      extended by kieker.monitoring.writer.AbstractAsyncWriter
          extended by kieker.monitoring.writer.tcp.TCPWriter
All Implemented Interfaces:
IMonitoringRecordReceiver, IMonitoringWriter

public final class TCPWriter
extends AbstractAsyncWriter

Since:
1.8
Author:
Jan Waller

Field Summary
static java.lang.String CONFIG_BUFFERSIZE
           
static java.lang.String CONFIG_FLUSH
           
static java.lang.String CONFIG_HOSTNAME
           
static java.lang.String CONFIG_PORT1
           
static java.lang.String CONFIG_PORT2
           
 
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
TCPWriter(Configuration configuration)
           
 
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

CONFIG_HOSTNAME

public static final java.lang.String CONFIG_HOSTNAME

CONFIG_PORT1

public static final java.lang.String CONFIG_PORT1

CONFIG_PORT2

public static final java.lang.String CONFIG_PORT2

CONFIG_BUFFERSIZE

public static final java.lang.String CONFIG_BUFFERSIZE

CONFIG_FLUSH

public static final java.lang.String CONFIG_FLUSH
Constructor Detail

TCPWriter

public TCPWriter(Configuration configuration)
Method Detail

init

protected void init()
             throws java.lang.Exception
Description copied from class: AbstractMonitoringWriter
Implementing classes should indicate an initialization error by throwing an Exception.

Specified by:
init in class AbstractMonitoringWriter
Throws:
java.lang.Exception - If something during the initialization went wrong.

Kieker 1.12

Copyright 2015 Kieker Project, http://kieker-monitoring.net