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 SummaryNested classes/interfaces inherited from class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Generator.GeneratorMapperIntegrationTestBigLinkedList.Generator.GeneratorMapper.ConcurrentWalker, IntegrationTestBigLinkedList.Generator.GeneratorMapper.ContinuousConcurrentWalkerNested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapperorg.apache.hadoop.mapreduce.Mapper.Context
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) org.apache.hadoop.hbase.client.BufferedMutator[]Fields inherited from class org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Generator.GeneratorMapperbigValue, conf, connection, count, current, first, flushedLoops, flushedLoopsLock, i, id, multipleUnevenColumnFamilies, mutator, numNodes, numWalkers, prev, tinyValue, walkers, walkersStop, width, wrap
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.GeneratorMappermapMethods inherited from class org.apache.hadoop.mapreduce.Mapperrun
- 
Field Details- 
tablesorg.apache.hadoop.hbase.client.BufferedMutator[] tables
 
- 
- 
Constructor Details- 
VisibilityGeneratorMapper
 
- 
- 
Method Details- 
setupprotected void setup(org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException - Overrides:
- setupin class- IntegrationTestBigLinkedList.Generator.GeneratorMapper
- Throws:
- IOException
- InterruptedException
 
- 
instantiateHTable- Overrides:
- instantiateHTablein class- IntegrationTestBigLinkedList.Generator.GeneratorMapper
- Throws:
- IOException
 
- 
cleanupprotected void cleanup(org.apache.hadoop.mapreduce.Mapper.Context context) throws IOException, InterruptedException - Overrides:
- cleanupin class- IntegrationTestBigLinkedList.Generator.GeneratorMapper
- Throws:
- IOException
- InterruptedException
 
- 
persistprotected void persist(org.apache.hadoop.mapreduce.Mapper.Context output, long count, byte[][] prev, byte[][] current, byte[] id) throws IOException - Overrides:
- persistin class- IntegrationTestBigLinkedList.Generator.GeneratorMapper
- Throws:
- IOException
 
 
-