Uses of Interface
org.apache.druid.data.input.InputSourceReader
Packages that use InputSourceReader
Package
Description
-
Uses of InputSourceReader in org.apache.druid.data.input
Methods in org.apache.druid.data.input that return InputSourceReaderModifier and TypeMethodDescriptionprotected InputSourceReaderAbstractInputSource.fixedFormatReader(InputRowSchema inputRowSchema, File temporaryDirectory) protected InputSourceReaderAbstractInputSource.formattableReader(InputRowSchema inputRowSchema, InputFormat inputFormat, File temporaryDirectory) AbstractInputSource.reader(InputRowSchema inputRowSchema, InputFormat inputFormat, File temporaryDirectory) InputSource.reader(InputRowSchema inputRowSchema, InputFormat inputFormat, File temporaryDirectory) Creates anInputSourceReader. -
Uses of InputSourceReader in org.apache.druid.data.input.impl
Classes in org.apache.druid.data.input.impl that implement InputSourceReaderMethods in org.apache.druid.data.input.impl that return InputSourceReaderModifier and TypeMethodDescriptionprotected InputSourceReaderCloudObjectInputSource.formattableReader(InputRowSchema inputRowSchema, InputFormat inputFormat, File temporaryDirectory) protected InputSourceReaderHttpInputSource.formattableReader(InputRowSchema inputRowSchema, InputFormat inputFormat, File temporaryDirectory) protected InputSourceReaderInlineInputSource.formattableReader(InputRowSchema inputRowSchema, InputFormat inputFormat, File temporaryDirectory) protected InputSourceReaderLocalInputSource.formattableReader(InputRowSchema inputRowSchema, InputFormat inputFormat, File temporaryDirectory) Constructors in org.apache.druid.data.input.impl with parameters of type InputSourceReaderModifierConstructorDescriptionTimedShutoffInputSourceReader(InputSourceReader delegate, org.joda.time.DateTime shutoffTime) -
Uses of InputSourceReader in org.apache.druid.segment.transform
Classes in org.apache.druid.segment.transform that implement InputSourceReaderMethods in org.apache.druid.segment.transform that return InputSourceReaderMethods in org.apache.druid.segment.transform with parameters of type InputSourceReader