Package com.wavefront.ingester
Class StringLineIngester
- java.lang.Object
-
- com.wavefront.ingester.Ingester
-
- com.wavefront.ingester.TcpIngester
-
- com.wavefront.ingester.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.
-
-
Field Summary
-
Fields inherited from class com.wavefront.ingester.Ingester
childChannelOptions, initializer, listeningPort, parentChannelOptions
-
-
Constructor Summary
Constructors Constructor Description StringLineIngester(io.netty.channel.ChannelHandler commandHandler, int port)Deprecated.StringLineIngester(io.netty.channel.ChannelHandler commandHandler, int port, int maxLength)Deprecated.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(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.
-
Method Summary
-
Methods inherited from class com.wavefront.ingester.TcpIngester
run
-
Methods inherited from class com.wavefront.ingester.Ingester
addDecoders, addIdleTimeoutHandler, withChildChannelOptions, withParentChannelOptions
-
-
-
-
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.
-
-