You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Bessonov (Jira)" <ji...@apache.org> on 2022/04/29 09:16:00 UTC

[jira] [Created] (IGNITE-16913) Provide affective way to write BinaryRow into byte buffer

Ivan Bessonov created IGNITE-16913:
--------------------------------------

             Summary: Provide affective way to write BinaryRow into byte buffer
                 Key: IGNITE-16913
                 URL: https://issues.apache.org/jira/browse/IGNITE-16913
             Project: Ignite
          Issue Type: Improvement
            Reporter: Ivan Bessonov


Current API only allows to write row into OutputStream, which is not always convenient. For example, RocksDB implementation required writing into a byte buffer.

Creating an output stream on top of the buffer is not the best idea.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)