static class SnapshotTestingUtils.SnapshotMock.RegionData extends Object
Modifier and Type | Field and Description |
---|---|
org.apache.hadoop.fs.Path[] |
files |
org.apache.hadoop.hbase.client.RegionInfo |
hri |
org.apache.hadoop.fs.Path |
tableDir |
Constructor and Description |
---|
RegionData(org.apache.hadoop.fs.Path tableDir,
org.apache.hadoop.hbase.client.RegionInfo hri,
int nfiles) |
public org.apache.hadoop.hbase.client.RegionInfo hri
public org.apache.hadoop.fs.Path tableDir
public org.apache.hadoop.fs.Path[] files
public RegionData(org.apache.hadoop.fs.Path tableDir, org.apache.hadoop.hbase.client.RegionInfo hri, int nfiles)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.