Uses of Interface
org.apache.hadoop.hdfs.server.common.BlockAlias
Packages that use BlockAlias
Package
Description
The AliasMap defines mapping of PROVIDED HDFS blocks to data in remote
storage systems.
-
Uses of BlockAlias in org.apache.hadoop.hdfs.server.common
Classes in org.apache.hadoop.hdfs.server.common that implement BlockAliasModifier and TypeClassDescriptionclassThis class is used to represent provided blocks that are file regions, i.e., can be described using (path, offset, length). -
Uses of BlockAlias in org.apache.hadoop.hdfs.server.common.blockaliasmap
Classes in org.apache.hadoop.hdfs.server.common.blockaliasmap with type parameters of type BlockAliasModifier and TypeClassDescriptionclassBlockAliasMap<T extends BlockAlias>An abstract class used to read and write block maps for provided blocks.