Uses of Class
org.apache.hadoop.hbase.mapreduce.SyncTable.SyncMapper.CellScanner
Package
Description
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of SyncTable.SyncMapper.CellScanner in org.apache.hadoop.hbase.mapreduce
Modifier and TypeFieldDescriptionprivate static final SyncTable.SyncMapper.CellScanner
SyncTable.SyncMapper.EMPTY_CELL_SCANNER
Modifier and TypeMethodDescriptionprivate boolean
SyncTable.SyncMapper.syncRowCells
(org.apache.hadoop.mapreduce.Mapper<ImmutableBytesWritable, Result, ImmutableBytesWritable, Mutation>.org.apache.hadoop.mapreduce.Mapper.Context context, byte[] rowKey, SyncTable.SyncMapper.CellScanner sourceCells, SyncTable.SyncMapper.CellScanner targetCells) Compare the cells for the given row from the source and target tables.