| ByteEntity |
|
| CloudObjectInputSource |
|
| CloudObjectLocation |
Common type for 'bucket' and 'path' concept of cloud objects to allow code sharing between cloud specific
implementations.
|
| CloudObjectSplitWidget.LocationWithSize |
|
| CombiningInputSource |
InputSource that combines data from multiple inputSources.
|
| CsvInputFormat |
|
| CSVParseSpec |
|
| DelimitedBytes |
|
| DelimitedInputFormat |
InputFormat for customized Delimiter Separate Value format of input data (default is TSV).
|
| DelimitedParseSpec |
|
| DelimitedValueReader |
DelimitedValueReader is the reader for Delimitor Separate Value format input data(CSV/TSV).
|
| DimensionSchema |
|
| DimensionsSpec |
|
| DimensionsSpec.Builder |
|
| DoubleDimensionSchema |
|
| FastJacksonJsonNodeJsonProvider |
Custom json-path JsonProvider override to circumvent slow performance when encountering null paths as described in
https://github.com/json-path/JsonPath/issues/396
Note that this only avoids errors for map properties, avoiding the exception on array paths is not possible without
patching json-path itself
|
| FastLineIterator<T> |
Like the Apache Commons LineIterator, but faster.
|
| FastLineIterator.Bytes |
|
| FastLineIterator.Strings |
|
| FileEntity |
|
| FlatTextInputFormat |
|
| FloatDimensionSchema |
|
| HttpEntity |
|
| HttpInputSource |
|
| HttpInputSourceConfig |
|
| InlineInputSource |
|
| InputEntityIteratingReader |
|
| JavaScriptParseSpec |
|
| JsonInputFormat |
|
| JsonLineReader |
JsonLineReader reads input text line by line and tries to convert each text line to an JSON object.
|
| JSONLowercaseParseSpec |
Deprecated. |
| JsonNodeReader |
In contrast to JsonLineReader which processes input text line by line independently,
this class tries to split the input into a list of JsonNode objects, and then parses each JsonNode independently
into an InputRow.
|
| JSONParseSpec |
|
| JsonReader |
In contrast to JsonLineReader which processes input text line by line independently,
this class tries to parse the input text as a whole to an array of objects.
|
| LocalInputSource |
|
| LocalInputSourceFactory |
|
| LongDimensionSchema |
|
| MapInputRowParser |
|
| NestedDataParseSpec<TFlattenSpec> |
|
| NestedInputFormat |
Abstract class for nested file formats such as JSON, ORC, etc.
|
| NewSpatialDimensionSchema |
NOTE:
This class should be deprecated after Druid supports configurable index types on dimensions.
|
| NoopInputRowParser |
|
| ParseSpec |
Deprecated. |
| RegexInputFormat |
|
| RegexParseSpec |
|
| RegexReader |
|
| RetryingInputStream<T> |
|
| SpatialDimensionSchema |
Deprecated. |
| StringDimensionSchema |
|
| StringInputRowParser |
|
| TimeAndDimsParseSpec |
|
| TimedShutoffInputSourceReader |
|
| TimestampSpec |
|