Class TestTableInputFormat.ExampleTIF

java.lang.Object
org.apache.hadoop.hbase.mapred.TableInputFormatBase
org.apache.hadoop.hbase.mapred.TestTableInputFormat.ExampleTIF
All Implemented Interfaces:
org.apache.hadoop.mapred.InputFormat<org.apache.hadoop.hbase.io.ImmutableBytesWritable,org.apache.hadoop.hbase.client.Result>
Direct Known Subclasses:
TestTableInputFormat.ExampleJobConfigurableTIF
Enclosing class:
TestTableInputFormat

public static class TestTableInputFormat.ExampleTIF extends org.apache.hadoop.hbase.mapred.TableInputFormatBase
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    initialize(org.apache.hadoop.mapred.JobConf job)
     
    protected void
    initialize(org.apache.hadoop.mapred.JobConf job, String table)
     

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

    closeTable, getRecordReader, getSplits, getTable, 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