Package | Description |
---|---|
org.apache.flink.core.fs | |
org.apache.flink.core.fs.local | |
org.apache.flink.runtime.fs.hdfs |
Modifier and Type | Method and Description |
---|---|
BlockLocation[] |
LimitedConnectionsFileSystem.getFileBlockLocations(FileStatus file,
long start,
long len) |
BlockLocation[] |
SafetyNetWrapperFileSystem.getFileBlockLocations(FileStatus file,
long start,
long len) |
abstract BlockLocation[] |
FileSystem.getFileBlockLocations(FileStatus file,
long start,
long len)
Return an array containing hostnames, offset and size of
portions of the given file.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalBlockLocation
Implementation of the
BlockLocation interface for a local file system. |
Modifier and Type | Method and Description |
---|---|
BlockLocation[] |
LocalFileSystem.getFileBlockLocations(FileStatus file,
long start,
long len) |
Modifier and Type | Method and Description |
---|---|
int |
LocalBlockLocation.compareTo(BlockLocation o) |
Modifier and Type | Class and Description |
---|---|
class |
HadoopBlockLocation
Implementation of the
BlockLocation interface for the
Hadoop Distributed File System. |
Modifier and Type | Method and Description |
---|---|
BlockLocation[] |
HadoopFileSystem.getFileBlockLocations(FileStatus file,
long start,
long len) |
Modifier and Type | Method and Description |
---|---|
int |
HadoopBlockLocation.compareTo(BlockLocation o) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.