HDFS-10387. DataTransferProtocol#writeBlock missing some javadocs (John Zhuge via lei)

(cherry picked from commit d5f5a6475b)
This commit is contained in:
Lei Xu 2016-07-12 16:16:03 -07:00
parent a2ef30cb2f
commit 715734c9a3
1 changed files with 5 additions and 0 deletions

View File

@ -93,6 +93,11 @@ void readBlock(final ExtendedBlock blk,
* @param minBytesRcvd minimum number of bytes received. * @param minBytesRcvd minimum number of bytes received.
* @param maxBytesRcvd maximum number of bytes received. * @param maxBytesRcvd maximum number of bytes received.
* @param latestGenerationStamp the latest generation stamp of the block. * @param latestGenerationStamp the latest generation stamp of the block.
* @param requestedChecksum the requested checksum mechanism
* @param cachingStrategy the caching strategy
* @param allowLazyPersist hint to the DataNode that the block can be
* allocated on transient storage i.e. memory and
* written to disk lazily
* @param pinning whether to pin the block, so Balancer won't move it. * @param pinning whether to pin the block, so Balancer won't move it.
* @param targetPinnings whether to pin the block on target datanode * @param targetPinnings whether to pin the block on target datanode
*/ */