Uses of Interface
org.apache.druid.data.input.InputSource
-
Packages that use InputSource Package Description org.apache.druid.data.input org.apache.druid.data.input.impl org.apache.druid.data.input.impl.systemfield -
-
Uses of InputSource in org.apache.druid.data.input
Classes in org.apache.druid.data.input that implement InputSource Modifier and Type Class Description classAbstractInputSourceAbstract class forInputSource. -
Uses of InputSource in org.apache.druid.data.input.impl
Subinterfaces of InputSource in org.apache.druid.data.input.impl Modifier and Type Interface Description interfaceSplittableInputSource<T>Splittable InputSource.Classes in org.apache.druid.data.input.impl that implement InputSource Modifier and Type Class Description classCloudObjectInputSourceclassCombiningInputSourceInputSource that combines data from multiple inputSources.classHttpInputSourceclassInlineInputSourceclassLocalInputSourceMethods in org.apache.druid.data.input.impl that return InputSource Modifier and Type Method Description InputSourceCombiningInputSource. withSplit(InputSplit split)InputSourceSplittableInputSource. withSplit(InputSplit<T> split)Helper method for ParallelIndexSupervisorTask. -
Uses of InputSource in org.apache.druid.data.input.impl.systemfield
Subinterfaces of InputSource in org.apache.druid.data.input.impl.systemfield Modifier and Type Interface Description interfaceSystemFieldInputSourceAnInputSourcethat can generate system fields.
-