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

HTableInterface javadoc correction

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.99.0
    • Client
    • None
    • Reviewed

    Description

      HTable#batch() APIs javadoc says

      • @param actions list of Get, Put, Delete, Increment, Append, RowMutations objects
        But we can not pass RowMutations in batch.
        } else if (row instanceof RowMutations) {
          throw new UnsupportedOperationException("No RowMutations in multi calls; use mutateRow");
        }
        

      Small patch to correct the doc.

      Attachments

        1. HBASE-11421.patch
          2 kB
          Anoop Sam John

        Activity

          People

            anoop.hbase Anoop Sam John
            anoop.hbase Anoop Sam John
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: