You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Hiroshi Ikeda (JIRA)" <ji...@apache.org> on 2014/04/14 06:34:15 UTC

[jira] [Created] (HBASE-10971) ImmutableBytesWritable is not immutable

Hiroshi Ikeda created HBASE-10971:
-------------------------------------

             Summary: ImmutableBytesWritable is not immutable
                 Key: HBASE-10971
                 URL: https://issues.apache.org/jira/browse/HBASE-10971
             Project: HBase
          Issue Type: Improvement
            Reporter: Hiroshi Ikeda
            Priority: Trivial


ImmutableBytesWritable is not immutable in spite of the name. Also its javadoc says "its comparatively 'immutable'" but this class is just copy-on-write.

Fix its javadoc. It is better to mark this class as Deprecated and create a new class such as CopyOnWriteBytesWritable.



--
This message was sent by Atlassian JIRA
(v6.2#6252)