public interface TableMask extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
batch(List<org.apache.hadoop.hbase.client.Row> writes,
Object[] results) |
org.apache.hadoop.hbase.client.Result[] |
get(List<org.apache.hadoop.hbase.client.Get> gets) |
org.apache.hadoop.hbase.client.ResultScanner |
getScanner(org.apache.hadoop.hbase.client.Scan filter) |
org.apache.hadoop.hbase.client.ResultScanner getScanner(org.apache.hadoop.hbase.client.Scan filter)
throws IOException
IOExceptionorg.apache.hadoop.hbase.client.Result[] get(List<org.apache.hadoop.hbase.client.Get> gets) throws IOException
IOExceptionvoid batch(List<org.apache.hadoop.hbase.client.Row> writes, Object[] results) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2012–2020. All rights reserved.