Uses of Interface
org.apache.druid.data.input.InputEntity
Packages that use InputEntity
Package
Description
-
Uses of InputEntity in org.apache.druid.data.input
Classes in org.apache.druid.data.input that implement InputEntityModifier and TypeClassDescriptionclassWrapper around anInputEntitythat counts the number of bytes read.classMethods in org.apache.druid.data.input that return InputEntityModifier and TypeMethodDescriptionBytesCountingInputEntity.getBaseInputEntity()protected InputEntityIntermediateRowParsingReader.source()protected InputEntityTextReader.source()Methods in org.apache.druid.data.input with parameters of type InputEntityModifier and TypeMethodDescriptionInputFormat.createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory) Constructors in org.apache.druid.data.input with parameters of type InputEntityModifierConstructorDescriptionprotectedBytes(InputRowSchema inputRowSchema, InputEntity source) BytesCountingInputEntity(InputEntity baseInputEntity, InputStats inputStats) protectedStrings(InputRowSchema inputRowSchema, InputEntity source) protectedTextReader(InputRowSchema inputRowSchema, InputEntity source) -
Uses of InputEntity in org.apache.druid.data.input.impl
Classes in org.apache.druid.data.input.impl that implement InputEntityMethods in org.apache.druid.data.input.impl that return InputEntityModifier and TypeMethodDescriptionprotected 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 InputEntityModifier and TypeMethodDescriptionprotected CloseableIterator<InputEntity>JsonReader.intermediateRowIterator()Methods in org.apache.druid.data.input.impl with parameters of type InputEntityModifier and TypeMethodDescriptionCsvInputFormat.createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory) DelimitedInputFormat.createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory) JsonInputFormat.createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory) LinesInputFormat.createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory) RegexInputFormat.createReader(InputRowSchema inputRowSchema, InputEntity source, File temporaryDirectory) HttpInputSource.getSystemFieldValue(InputEntity entity, SystemField field) LocalInputSource.getSystemFieldValue(InputEntity entity, SystemField field) protected StringJsonReader.intermediateRowAsString(InputEntity entity) JsonReader.parseInputRows(InputEntity entity) JsonReader.toMap(InputEntity entity) Constructor parameters in org.apache.druid.data.input.impl with type arguments of type InputEntityModifierConstructorDescriptionInputEntityIteratingReader(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 InputEntityModifier and TypeMethodDescriptionSystemFieldDecoratorFactory.decorator(InputEntity entity) Create a decorator for the givenInputEntity.SystemFieldInputSource.getSystemFieldValue(InputEntity entity, SystemField field) Compute the value of a system field for a particularInputEntity.