Package | Description |
---|---|
alluxio.client.file | |
alluxio.client.file.ufs |
Modifier and Type | Method and Description |
---|---|
List<BlockLocationInfo> |
MetadataCachingFileSystem.getBlockLocations(AlluxioURI path) |
List<BlockLocationInfo> |
DelegatingFileSystem.getBlockLocations(AlluxioURI path) |
List<BlockLocationInfo> |
FileSystemCache.InstanceCachingFileSystem.getBlockLocations(AlluxioURI path) |
default List<BlockLocationInfo> |
FileSystem.getBlockLocations(AlluxioURI path)
Builds a list of
BlockLocationInfo for the given file. |
List<BlockLocationInfo> |
DelegatingFileSystem.getBlockLocations(URIStatus status) |
List<BlockLocationInfo> |
FileSystemCache.InstanceCachingFileSystem.getBlockLocations(URIStatus status) |
List<BlockLocationInfo> |
FileSystem.getBlockLocations(URIStatus status)
Builds a list of
BlockLocationInfo for the given file. |
List<BlockLocationInfo> |
BaseFileSystem.getBlockLocations(URIStatus status) |
Modifier and Type | Method and Description |
---|---|
List<BlockLocationInfo> |
UfsBaseFileSystem.getBlockLocations(AlluxioURI path) |
List<BlockLocationInfo> |
UfsBaseFileSystem.getBlockLocations(URIStatus status) |
Copyright © 2023. All Rights Reserved.