| Package | Description |
|---|---|
| io.druid.data.input | |
| io.druid.data.input.impl | |
| io.druid.timeline.partition |
| Modifier and Type | Class and Description |
|---|---|
class |
MapBasedInputRow |
| Modifier and Type | Method and Description |
|---|---|
InputRow |
FirehoseV2.currRow() |
InputRow |
Firehose.nextRow()
The next row available.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Object> |
Rows.toGroupKey(long timeStamp,
InputRow inputRow) |
| Modifier and Type | Method and Description |
|---|---|
InputRow |
FileIteratingFirehose.nextRow() |
InputRow |
StringInputRowParser.parse(String input) |
default InputRow |
InputRowParser.parse(T input)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<InputRow> |
StringInputRowParser.parseBatch(ByteBuffer input) |
List<InputRow> |
NoopInputRowParser.parseBatch(InputRow input) |
List<InputRow> |
MapInputRowParser.parseBatch(Map<String,Object> theMap) |
default List<InputRow> |
InputRowParser.parseBatch(T input)
Parse an input into list of
InputRow. |
| Modifier and Type | Method and Description |
|---|---|
List<InputRow> |
NoopInputRowParser.parseBatch(InputRow input) |
| Modifier and Type | Method and Description |
|---|---|
ShardSpec |
ShardSpecLookup.getShardSpec(long timestamp,
InputRow row) |
boolean |
ShardSpec.isInChunk(long timestamp,
InputRow inputRow) |
boolean |
NoneShardSpec.isInChunk(long timestamp,
InputRow inputRow) |
Copyright © 2011–2018. All rights reserved.