| Package | Description |
|---|---|
| org.apache.druid.data.input | |
| org.apache.druid.data.input.impl | |
| org.apache.druid.data.input.impl.prefetch |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FiniteFirehoseFactory<T extends InputRowParser,S>
FiniteFirehoseFactory designed for batch processing. |
interface |
FirehoseFactory<T extends InputRowParser>
FirehoseFactory creates a
Firehose which is an interface holding onto the stream of incoming data. |
interface |
FirehoseFactoryV2<T extends InputRowParser>
Initialization method that connects up the FirehoseV2.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ByteBufferInputRowParser |
| Modifier and Type | Class and Description |
|---|---|
class |
MapInputRowParser |
class |
NoopInputRowParser |
class |
StringInputRowParser |
| Modifier and Type | Method and Description |
|---|---|
InputRowParser |
InputRowParser.withParseSpec(ParseSpec parseSpec) |
InputRowParser |
MapInputRowParser.withParseSpec(ParseSpec parseSpec) |
InputRowParser |
NoopInputRowParser.withParseSpec(ParseSpec parseSpec) |
| Constructor and Description |
|---|
SqlFirehose(Iterator lineIterators,
InputRowParser<Map<String,Object>> parser,
Closeable closer) |
| Modifier and Type | Method and Description |
|---|---|
Firehose |
PrefetchSqlFirehoseFactory.connect(InputRowParser<Map<String,Object>> firehoseParser,
File temporaryDirectory) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.