public class StringLineIngester extends TcpIngester
childChannelOptions, initializer, listeningPort, parentChannelOptions| Constructor and Description |
|---|
StringLineIngester(io.netty.channel.ChannelHandler commandHandler,
int port) |
StringLineIngester(List<com.google.common.base.Function<io.netty.channel.Channel,io.netty.channel.ChannelHandler>> decoders,
io.netty.channel.ChannelHandler commandHandler,
int port) |
| Modifier and Type | Method and Description |
|---|---|
static List<Integer> |
indexPushData(String pushData) |
static String |
joinPushData(List<String> pushData) |
static int |
pushDataSize(String pushData)
Calculates the number of points in the pushData payload
|
static List<String> |
unjoinPushData(String pushData) |
runaddDecoders, addIdleTimeoutHandler, withChildChannelOptions, withParentChannelOptionspublic StringLineIngester(List<com.google.common.base.Function<io.netty.channel.Channel,io.netty.channel.ChannelHandler>> decoders, io.netty.channel.ChannelHandler commandHandler, int port)
public StringLineIngester(io.netty.channel.ChannelHandler commandHandler,
int port)
public static int pushDataSize(String pushData)
pushData - a delimited string with the points payloadCopyright © 2016. All rights reserved.