static class HFileOutputFormat2.TableInfo extends Object
Modifier and Type | Field and Description |
---|---|
private RegionLocator |
regionLocator |
private TableDescriptor |
tableDesctiptor |
Constructor and Description |
---|
TableInfo(TableDescriptor tableDesctiptor,
RegionLocator regionLocator) |
Modifier and Type | Method and Description |
---|---|
HTableDescriptor |
getHTableDescriptor()
Deprecated.
since 2.0.0 and will be removed in 3.0.0. Use
getTableDescriptor()
instead. |
RegionLocator |
getRegionLocator() |
TableDescriptor |
getTableDescriptor() |
private TableDescriptor tableDesctiptor
private RegionLocator regionLocator
public TableInfo(TableDescriptor tableDesctiptor, RegionLocator regionLocator)
@Deprecated public HTableDescriptor getHTableDescriptor()
getTableDescriptor()
instead.getTableDescriptor()
,
HBASE-18241public TableDescriptor getTableDescriptor()
public RegionLocator getRegionLocator()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.