Uses of Class
io.trino.plugin.hive.fs.BlockLocation
Packages that use BlockLocation
-
Uses of BlockLocation in io.trino.plugin.hive.fs
Methods in io.trino.plugin.hive.fs that return types with arguments of type BlockLocationModifier and TypeMethodDescriptionstatic List<BlockLocation>BlockLocation.fromHiveBlockLocations(org.apache.hadoop.fs.BlockLocation[] blockLocations) TrinoFileStatus.getBlockLocations()Constructor parameters in io.trino.plugin.hive.fs with type arguments of type BlockLocationModifierConstructorDescriptionTrinoFileStatus(List<BlockLocation> blockLocations, String path, boolean isDirectory, long length, long modificationTime)