Java org.apache.hadoop.hdfs.protocol ClientDatanodeProtocol fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.hdfs.protocol ClientDatanodeProtocol fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.hdfs.protocol ClientDatanodeProtocol.

The text is from its open source code.

Implementation

org.apache.hadoop.hdfs.protocol.ClientDatanodeProtocol has the following implementations.
Click this link to see all its implementation.

Field

longversionID
Until version 9, this class ClientDatanodeProtocol served as both the client interface to the DN AND the RPC protocol used to communicate with the NN.

Method

BlockLocalPathInfogetBlockLocalPathInfo(ExtendedBlock block, Token token)
Retrieves the path names of the block file and metadata file stored on the local file system.
longgetReplicaVisibleLength(ExtendedBlock b)
Return the visible length of a replica.