Uses of Interface
org.apache.druid.data.input.InputSourceReader
-
Packages that use InputSourceReader Package Description org.apache.druid.data.input org.apache.druid.data.input.impl org.apache.druid.segment.transform -
-
Uses of InputSourceReader in org.apache.druid.data.input
Methods in org.apache.druid.data.input that return InputSourceReader Modifier and Type Method Description protected InputSourceReaderAbstractInputSource. fixedFormatReader(InputRowSchema inputRowSchema, File temporaryDirectory)protected InputSourceReaderAbstractInputSource. formattableReader(InputRowSchema inputRowSchema, InputFormat inputFormat, File temporaryDirectory)InputSourceReaderAbstractInputSource. reader(InputRowSchema inputRowSchema, InputFormat inputFormat, File temporaryDirectory)InputSourceReaderInputSource. 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 InputSourceReader Modifier and Type Class Description classInputEntityIteratingReaderInputSourceReader iterating multipleInputEntitys.classTimedShutoffInputSourceReaderMethods in org.apache.druid.data.input.impl that return InputSourceReader Modifier and Type Method Description protected 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 InputSourceReader Constructor Description TimedShutoffInputSourceReader(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 InputSourceReader Modifier and Type Class Description classTransformingInputSourceReaderMethods in org.apache.druid.segment.transform that return InputSourceReader Modifier and Type Method Description InputSourceReaderTransformSpec. decorate(InputSourceReader reader)Methods in org.apache.druid.segment.transform with parameters of type InputSourceReader Modifier and Type Method Description InputSourceReaderTransformSpec. decorate(InputSourceReader reader)
-