public class HTable1_0 extends Object implements TableMask
| Constructor and Description |
|---|
HTable1_0(org.apache.hadoop.hbase.client.Table table) |
| Modifier and Type | Method and Description |
|---|---|
void |
batch(List<org.apache.hadoop.hbase.client.Row> writes,
Object[] results) |
void |
close() |
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) |
public org.apache.hadoop.hbase.client.ResultScanner getScanner(org.apache.hadoop.hbase.client.Scan filter)
throws IOException
getScanner in interface TableMaskIOExceptionpublic org.apache.hadoop.hbase.client.Result[] get(List<org.apache.hadoop.hbase.client.Get> gets) throws IOException
get in interface TableMaskIOExceptionpublic void batch(List<org.apache.hadoop.hbase.client.Row> writes, Object[] results) throws IOException, InterruptedException
batch in interface TableMaskIOExceptionInterruptedExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2012–2023. All rights reserved.