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
IOException
org.apache.hadoop.hbase.client.Result[] get(List<org.apache.hadoop.hbase.client.Get> gets) throws IOException
IOException
void batch(List<org.apache.hadoop.hbase.client.Row> writes, Object[] results) throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2012–2020. All rights reserved.