Uses of Interface
org.apache.hadoop.hdfs.server.protocol.DatanodeProtocol
Packages that use DatanodeProtocol
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of DatanodeProtocol in org.apache.hadoop.hdfs.protocolPB
Classes in org.apache.hadoop.hdfs.protocolPB that implement DatanodeProtocolModifier and TypeClassDescriptionclassThis class is the client side translator to translate the requests made onDatanodeProtocolinterfaces to the RPC server implementingDatanodeProtocolPB.Constructors in org.apache.hadoop.hdfs.protocolPB with parameters of type DatanodeProtocolModifierConstructorDescriptionDatanodeProtocolServerSideTranslatorPB(DatanodeProtocol impl, int maxDataLength) -
Uses of DatanodeProtocol in org.apache.hadoop.hdfs.server.namenode
Classes in org.apache.hadoop.hdfs.server.namenode that implement DatanodeProtocolModifier and TypeClassDescriptionclassThis class is responsible for handling all of the RPC calls to the NameNode. -
Uses of DatanodeProtocol in org.apache.hadoop.hdfs.server.protocol
Subinterfaces of DatanodeProtocol in org.apache.hadoop.hdfs.server.protocolModifier and TypeInterfaceDescriptioninterfaceThe full set of RPC methods implemented by the Namenode.