Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-21030

Correct javadoc for append operation

    XMLWordPrintableJSON

Details

    Description

      The doc for append operation is incorrect. (see @param append in the code snippet below or Table.java#L566)

        /**
         * Appends values to one or more columns within a single row.
         * <p>
         * This operation guaranteed atomicity to readers. Appends are done
         * under a single row lock, so write operations to a row are synchronized, and
         * readers are guaranteed to see this operation fully completed.
         *
         * @param append object that specifies the columns and amounts to be used
         *                  for the increment operations
         * @throws IOException e
         * @return values of columns after the append operation (maybe null)
         */
      

      Attachments

        1. HBASE-21030.master.001.patch
          1 kB
          Subrat Mishra

        Activity

          People

            subrat.mishra Subrat Mishra
            nihaljain.cs Nihal Jain
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: