Uses of Class
org.apache.flink.core.io.LocatableInputSplit
-
Packages that use LocatableInputSplit Package Description org.apache.flink.api.common.io org.apache.flink.core.fs -
-
Uses of LocatableInputSplit in org.apache.flink.api.common.io
Methods in org.apache.flink.api.common.io that return LocatableInputSplit Modifier and Type Method Description LocatableInputSplitLocatableInputSplitAssigner. getNextInputSplit(String host, int taskId)Constructors in org.apache.flink.api.common.io with parameters of type LocatableInputSplit Constructor Description LocatableInputSplitAssigner(LocatableInputSplit[] splits)Constructor parameters in org.apache.flink.api.common.io with type arguments of type LocatableInputSplit Constructor Description LocatableInputSplitAssigner(Collection<LocatableInputSplit> splits) -
Uses of LocatableInputSplit in org.apache.flink.core.fs
Subclasses of LocatableInputSplit in org.apache.flink.core.fs Modifier and Type Class Description classFileInputSplitA file input split provides information on a particular part of a file, possibly hosted on a distributed file system and replicated among several hosts.
-