| Package | Description |
|---|---|
| org.apache.flink.api.common.io | |
| org.apache.flink.core.fs | |
| org.apache.flink.core.fs.local |
| Modifier and Type | Method and Description |
|---|---|
protected List<FileStatus> |
BinaryInputFormat.getFiles() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FileInputFormat.acceptFile(FileStatus fileStatus)
A simple hook to filter files and directories from the input.
|
protected boolean |
FileInputFormat.testForUnsplittable(FileStatus pathFile) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.flink.api.common.io.BinaryInputFormat.SequentialStatistics |
BinaryInputFormat.createStatistics(List<FileStatus> files,
FileInputFormat.FileBaseStatistics stats)
Fill in the statistics.
|
protected FileInputFormat.FileBaseStatistics |
FileInputFormat.getFileStats(FileInputFormat.FileBaseStatistics cachedStats,
Path[] filePaths,
ArrayList<FileStatus> files) |
protected FileInputFormat.FileBaseStatistics |
FileInputFormat.getFileStats(FileInputFormat.FileBaseStatistics cachedStats,
Path filePath,
FileSystem fs,
ArrayList<FileStatus> files) |
| Modifier and Type | Method and Description |
|---|---|
FileStatus |
LimitedConnectionsFileSystem.getFileStatus(Path f) |
FileStatus |
SafetyNetWrapperFileSystem.getFileStatus(Path f) |
abstract FileStatus |
FileSystem.getFileStatus(Path f)
Return a file status object that represents the path.
|
FileStatus[] |
LimitedConnectionsFileSystem.listStatus(Path f) |
FileStatus[] |
SafetyNetWrapperFileSystem.listStatus(Path f) |
abstract FileStatus[] |
FileSystem.listStatus(Path f)
List the statuses of the files/directories in the given path if the path is
a directory.
|
| 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 |
LocalFileStatus
The class
LocalFileStatus provides an implementation of the FileStatus interface
for the local file system. |
| Modifier and Type | Method and Description |
|---|---|
FileStatus |
LocalFileSystem.getFileStatus(Path f) |
FileStatus[] |
LocalFileSystem.listStatus(Path f) |
| Modifier and Type | Method and Description |
|---|---|
BlockLocation[] |
LocalFileSystem.getFileBlockLocations(FileStatus file,
long start,
long len) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.