Uses of Interface
org.apache.hadoop.hdfs.server.namenode.Namesystem
Packages that use Namesystem
Package
Description
This package provides a mechanism for satisfying the storage policy of a
path.
-
Uses of Namesystem in org.apache.hadoop.hdfs.server.blockmanagement
Fields in org.apache.hadoop.hdfs.server.blockmanagement declared as NamesystemMethods in org.apache.hadoop.hdfs.server.blockmanagement with parameters of type NamesystemModifier and TypeMethodDescriptionvoidDatanodeAdminMonitorBase.setNameSystem(Namesystem ns) Set the cluster namesystem.voidDatanodeAdminMonitorInterface.setNameSystem(Namesystem ns) Constructors in org.apache.hadoop.hdfs.server.blockmanagement with parameters of type NamesystemModifierConstructorDescriptionBlockManager(Namesystem namesystem, boolean haEnabled, org.apache.hadoop.conf.Configuration conf) -
Uses of Namesystem in org.apache.hadoop.hdfs.server.namenode
Classes in org.apache.hadoop.hdfs.server.namenode that implement NamesystemModifier and TypeClassDescriptionclassFSNamesystem is a container of both transient and persisted name-space state, and does all the book-keeping work on a NameNode. -
Uses of Namesystem in org.apache.hadoop.hdfs.server.namenode.sps
Constructors in org.apache.hadoop.hdfs.server.namenode.sps with parameters of type NamesystemModifierConstructorDescriptionStoragePolicySatisfyManager(org.apache.hadoop.conf.Configuration conf, Namesystem namesystem)