public interface ConnectionMask extends Closeable
Modifier and Type | Method and Description |
---|---|
AdminMask |
getAdmin()
Retrieve the AdminMask compatibility layer object for this Connection.
|
List<org.apache.hadoop.hbase.HRegionLocation> |
getRegionLocations(String tableName)
Retrieve the RegionLocations for the supplied table name.
|
TableMask |
getTable(String name)
Retrieve the TableMask compatibility layer object for the supplied table name.
|
TableMask getTable(String name) throws IOException
name
- IOException
- in the case of backend exceptions.AdminMask getAdmin() throws IOException
IOException
- in the case of backend exceptions.List<org.apache.hadoop.hbase.HRegionLocation> getRegionLocations(String tableName) throws IOException
tableName
- IOException
- in the case of backend exceptions.Copyright © 2012–2020. All rights reserved.