| 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 FileInputFormat.FileBaseStatistics |
FileInputFormat.getFileStats(FileInputFormat.FileBaseStatistics cachedStats,
Path filePath,
FileSystem fs,
ArrayList<FileStatus> files) |
| Modifier and Type | Method and Description |
|---|---|
static FileSystem |
FileSystem.get(URI uri)
Returns a reference to the
FileSystem instance for accessing the
file system identified by the given URI. |
FileSystem |
Path.getFileSystem()
Returns the FileSystem that owns this Path.
|
static FileSystem |
FileSystem.getLocalFileSystem()
Returns a reference to the
FileSystem instance for accessing the
local file system. |
| Modifier and Type | Method and Description |
|---|---|
Path |
Path.makeQualified(FileSystem fs)
Returns a qualified path object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LocalFileSystem
The class
LocalFile provides an implementation of the FileSystem interface for the local file
system. |
| Constructor and Description |
|---|
LocalFileStatus(File f,
FileSystem fs)
Creates a
LocalFileStatus object from a given File object. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.