Uses of Interface
org.apache.flink.core.fs.BlockLocation
-
Packages that use BlockLocation Package Description org.apache.flink.core.fs org.apache.flink.core.fs.local -
-
Uses of BlockLocation in org.apache.flink.core.fs
Methods in org.apache.flink.core.fs that return BlockLocation Modifier and Type Method Description BlockLocation[]LocatedFileStatus. getBlockLocations()Gets the location information for the file.abstract BlockLocation[]FileSystem. getFileBlockLocations(FileStatus file, long start, long len)Return an array containing hostnames, offset and size of portions of the given file.BlockLocation[]LimitedConnectionsFileSystem. getFileBlockLocations(FileStatus file, long start, long len)BlockLocation[]SafetyNetWrapperFileSystem. getFileBlockLocations(FileStatus file, long start, long len) -
Uses of BlockLocation in org.apache.flink.core.fs.local
Classes in org.apache.flink.core.fs.local that implement BlockLocation Modifier and Type Class Description classLocalBlockLocationImplementation of theBlockLocationinterface for a local file system.Methods in org.apache.flink.core.fs.local that return BlockLocation Modifier and Type Method Description BlockLocation[]LocalFileStatus. getBlockLocations()BlockLocation[]LocalFileSystem. getFileBlockLocations(FileStatus file, long start, long len)Methods in org.apache.flink.core.fs.local with parameters of type BlockLocation Modifier and Type Method Description intLocalBlockLocation. compareTo(BlockLocation o)
-