Uses of Package
org.apache.hadoop.hdfs.server.aliasmap
Packages that use org.apache.hadoop.hdfs.server.aliasmap
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Classes in org.apache.hadoop.hdfs.server.aliasmap used by org.apache.hadoop.hdfs.protocolPBClassDescriptionProtocol used by clients to read/write data about aliases of provided blocks for an in-memory implementation of the
BlockAliasMap.The result of a read from the in-memory aliasmap. -
Classes in org.apache.hadoop.hdfs.server.aliasmap used by org.apache.hadoop.hdfs.server.aliasmapClassDescriptionInMemoryAliasMap is an implementation of the InMemoryAliasMapProtocol for use with LevelDB.CheckedFunction is akin to
Functionbut specifies an IOException.Protocol used by clients to read/write data about aliases of provided blocks for an in-memory implementation of theBlockAliasMap.The result of a read from the in-memory aliasmap. -
Classes in org.apache.hadoop.hdfs.server.aliasmap used by org.apache.hadoop.hdfs.server.namenodeClassDescriptionInMemoryLevelDBAliasMapServer is the entry point from the Namenode into the
InMemoryAliasMap.