Class StringLineIngester

  • All Implemented Interfaces:
    Runnable

    @Deprecated
    public class StringLineIngester
    extends TcpIngester
    Deprecated.
    Default Ingester thread that sets up decoders and a command handler to listen for metrics that are string formatted lines on a port.
    • Constructor Detail

      • StringLineIngester

        public StringLineIngester​(List<com.google.common.base.Function<io.netty.channel.Channel,​io.netty.channel.ChannelHandler>> decoders,
                                  io.netty.channel.ChannelHandler commandHandler,
                                  int port,
                                  int maxLength)
        Deprecated.
      • StringLineIngester

        public StringLineIngester​(List<com.google.common.base.Function<io.netty.channel.Channel,​io.netty.channel.ChannelHandler>> decoders,
                                  io.netty.channel.ChannelHandler commandHandler,
                                  int port)
        Deprecated.
      • StringLineIngester

        public StringLineIngester​(io.netty.channel.ChannelHandler commandHandler,
                                  int port,
                                  int maxLength)
        Deprecated.
      • StringLineIngester

        public StringLineIngester​(io.netty.channel.ChannelHandler commandHandler,
                                  int port)
        Deprecated.