Class TestTracingBase.RegistryForTracingTest

java.lang.Object
org.apache.hadoop.hbase.client.TestTracingBase.RegistryForTracingTest
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.hadoop.hbase.client.ConnectionRegistry
Enclosing class:
TestTracingBase

static class TestTracingBase.RegistryForTracingTest extends Object implements org.apache.hadoop.hbase.client.ConnectionRegistry
  • Constructor Details

    • RegistryForTracingTest

      public RegistryForTracingTest(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.security.User user)
  • Method Details

    • getMetaRegionLocations

      public CompletableFuture<org.apache.hadoop.hbase.RegionLocations> getMetaRegionLocations()
      Specified by:
      getMetaRegionLocations in interface org.apache.hadoop.hbase.client.ConnectionRegistry
    • getClusterId

      Specified by:
      getClusterId in interface org.apache.hadoop.hbase.client.ConnectionRegistry
    • getActiveMaster

      public CompletableFuture<org.apache.hadoop.hbase.ServerName> getActiveMaster()
      Specified by:
      getActiveMaster in interface org.apache.hadoop.hbase.client.ConnectionRegistry
    • getConnectionString

      Specified by:
      getConnectionString in interface org.apache.hadoop.hbase.client.ConnectionRegistry
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Specified by:
      close in interface org.apache.hadoop.hbase.client.ConnectionRegistry