john lilley created HDFS-5395: --------------------------------- Summary: write(ByteBuffer) method Key: HDFS-5395 URL: https://issues.apache.org/jira/browse/HDFS-5395 Project: Hadoop HDFS Issue Type: Improvement Components: hdfs-client Affects Versions: 2.2.0 Reporter: john lilley Priority: Minor
It would be great to have a write(ByteBuffer) API in FSDataOutputStream, so that JNI callers could perform a write without making an extra copy. The complementary read(ByteBuffer) call exists in FSDataInputStream, so this would seem to be an omission. -- This message was sent by Atlassian JIRA (v6.1#6144)