Class StreamIngester

  • All Implemented Interfaces:
    Runnable

    @Deprecated
    public class StreamIngester
    extends Object
    implements Runnable
    Deprecated.
    Ingester thread that sets up decoders and a command handler to listen for metrics on a port.
    Author:
    Mike McLaughlin (mike@wavefront.com)
    • Field Detail

      • logger

        protected static final Logger logger
        Deprecated.
      • parentChannelOptions

        @Nullable
        protected Map<io.netty.channel.ChannelOption<?>,​?> parentChannelOptions
        Deprecated.
      • childChannelOptions

        @Nullable
        protected Map<io.netty.channel.ChannelOption<?>,​?> childChannelOptions
        Deprecated.
    • Constructor Detail

      • StreamIngester

        public StreamIngester​(StreamIngester.FrameDecoderFactory frameDecoderFactory,
                              io.netty.channel.ChannelHandler commandHandler,
                              int port)
        Deprecated.
    • Method Detail

      • withParentChannelOptions

        public StreamIngester withParentChannelOptions​(Map<io.netty.channel.ChannelOption<?>,​?> parentChannelOptions)
        Deprecated.
      • withChildChannelOptions

        public StreamIngester withChildChannelOptions​(Map<io.netty.channel.ChannelOption<?>,​?> childChannelOptions)
        Deprecated.
      • run

        public void run()
        Deprecated.
        Specified by:
        run in interface Runnable