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.static classBlockAliasMap.Reader<U extends BlockAlias>An abstract class that is used to readBlockAliases for provided blocks.static classBlockAliasMap.Writer<U extends BlockAlias>An abstract class used as a writer for the provided block map.