Example usage for org.apache.hadoop.hdfs.protocol ClientDatanodeProtocol interface-usage

List of usage examples for org.apache.hadoop.hdfs.protocol ClientDatanodeProtocol interface-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.hdfs.protocol ClientDatanodeProtocol interface-usage.

Usage

From source file common.DataNode.java

/**********************************************************
 * DataNode is a class (and program) that stores a set of
 * blocks for a DFS deployment.  A single deployment can
 * have one or many DataNodes.  Each DataNode communicates
 * regularly with a single NameNode.  It also communicates
 * with client code and other DataNodes from time to time.