Package org.apache.hadoop.hbase.test
Class IntegrationTestBigLinkedListWithVisibility.VisibilityGenerator.VisibilityGeneratorMapper
java.lang.Object
org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.BytesWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.NullWritable>
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Generator.GeneratorMapper
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedListWithVisibility.VisibilityGenerator.VisibilityGeneratorMapper
- Enclosing class:
- IntegrationTestBigLinkedListWithVisibility.VisibilityGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Generator.GeneratorMapper
IntegrationTestBigLinkedList.Generator.GeneratorMapper.ConcurrentWalker, IntegrationTestBigLinkedList.Generator.GeneratorMapper.ContinuousConcurrentWalker
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
org.apache.hadoop.mapreduce.Mapper.Context
-
Field Summary
Modifier and TypeFieldDescription(package private) org.apache.hadoop.hbase.client.BufferedMutator[]
Fields inherited from class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Generator.GeneratorMapper
bigValue, conf, connection, count, current, first, flushedLoops, flushedLoopsLock, i, id, multipleUnevenColumnFamilies, mutator, numNodes, numWalkers, prev, tinyValue, walkers, walkersStop, width, wrap
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
cleanup
(org.apache.hadoop.mapreduce.Mapper.Context context) protected void
protected void
persist
(org.apache.hadoop.mapreduce.Mapper.Context output, long count, byte[][] prev, byte[][] current, byte[] id) protected void
setup
(org.apache.hadoop.mapreduce.Mapper.Context context) Methods inherited from class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Generator.GeneratorMapper
map
Methods inherited from class org.apache.hadoop.mapreduce.Mapper
run
-
Field Details
-
tables
org.apache.hadoop.hbase.client.BufferedMutator[] tables
-
-
Constructor Details
-
VisibilityGeneratorMapper
-
-
Method Details
-
setup
protected void setup(org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException - Overrides:
setup
in classIntegrationTestBigLinkedList.Generator.GeneratorMapper
- Throws:
IOException
InterruptedException
-
instantiateHTable
- Overrides:
instantiateHTable
in classIntegrationTestBigLinkedList.Generator.GeneratorMapper
- Throws:
IOException
-
cleanup
protected void cleanup(org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException - Overrides:
cleanup
in classIntegrationTestBigLinkedList.Generator.GeneratorMapper
- Throws:
IOException
InterruptedException
-
persist
protected void persist(org.apache.hadoop.mapreduce.Mapper.Context output, long count, byte[][] prev, byte[][] current, byte[] id) throws IOException - Overrides:
persist
in classIntegrationTestBigLinkedList.Generator.GeneratorMapper
- Throws:
IOException
-