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,
ChatHandlerProvider chatHandlerProvider) |
Modifier and Type | Method and Description |
---|---|
io.druid.data.input.Firehose |
connect(io.druid.data.input.impl.MapInputRowParser firehoseParser) |
int |
getBufferSize() |
String |
getServiceName() |
public EventReceiverFirehoseFactory(String serviceName, Integer bufferSize, 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()
Copyright © 2011–2015. All rights reserved.