Attila Doroszlai created HDDS-2721:
--------------------------------------

             Summary: Allow wrapping list of ByteBuffers with ChunkBuffer
                 Key: HDDS-2721
                 URL: https://issues.apache.org/jira/browse/HDDS-2721
             Project: Hadoop Distributed Data Store
          Issue Type: Improvement
            Reporter: Attila Doroszlai
            Assignee: Attila Doroszlai


{{ChunkBuffer}} is a useful abstraction over {{ByteBuffer}} to hide whether 
it's backed by a single {{ByteBuffer}} or multiple ones 
({{IncrementalChunkBuffer}}).  However, {{IncrementalChunkBuffer}} allocates 
its own {{ByteBuffer}} instances and only works with uniform buffer sizes.  The 
goal of this task is to allow wrapping an existing  {{List<ByteBuffer>}} in 
{{ChunkBuffer}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org

Reply via email to