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

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

Introduction

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

The text is from its open source code.

Field

longversionID
Until version 69, this class ClientProtocol served as both the client interface to the NN AND the RPC protocol used to communicate with the NN.
intGET_STATS_CAPACITY_IDX
Constants to index the array of aggregated stats returned by #getStats() .
intGET_STATS_UNDER_REPLICATED_IDX
Use #GET_STATS_LOW_REDUNDANCY_IDX instead.
intGET_STATS_CORRUPT_BLOCKS_IDX
intGET_STATS_MISSING_BLOCKS_IDX
intGET_STATS_MISSING_REPL_ONE_BLOCKS_IDX

Method

LocatedBlocksgetBlockLocations(String src, long offset, long length)
Get locations of the blocks of the specified file within the specified range.