Repository: hadoop
Updated Branches:
  refs/heads/branch-2 a2ef30cb2 -> 715734c9a


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

(cherry picked from commit d5f5a6475b19a52bf54f97cd8843408265b888f0)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/715734c9
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/715734c9
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/715734c9

Branch: refs/heads/branch-2
Commit: 715734c9a3a4bc1d67c1873f79aa7cd532a95131
Parents: a2ef30c
Author: Lei Xu <[email protected]>
Authored: Tue Jul 12 16:16:03 2016 -0700
Committer: Lei Xu <[email protected]>
Committed: Tue Jul 12 16:17:02 2016 -0700

----------------------------------------------------------------------
 .../hadoop/hdfs/protocol/datatransfer/DataTransferProtocol.java | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/715734c9/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer/DataTransferProtocol.java
----------------------------------------------------------------------
diff --git 
a/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer/DataTransferProtocol.java
 
b/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer/DataTransferProtocol.java
index 4aa545b..3daa0f2 100644
--- 
a/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer/DataTransferProtocol.java
+++ 
b/hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/protocol/datatransfer/DataTransferProtocol.java
@@ -93,6 +93,11 @@ public interface DataTransferProtocol {
    * @param minBytesRcvd minimum number of bytes received.
    * @param maxBytesRcvd maximum number of bytes received.
    * @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 targetPinnings whether to pin the block on target datanode
    */


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to