You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Tsz-wo Sze (Jira)" <ji...@apache.org> on 2022/10/30 10:09:00 UTC

[jira] [Created] (HDDS-7438) Add a createStreamKey method to OzoneBucket

Tsz-wo Sze created HDDS-7438:
--------------------------------

             Summary: Add a createStreamKey method to OzoneBucket
                 Key: HDDS-7438
                 URL: https://issues.apache.org/jira/browse/HDDS-7438
             Project: Apache Ozone
          Issue Type: Sub-task
          Components: Ozone Client
            Reporter: Tsz-wo Sze
            Assignee: Tsz-wo Sze


{code}
//OzoneBucket
  public OzoneDataStreamOutput createStreamKey(String key, long size)
      throws IOException {
    ...
  }
{code}
We propose to add the above method to OzoneBucket since there is a similar createKey in OzoneBucket.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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