Class IntegrationTestBigLinkedListWithVisibility.Copier

java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility.Copier
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool
Enclosing class:
IntegrationTestBigLinkedListWithVisibility

static class IntegrationTestBigLinkedListWithVisibility.Copier extends org.apache.hadoop.conf.Configured implements org.apache.hadoop.util.Tool
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private boolean
     
    private int
     
    private static final org.slf4j.Logger
     
    private org.apache.hadoop.hbase.TableName
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Copier(org.apache.hadoop.hbase.TableName tableName, int index, boolean delete)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    run(String[] arg0)
     
    int
    runCopier(String outputDir)
     

    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
  • Field Details

    • LOG

      private static final org.slf4j.Logger LOG
    • tableName

      private org.apache.hadoop.hbase.TableName tableName
    • labelIndex

      private int labelIndex
    • delete

      private boolean delete
  • Constructor Details

    • Copier

      public Copier(org.apache.hadoop.hbase.TableName tableName, int index, boolean delete)
  • Method Details