Package com.wavefront.ingester
Class StreamIngester
- java.lang.Object
-
- com.wavefront.ingester.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)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStreamIngester.FrameDecoderFactoryDeprecated.
-
Field Summary
Fields Modifier and Type Field Description protected Map<io.netty.channel.ChannelOption<?>,?>childChannelOptionsDeprecated.protected static LoggerloggerDeprecated.protected Map<io.netty.channel.ChannelOption<?>,?>parentChannelOptionsDeprecated.
-
Constructor Summary
Constructors Constructor Description StreamIngester(StreamIngester.FrameDecoderFactory frameDecoderFactory, io.netty.channel.ChannelHandler commandHandler, int port)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidrun()Deprecated.StreamIngesterwithChildChannelOptions(Map<io.netty.channel.ChannelOption<?>,?> childChannelOptions)Deprecated.StreamIngesterwithParentChannelOptions(Map<io.netty.channel.ChannelOption<?>,?> parentChannelOptions)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.
-
-