public class DiffTableCounterCollector extends Object
| Constructor and Description |
|---|
DiffTableCounterCollector(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path opsForTable1Path,
org.apache.hadoop.fs.Path opsForTable2Path,
org.apache.hadoop.conf.Configuration conf,
FailureTracker tracker) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getTable1DiffRows() |
long |
getTable1TotalRows() |
long |
getTable2DiffRows() |
long |
getTable2TotalRows() |
public DiffTableCounterCollector(org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path opsForTable1Path,
org.apache.hadoop.fs.Path opsForTable2Path,
org.apache.hadoop.conf.Configuration conf,
FailureTracker tracker)
public long getTable1TotalRows()
public long getTable2TotalRows()
public long getTable1DiffRows()
public long getTable2DiffRows()
public void close()
throws IOException
IOExceptionCopyright © 2015 Mapr Technologies, Inc.. All rights reserved.