Class GraphitePlainTextTcpOutputWriter

java.lang.Object
org.jmxtrans.agent.AbstractOutputWriter
org.jmxtrans.agent.GraphitePlainTextTcpOutputWriter
All Implemented Interfaces:
OutputWriter

public class GraphitePlainTextTcpOutputWriter
extends AbstractOutputWriter
implements OutputWriter
Author:
Cyrille Le Clerc
  • Field Details

    • SETTING_SOCKET_CONNECT_TIMEOUT_IN_MILLIS

      public static final java.lang.String SETTING_SOCKET_CONNECT_TIMEOUT_IN_MILLIS
      See Also:
      Constant Field Values
    • SETTING_SOCKET_CONNECT_TIMEOUT_IN_MILLIS_DEFAULT_VALUE

      public static final int SETTING_SOCKET_CONNECT_TIMEOUT_IN_MILLIS_DEFAULT_VALUE
      See Also:
      Constant Field Values
    • graphiteServerHostAndPort

      protected HostAndPort graphiteServerHostAndPort
  • Constructor Details

    • GraphitePlainTextTcpOutputWriter

      public GraphitePlainTextTcpOutputWriter()
  • Method Details