Uses of Class
org.apache.druid.data.input.InputSplit
-
Packages that use InputSplit Package Description org.apache.druid.data.input.impl -
-
Uses of InputSplit in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl that return types with arguments of type InputSplit Modifier and Type Method Description Stream<InputSplit<List<CloudObjectLocation>>>CloudObjectInputSource. createSplits(InputFormat inputFormat, SplitHintSpec splitHintSpec)Stream<InputSplit>CombiningInputSource. createSplits(InputFormat inputFormat, SplitHintSpec splitHintSpec)Stream<InputSplit<URI>>HttpInputSource. createSplits(InputFormat inputFormat, SplitHintSpec splitHintSpec)Stream<InputSplit<List<File>>>LocalInputSource. createSplits(InputFormat inputFormat, SplitHintSpec splitHintSpec)Stream<InputSplit<T>>SplittableInputSource. createSplits(InputFormat inputFormat, SplitHintSpec splitHintSpec)Creates aStreamofInputSplits.Methods in org.apache.druid.data.input.impl with parameters of type InputSplit Modifier and Type Method Description InputSourceCombiningInputSource. withSplit(InputSplit split)SplittableInputSource<URI>HttpInputSource. withSplit(InputSplit<URI> split)SplittableInputSource<List<File>>LocalInputSource. withSplit(InputSplit<List<File>> split)InputSourceSplittableInputSource. withSplit(InputSplit<T> split)Helper method for ParallelIndexSupervisorTask.
-