public class AttributeSetSnapshotFilter extends Object implements SnapshotFilter
| Constructor and Description |
|---|
AttributeSetSnapshotFilter(org.apache.hadoop.hbase.client.Table table) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.apache.hadoop.hbase.client.Result |
get(org.apache.hadoop.hbase.client.Get get,
HBaseTransaction transaction) |
org.apache.hadoop.hbase.client.ResultScanner |
getScanner(org.apache.hadoop.hbase.client.Scan scan,
HBaseTransaction transaction) |
public AttributeSetSnapshotFilter(org.apache.hadoop.hbase.client.Table table)
public org.apache.hadoop.hbase.client.Result get(org.apache.hadoop.hbase.client.Get get,
HBaseTransaction transaction)
throws IOException
get in interface SnapshotFilterIOExceptionpublic org.apache.hadoop.hbase.client.ResultScanner getScanner(org.apache.hadoop.hbase.client.Scan scan,
HBaseTransaction transaction)
throws IOException
getScanner in interface SnapshotFilterIOExceptionpublic void close()
throws IOException
close in interface AutoCloseableIOExceptionCopyright © 2011–2023 Apache Software Foundation. All rights reserved.