|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
overrideFilter on to baseFilter, if it exists, otherwise replaces it.
org.apache.hadoop.hbase.coprocessor.RegionObserver coprocessor that handles server-side processing
for transactions:
applies filtering to exclude data from invalid and in-progress transactions
overrides the scanner returned for flush and compaction to drop data written by invalidated transactions,
or expired due to TTL.
Filter for returning data only from visible transactions.
Filter for returning data only from visible transactions.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||