public class EventReceiverFirehoseFactory extends Object implements io.druid.data.input.FirehoseFactory<io.druid.data.input.impl.MapInputRowParser>
EventReceiver
interface. Can also register these
firehoses with an ServiceAnnouncingChatHandlerProvider
.Modifier and Type | Class and Description |
---|---|
class |
EventReceiverFirehoseFactory.EventReceiverFirehose |
Constructor and Description |
---|
EventReceiverFirehoseFactory(String serviceName,
Integer bufferSize,
io.druid.data.input.impl.InputRowParser parser,
ChatHandlerProvider chatHandlerProvider) |
Modifier and Type | Method and Description |
---|---|
io.druid.data.input.Firehose |
connect(io.druid.data.input.impl.MapInputRowParser firehoseParser) |
int |
getBufferSize() |
io.druid.data.input.impl.InputRowParser |
getParser() |
String |
getServiceName() |
public EventReceiverFirehoseFactory(String serviceName, Integer bufferSize, io.druid.data.input.impl.InputRowParser parser, ChatHandlerProvider chatHandlerProvider)
public io.druid.data.input.Firehose connect(io.druid.data.input.impl.MapInputRowParser firehoseParser) throws IOException
connect
in interface io.druid.data.input.FirehoseFactory<io.druid.data.input.impl.MapInputRowParser>
IOException
public String getServiceName()
public int getBufferSize()
public io.druid.data.input.impl.InputRowParser getParser()
getParser
in interface io.druid.data.input.FirehoseFactory<io.druid.data.input.impl.MapInputRowParser>
Copyright © 2015. All rights reserved.