Class TestMultiTableInputFormatBase.MRSplitsConnection

java.lang.Object
org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormatBase.MRSplitsConnection
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.hadoop.hbase.Abortable, org.apache.hadoop.hbase.client.Connection
Enclosing class:
TestMultiTableInputFormatBase

public static class TestMultiTableInputFormatBase.MRSplitsConnection extends Object implements org.apache.hadoop.hbase.client.Connection
Connection to use above in Test.
  • Field Details

  • Constructor Details

  • Method Details

    • abort

      public void abort(String why, Throwable e)
      Specified by:
      abort in interface org.apache.hadoop.hbase.Abortable
    • isAborted

      public boolean isAborted()
      Specified by:
      isAborted in interface org.apache.hadoop.hbase.Abortable
    • getConfiguration

      public org.apache.hadoop.conf.Configuration getConfiguration()
      Specified by:
      getConfiguration in interface org.apache.hadoop.hbase.client.Connection
    • getBufferedMutator

      public org.apache.hadoop.hbase.client.BufferedMutator getBufferedMutator(org.apache.hadoop.hbase.TableName tableName) throws IOException
      Specified by:
      getBufferedMutator in interface org.apache.hadoop.hbase.client.Connection
      Throws:
      IOException
    • getBufferedMutator

      public org.apache.hadoop.hbase.client.BufferedMutator getBufferedMutator(org.apache.hadoop.hbase.client.BufferedMutatorParams params) throws IOException
      Specified by:
      getBufferedMutator in interface org.apache.hadoop.hbase.client.Connection
      Throws:
      IOException
    • getRegionLocator

      public org.apache.hadoop.hbase.client.RegionLocator getRegionLocator(org.apache.hadoop.hbase.TableName tableName) throws IOException
      Specified by:
      getRegionLocator in interface org.apache.hadoop.hbase.client.Connection
      Throws:
      IOException
    • getAdmin

      public org.apache.hadoop.hbase.client.Admin getAdmin() throws IOException
      Specified by:
      getAdmin in interface org.apache.hadoop.hbase.client.Connection
      Throws:
      IOException
    • getTable

      public org.apache.hadoop.hbase.client.Table getTable(org.apache.hadoop.hbase.TableName tableName) throws IOException
      Specified by:
      getTable in interface org.apache.hadoop.hbase.client.Connection
      Throws:
      IOException
    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Specified by:
      close in interface org.apache.hadoop.hbase.client.Connection
      Throws:
      IOException
    • isClosed

      public boolean isClosed()
      Specified by:
      isClosed in interface org.apache.hadoop.hbase.client.Connection
    • getTableBuilder

      public org.apache.hadoop.hbase.client.TableBuilder getTableBuilder(org.apache.hadoop.hbase.TableName tableName, ExecutorService pool)
      Specified by:
      getTableBuilder in interface org.apache.hadoop.hbase.client.Connection
    • clearRegionLocationCache

      public void clearRegionLocationCache()
      Specified by:
      clearRegionLocationCache in interface org.apache.hadoop.hbase.client.Connection
    • toAsyncConnection

      public org.apache.hadoop.hbase.client.AsyncConnection toAsyncConnection()
      Specified by:
      toAsyncConnection in interface org.apache.hadoop.hbase.client.Connection
    • getClusterId

      public String getClusterId()
      Specified by:
      getClusterId in interface org.apache.hadoop.hbase.client.Connection