Interface | Description |
---|---|
CloudObjectSplitWidget | |
InputRowParser<T> | Deprecated |
SplittableInputSource<T> |
Splittable InputSource.
|
Class | Description |
---|---|
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 | |
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 |
Like the Apache Commons LineIterator, but faster.
|
FileEntity | |
FlatTextInputFormat | |
FloatDimensionSchema | |
HttpEntity | |
HttpInputSource | |
HttpInputSourceConfig | |
InlineInputSource | |
InputEntityIteratingReader |
InputSourceReader iterating multiple
InputEntity s. |
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> |
This class is responsible for re-opening the underlying input
stream for the input object on the given
RetryingInputStream.retryCondition . |
SpatialDimensionSchema | Deprecated |
StringDimensionSchema | |
StringInputRowParser | |
TimeAndDimsParseSpec | |
TimedShutoffInputSourceReader | |
TimestampSpec |
Enum | Description |
---|---|
DimensionSchema.MultiValueHandling |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.