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

Create Table interface to replace HTableInterface

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.99.0
    • None
    • None
    • Reviewed

    Description

      Basically doing this:

      interface Table {
        // get, put related stuff
      }
      
      @Deprecated
      interface HTableInterface extends Table {
        // users are encouraged to use the new Table interface
      }
      
      class HTable extends Table {
        // all HTable constructors are deprecated
        // Users are not encouraged to see this class
      }
      

      I'm proposing that in this JIRA I move everything from HTableInterface to Table except the following:

      • Anything deprecated
      • Anything @InterfaceAudience.Private (coprocessorService(...) and batchCoprocessorService(...))

      Attachments

        1. hbase-11797_v4.patch
          57 kB
          Enis Soztutar
        2. HBASE_11797_v3.patch
          56 kB
          Carter
        3. HBASE_11797_v2.patch
          61 kB
          Carter
        4. HBASE_11797.patch
          51 kB
          Carter

        Issue Links

          Activity

            People

              carterpage Carter
              carterpage Carter
              Votes:
              0 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: