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 TypeClassDescriptionclassA query matcher for compaction which can drop delete markers.classA compaction query matcher that always return INCLUDE and drops nothing.classQuery matcher for major compaction.classQuery matcher for minor compaction.classQuery matcher for stripe compaction if range drop deletes is used.Methods in org.apache.hadoop.hbase.regionserver.querymatcher that return CompactionScanQueryMatcherModifier and TypeMethodDescriptionstatic CompactionScanQueryMatcherCompactionScanQueryMatcher.create(ScanInfo scanInfo, ScanType scanType, long readPointToUse, long earliestPutTs, long oldestUnexpiredTS, long now, byte[] dropDeletesFromRow, byte[] dropDeletesToRow, RegionCoprocessorHost regionCoprocessorHost)