Package org.apache.hadoop.hbase.test
Class IntegrationTestBigLinkedListWithVisibility.VisibilityGenerator
java.lang.Object
org.apache.hadoop.conf.Configured
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Generator
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility.VisibilityGenerator
- All Implemented Interfaces:
org.apache.hadoop.conf.Configurable,org.apache.hadoop.util.Tool
- Enclosing class:
- IntegrationTestBigLinkedListWithVisibility
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static classNested classes/interfaces inherited from class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Generator
IntegrationTestBigLinkedList.Generator.GeneratorCounts, IntegrationTestBigLinkedList.Generator.GeneratorInputFormat, IntegrationTestBigLinkedList.Generator.GeneratorMapper, IntegrationTestBigLinkedList.Generator.OneFilePerMapperSFIF<K,V> -
Field Summary
FieldsFields inherited from class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Generator
BIG_FAMILY_VALUE_SIZE_KEY, job, MULTIPLE_UNEVEN_COLUMNFAMILIES_KEY, USAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprivate voidcreateTable(org.apache.hadoop.hbase.client.Admin admin, org.apache.hadoop.hbase.TableName tableName, boolean setVersion, boolean acl) protected voidsetMapperForGenerator(org.apache.hadoop.mapreduce.Job job) Methods inherited from class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Generator
jobCompletion, run, run, runGenerator, runRandomInputGenerator, verifyMethods inherited from class org.apache.hadoop.conf.Configured
getConf, setConfMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.conf.Configurable
getConf, setConf
-
Field Details
-
LOG
-
-
Constructor Details
-
VisibilityGenerator
-
-
Method Details
-
createSchema
- Overrides:
createSchemain classIntegrationTestBigLinkedList.Generator- Throws:
IOException
-
createTable
private void createTable(org.apache.hadoop.hbase.client.Admin admin, org.apache.hadoop.hbase.TableName tableName, boolean setVersion, boolean acl) throws IOException - Throws:
IOException
-
setMapperForGenerator
- Overrides:
setMapperForGeneratorin classIntegrationTestBigLinkedList.Generator
-