Class TestTableInputFormat.ExampleDeprecatedTIF

java.lang.Object
org.apache.hadoop.hbase.mapred.TableInputFormatBase
org.apache.hadoop.hbase.mapred.TestTableInputFormat.ExampleDeprecatedTIF
All Implemented Interfaces:
org.apache.hadoop.mapred.InputFormat<org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.hbase.client.Result>, org.apache.hadoop.mapred.JobConfigurable
Enclosing class:
TestTableInputFormat

public static class TestTableInputFormat.ExampleDeprecatedTIF extends org.apache.hadoop.hbase.mapred.TableInputFormatBase implements org.apache.hadoop.mapred.JobConfigurable
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(org.apache.hadoop.mapred.JobConf job)
     

    Methods inherited from class org.apache.hadoop.hbase.mapred.TableInputFormatBase

    closeTable, getRecordReader, getSplits, getTable, initialize, initializeTable, setInputColumns, setRowFilter, setTableRecordReader

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • configure

      public void configure(org.apache.hadoop.mapred.JobConf job)
      Specified by:
      configure in interface org.apache.hadoop.mapred.JobConfigurable