@InternalApi(value="For internal usage only") public abstract class TypedFilterAdapterBase<S extends org.apache.hadoop.hbase.filter.Filter> extends Object implements TypedFilterAdapter<S>
For internal use only - public for technical reasons.
| Constructor and Description |
|---|
TypedFilterAdapterBase() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.RangeSet<RowKeyWrapper> |
getIndexScanHint(S filter)
Get hints how to optimize the scan.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadapt, isFilterSupportedpublic com.google.common.collect.RangeSet<RowKeyWrapper> getIndexScanHint(S filter)
TypedFilterAdaptergetIndexScanHint in interface TypedFilterAdapter<S extends org.apache.hadoop.hbase.filter.Filter>filter - a S object.RangeSet object.