| Modifier and Type | Method and Description |
|---|---|
List<org.apache.hadoop.hbase.Cell> |
SnapshotFilterImpl.filterCellsForSnapshot(List<org.apache.hadoop.hbase.Cell> rawCells,
HBaseTransaction transaction,
int versionsToRequest,
Map<String,Long> familyDeletionCache,
Map<String,byte[]> attributeMap)
Filters the raw results returned from HBase and returns only those belonging to the current snapshot, as defined
by the transaction object.
|
org.apache.hadoop.hbase.client.Result |
SnapshotFilterImpl.get(org.apache.hadoop.hbase.client.Get get,
HBaseTransaction transaction) |
org.apache.hadoop.hbase.client.Result |
SnapshotFilter.get(org.apache.hadoop.hbase.client.Get get,
HBaseTransaction transaction) |
org.apache.hadoop.hbase.client.Result |
AttributeSetSnapshotFilter.get(org.apache.hadoop.hbase.client.Get get,
HBaseTransaction transaction) |
org.apache.hadoop.hbase.client.ResultScanner |
SnapshotFilterImpl.getScanner(org.apache.hadoop.hbase.client.Scan scan,
HBaseTransaction transaction) |
org.apache.hadoop.hbase.client.ResultScanner |
SnapshotFilter.getScanner(org.apache.hadoop.hbase.client.Scan scan,
HBaseTransaction transaction) |
org.apache.hadoop.hbase.client.ResultScanner |
AttributeSetSnapshotFilter.getScanner(org.apache.hadoop.hbase.client.Scan scan,
HBaseTransaction transaction) |
org.apache.phoenix.thirdparty.com.google.common.base.Optional<Long> |
SnapshotFilterImpl.getTSIfInSnapshot(org.apache.hadoop.hbase.Cell kv,
HBaseTransaction transaction,
Map<Long,Long> commitCache) |
org.apache.phoenix.thirdparty.com.google.common.base.Optional<Long> |
SnapshotFilterImpl.getTSIfInTransaction(org.apache.hadoop.hbase.Cell kv,
HBaseTransaction transaction) |
Copyright © 2011–2020 Apache Software Foundation. All rights reserved.