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

Consolidate multiple overloaded methods in HRegionInterface, HRegionServer

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 0.2.0
    • 0.18.0
    • IPC/RPC, regionserver
    • None

    Description

      There are too many overloaded methods in HRegionServerInterface and consequently HRegionServer.

      These should be consolidated into one method per operation and the client should pass the appropriate parameters to the server.

      On the server side, the single method should be able to handle parameters that are not supplied, e.g.,

      • long values that are not supplied should be -1
      • boolean values should be supplied appropriately
      • objects that are not supplied should be passed as null

      All these overloaded methods eventually call the same method on the server side eventually. Removing the overloads would make following control flow easier.

      Attachments

        1. hbase-841.patch
          16 kB
          Jean-Daniel Cryans

        Activity

          People

            jdcryans Jean-Daniel Cryans
            jimk Jim Kellerman
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: