| Package | Description |
|---|---|
| org.apache.flink.core.fs | |
| org.apache.flink.core.fs.local |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.