Uses of Class
org.apache.hadoop.hbase.regionserver.querymatcher.CompactionScanQueryMatcher
Packages that use CompactionScanQueryMatcher
-
Uses of CompactionScanQueryMatcher in org.apache.hadoop.hbase.regionserver.querymatcher
Modifier and TypeClassDescriptionclass
A query matcher for compaction which can drop delete markers.class
A compaction query matcher that always return INCLUDE and drops nothing.class
Query matcher for major compaction.class
Query matcher for minor compaction.class
Query matcher for stripe compaction if range drop deletes is used.Methods in org.apache.hadoop.hbase.regionserver.querymatcher that return CompactionScanQueryMatcherModifier and TypeMethodDescriptionstatic CompactionScanQueryMatcher
CompactionScanQueryMatcher.create
(ScanInfo scanInfo, ScanType scanType, long readPointToUse, long earliestPutTs, long oldestUnexpiredTS, long now, byte[] dropDeletesFromRow, byte[] dropDeletesToRow, RegionCoprocessorHost regionCoprocessorHost)