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.ContinuousConcurrentWalkerNested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
org.apache.hadoop.mapreduce.Mapper.Context - 
Field Summary
FieldsModifier 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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidcleanup(org.apache.hadoop.mapreduce.Mapper.Context context) protected voidprotected voidpersist(org.apache.hadoop.mapreduce.Mapper.Context output, long count, byte[][] prev, byte[][] current, byte[] id) protected voidsetup(org.apache.hadoop.mapreduce.Mapper.Context context) Methods inherited from class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Generator.GeneratorMapper
mapMethods 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:
 setupin classIntegrationTestBigLinkedList.Generator.GeneratorMapper- Throws:
 IOExceptionInterruptedException
 - 
instantiateHTable
- Overrides:
 instantiateHTablein classIntegrationTestBigLinkedList.Generator.GeneratorMapper- Throws:
 IOException
 - 
cleanup
protected void cleanup(org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException - Overrides:
 cleanupin classIntegrationTestBigLinkedList.Generator.GeneratorMapper- Throws:
 IOExceptionInterruptedException
 - 
persist
protected void persist(org.apache.hadoop.mapreduce.Mapper.Context output, long count, byte[][] prev, byte[][] current, byte[] id) throws IOException - Overrides:
 persistin classIntegrationTestBigLinkedList.Generator.GeneratorMapper- Throws:
 IOException
 
 -