Package com.wavefront.ingester
Class TcpIngester
- java.lang.Object
-
- com.wavefront.ingester.Ingester
-
- com.wavefront.ingester.TcpIngester
-
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
StringLineIngester
public class TcpIngester extends Ingester
Ingester thread that sets up decoders and a command handler to listen for metrics on a port.- Author:
- Mike McLaughlin (mike@wavefront.com)
-
-
Field Summary
-
Fields inherited from class com.wavefront.ingester.Ingester
childChannelOptions, initializer, listeningPort, parentChannelOptions
-
-
Constructor Summary
Constructors Constructor Description TcpIngester(io.netty.channel.ChannelInitializer initializer, int port)TcpIngester(List<com.google.common.base.Function<io.netty.channel.Channel,io.netty.channel.ChannelHandler>> decoders, io.netty.channel.ChannelHandler commandHandler, int port)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class com.wavefront.ingester.Ingester
addDecoders, addIdleTimeoutHandler, withChildChannelOptions, withParentChannelOptions
-
-
-
-
Constructor Detail
-
TcpIngester
@Deprecated public TcpIngester(List<com.google.common.base.Function<io.netty.channel.Channel,io.netty.channel.ChannelHandler>> decoders, io.netty.channel.ChannelHandler commandHandler, int port)
Deprecated.
-
TcpIngester
public TcpIngester(io.netty.channel.ChannelInitializer initializer, int port)
-
-