Uses of Class
org.apache.hadoop.fs.impl.prefetch.BlockData
Packages that use BlockData
Package
Description
block caching for use in object store clients.
-
Uses of BlockData in org.apache.hadoop.fs.impl.prefetch
Methods in org.apache.hadoop.fs.impl.prefetch that return BlockDataModifier and TypeMethodDescriptionBlockManager.getBlockData()Gets block data information.BlockManagerParameters.getBlockData()Methods in org.apache.hadoop.fs.impl.prefetch with parameters of type BlockDataModifier and TypeMethodDescriptionBlockManagerParameters.withBlockData(BlockData data) Sets the object holding blocks data info for the underlying file.Constructors in org.apache.hadoop.fs.impl.prefetch with parameters of type BlockDataModifierConstructorDescriptionBlockManager(BlockData blockData) Constructs an instance ofBlockManager.