| 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.
|
static InputRow |
Rows.toCaseInsensitiveInputRow(Row row,
List<String> dimensions) |
| 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(ByteBuffer input) |
InputRow |
NoopInputRowParser.parse(InputRow input) |
InputRow |
MapInputRowParser.parse(Map<String,Object> theMap) |
InputRow |
StringInputRowParser.parse(String input) |
InputRow |
InputRowParser.parse(T input) |
| Modifier and Type | Method and Description |
|---|---|
InputRow |
NoopInputRowParser.parse(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–2016. All rights reserved.