Uses of Interface
org.apache.hadoop.hdfs.server.protocol.NamenodeProtocol
Packages that use NamenodeProtocol
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
The Balancer is a tool for balancing the data across
the storage devices of an HDFS cluster.
-
Uses of NamenodeProtocol in org.apache.hadoop.hdfs.protocolPB
Classes in org.apache.hadoop.hdfs.protocolPB that implement NamenodeProtocolModifier and TypeClassDescriptionclassThis class is the client side translator to translate the requests made onNamenodeProtocolinterfaces to the RPC server implementingNamenodeProtocolPB.Constructors in org.apache.hadoop.hdfs.protocolPB with parameters of type NamenodeProtocol -
Uses of NamenodeProtocol in org.apache.hadoop.hdfs.server.balancer
Methods in org.apache.hadoop.hdfs.server.balancer that return NamenodeProtocolConstructors in org.apache.hadoop.hdfs.server.balancer with parameters of type NamenodeProtocolModifierConstructorDescriptionKeyManager(String blockpoolID, NamenodeProtocol namenode, boolean encryptDataTransfer, org.apache.hadoop.conf.Configuration conf) -
Uses of NamenodeProtocol in org.apache.hadoop.hdfs.server.namenode
Classes in org.apache.hadoop.hdfs.server.namenode that implement NamenodeProtocolModifier and TypeClassDescriptionclassThis class is responsible for handling all of the RPC calls to the NameNode. -
Uses of NamenodeProtocol in org.apache.hadoop.hdfs.server.namenode.ha
Methods in org.apache.hadoop.hdfs.server.namenode.ha that return NamenodeProtocolMethods in org.apache.hadoop.hdfs.server.namenode.ha with parameters of type NamenodeProtocol -
Uses of NamenodeProtocol in org.apache.hadoop.hdfs.server.protocol
Subinterfaces of NamenodeProtocol in org.apache.hadoop.hdfs.server.protocolModifier and TypeInterfaceDescriptioninterfaceThe full set of protocols used by the Balancer.interfaceThe full set of RPC methods implemented by the Namenode.