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

Add a getRegionLocator method in Table/AsyncTable interface

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0.0-alpha-1, 2.3.0
    • asyncclient, Client
    • None
    • Hide
      Add below method in Table interface:

      RegionLocator getRegionLocator() throws IOException;

      Add below methods in AsyncTable interface:

      AsyncTableRegionLocator getRegionLocator();
      CompletableFuture<TableDescriptor> getDescriptor();
      Show
      Add below method in Table interface: RegionLocator getRegionLocator() throws IOException; Add below methods in AsyncTable interface: AsyncTableRegionLocator getRegionLocator(); CompletableFuture<TableDescriptor> getDescriptor();

    Description

      As it is used in shell, for now we just call the getRegionLocator method in HTable.

      Attachments

        Issue Links

          Activity

            People

              zhangduo Duo Zhang
              zhangduo Duo Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: