Uses of Interface
org.apache.druid.data.input.InputEntity
-
Packages that use InputEntity Package Description org.apache.druid.data.input org.apache.druid.data.input.impl org.apache.druid.data.input.impl.systemfield -
-
Uses of InputEntity in org.apache.druid.data.input
Classes in org.apache.druid.data.input that implement InputEntity Modifier and Type Class Description classBytesCountingInputEntityWrapper around anInputEntitythat counts the number of bytes read.classRetryingInputEntityMethods in org.apache.druid.data.input that return InputEntity Modifier and Type Method Description InputEntityBytesCountingInputEntity. getBaseInputEntity()protected InputEntityIntermediateRowParsingReader. source()protected InputEntityTextReader. source()Methods in org.apache.druid.data.input with parameters of type InputEntity Modifier and Type Method Description InputEntityReaderInputFormat. createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory)Constructors in org.apache.druid.data.input with parameters of type InputEntity Constructor Description Bytes(InputRowSchema inputRowSchema, InputEntity source)BytesCountingInputEntity(InputEntity baseInputEntity, InputStats inputStats)Strings(InputRowSchema inputRowSchema, InputEntity source)TextReader(InputRowSchema inputRowSchema, InputEntity source) -
Uses of InputEntity in org.apache.druid.data.input.impl
Classes in org.apache.druid.data.input.impl that implement InputEntity Modifier and Type Class Description classByteEntityclassFileEntityclassHttpEntityMethods in org.apache.druid.data.input.impl that return InputEntity Modifier and Type Method Description protected abstract InputEntityCloudObjectInputSource. createEntity(CloudObjectLocation location)Create the correctInputEntityfor this input source given a split on aCloudObjectLocation.protected InputEntityJsonNodeReader. source()protected InputEntityJsonReader. source()Methods in org.apache.druid.data.input.impl that return types with arguments of type InputEntity Modifier and Type Method Description protected CloseableIterator<InputEntity>JsonReader. intermediateRowIterator()Methods in org.apache.druid.data.input.impl with parameters of type InputEntity Modifier and Type Method Description InputEntityReaderCsvInputFormat. createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory)InputEntityReaderDelimitedInputFormat. createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory)InputEntityReaderJsonInputFormat. createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory)InputEntityReaderRegexInputFormat. createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory)ObjectHttpInputSource. getSystemFieldValue(InputEntity entity, SystemField field)ObjectLocalInputSource. getSystemFieldValue(InputEntity entity, SystemField field)protected StringJsonReader. intermediateRowAsString(InputEntity entity)protected List<InputRow>JsonReader. parseInputRows(InputEntity entity)protected List<Map<String,Object>>JsonReader. toMap(InputEntity entity)Constructor parameters in org.apache.druid.data.input.impl with type arguments of type InputEntity Constructor Description InputEntityIteratingReader(InputRowSchema inputRowSchema, InputFormat inputFormat, CloseableIterator<? extends InputEntity> sourceIterator, SystemFieldDecoratorFactory systemFieldDecoratorFactory, File temporaryDirectory) -
Uses of InputEntity in org.apache.druid.data.input.impl.systemfield
Methods in org.apache.druid.data.input.impl.systemfield with parameters of type InputEntity Modifier and Type Method Description Function<InputRow,InputRow>SystemFieldDecoratorFactory. decorator(InputEntity entity)Create a decorator for the givenInputEntity.ObjectSystemFieldInputSource. getSystemFieldValue(InputEntity entity, SystemField field)Compute the value of a system field for a particularInputEntity.
-