public class KafkaSevenFirehoseFactory extends Object implements io.druid.data.input.FirehoseFactory<io.druid.data.input.ByteBufferInputRowParser>
Constructor and Description |
---|
KafkaSevenFirehoseFactory(Properties consumerProps,
String feed,
io.druid.data.input.ByteBufferInputRowParser parser) |
Modifier and Type | Method and Description |
---|---|
io.druid.data.input.Firehose |
connect(io.druid.data.input.ByteBufferInputRowParser firehoseParser) |
Properties |
getConsumerProps() |
String |
getFeed() |
io.druid.data.input.ByteBufferInputRowParser |
getParser() |
public KafkaSevenFirehoseFactory(Properties consumerProps, String feed, io.druid.data.input.ByteBufferInputRowParser parser)
public Properties getConsumerProps()
public String getFeed()
public io.druid.data.input.ByteBufferInputRowParser getParser()
getParser
in interface io.druid.data.input.FirehoseFactory<io.druid.data.input.ByteBufferInputRowParser>
public io.druid.data.input.Firehose connect(io.druid.data.input.ByteBufferInputRowParser firehoseParser) throws IOException
connect
in interface io.druid.data.input.FirehoseFactory<io.druid.data.input.ByteBufferInputRowParser>
IOException
Copyright © 2015. All rights reserved.