Class IntegrationTestBigLinkedList.Search.WALSearcher

java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hbase.mapreduce.WALPlayer
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Search.WALSearcher
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool
Enclosing class:
IntegrationTestBigLinkedList.Search

public static class IntegrationTestBigLinkedList.Search.WALSearcher extends org.apache.hadoop.hbase.mapreduce.WALPlayer
WALPlayer override that searches for keys loaded in the setup.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    The actual searcher mapper.

    Nested classes/interfaces inherited from class org.apache.hadoop.hbase.mapreduce.WALPlayer

    org.apache.hadoop.hbase.mapreduce.WALPlayer.Counter, org.apache.hadoop.hbase.mapreduce.WALPlayer.WALMapper
  • Field Summary

    Fields inherited from class org.apache.hadoop.hbase.mapreduce.WALPlayer

    BULK_OUTPUT_CONF_KEY, IGNORE_MISSING_FILES, INPUT_FILES_SEPARATOR_KEY, MULTI_TABLES_SUPPORT, TABLE_MAP_KEY, TABLES_KEY, tableSeparator
  • Constructor Summary

    Constructors
    Constructor
    Description
    WALSearcher(org.apache.hadoop.conf.Configuration conf)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.mapreduce.Job
     

    Methods inherited from class org.apache.hadoop.hbase.mapreduce.WALPlayer

    main, run

    Methods inherited from class org.apache.hadoop.conf.Configured

    getConf, setConf

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.hadoop.conf.Configurable

    getConf, setConf
  • Constructor Details

    • WALSearcher

      public WALSearcher(org.apache.hadoop.conf.Configuration conf)
  • Method Details